[ Jan 31 06:00:25 Enabled. ] [ Jan 31 06:00:25 Rereading configuration. ] [ Jan 31 06:00:26 Rereading configuration. ] [ Jan 31 06:00:33 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 [ Jan 31 06:00:33 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.01.31 06:00:34.699121 [ 1 ] {} Application: Will watch for the process with pid 28935 2026.01.31 06:00:34.699612 [ 1 ] {} Application: Forked a child process to watch 2026.01.31 06:00:35.126786 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 28935 2026.01.31 06:00:35.127643 [ 1 ] {} Application: starting up 2026.01.31 06:00:35.127819 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.31 06:00:35.233364 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.31 06:00:35.263913 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.31 06:00:35.263982 [ 1 ] {} Application: Initializing DateLUT. 2026.01.31 06:00:35.263999 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.31 06:00:35.264054 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.31 06:00:35.264812 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.31 06:00:35.267157 [ 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.01.31 06:00:35.268034 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.31 06:00:35.268925 [ 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.01.31 06:00:35.268981 [ 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.01.31 06:00:35.269024 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.31 06:00:35.269825 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 06:00:35.270809 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.31 06:00:35.277241 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 06:00:35.278014 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 06:00:35.279322 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.31 06:00:35.279426 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.31 06:00:35.280539 [ 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.01.31 06:00:35.281044 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.31 06:00:35.285133 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.31 06:00:35.285891 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.31 06:00:35.289366 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.31 06:00:35.289833 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.31 06:00:35.290245 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.31 06:00:35.290606 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.31 06:00:35.292047 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.31 06:00:35.292075 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.31 06:00:35.292175 [ 152 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:00:35.292276 [ 152 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:00:35.307005 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.31 06:00:35.307032 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171575 sec 2026.01.31 06:00:35.307071 [ 1 ] {} ReferentialDeps: No tables 2026.01.31 06:00:35.307108 [ 1 ] {} LoadingDeps: No tables 2026.01.31 06:00:35.307815 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.31 06:00:35.308448 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.31 06:00:35.317361 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.31 06:00:35.317407 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.31 06:00:35.317505 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.31 06:00:35.317519 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.31 06:00:35.317558 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.31 06:00:35.317632 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.31 06:00:35.321759 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.31 06:00:35.321810 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.31 06:00:35.321878 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.31 06:00:35.322053 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.31 06:00:35.322099 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.31 06:00:35.322112 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.31 06:00:35.322206 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.31 06:00:35.322219 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.31 06:00:35.322252 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.31 06:00:35.322334 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.31 06:00:35.346214 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.31 06:00:35.352114 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.31 06:00:35.352214 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000120153 sec 2026.01.31 06:00:35.352229 [ 1 ] {} ReferentialDeps: No tables 2026.01.31 06:00:35.352241 [ 1 ] {} LoadingDeps: No tables 2026.01.31 06:00:35.352268 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.31 06:00:35.352492 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.31 06:00:35.352620 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.31 06:00:35.352634 [ 1 ] {} Application: Loaded metadata. 2026.01.31 06:00:35.352644 [ 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.01.31 06:00:35.352655 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.31 06:00:35.356209 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.31 06:00:35.356427 [ 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.01.31 06:00:35.358066 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.285e-05 sec. 2026.01.31 06:00:35.358536 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.31 06:00:35.359232 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.31 06:00:35.359257 [ 1 ] {} Application: Ready for connections. 2026.01.31 06:00:36.040365 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44812 2026.01.31 06:00:36.041392 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.041467 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:44812 2026.01.31 06:00:36.041503 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.041599 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.041716 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 06:00:36.041749 [ 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.01.31 06:00:36.041862 [ 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.01.31 06:00:36.044512 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41181 2026.01.31 06:00:36.045466 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49086 2026.01.31 06:00:36.045492 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49004 2026.01.31 06:00:36.046254 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.046405 [ 4 ] {} TCP-Session: 5c97c645-6e8a-461f-a9c6-ed7fa9692782 Authenticating user 'default' from [fd00:1122:3344:101::d]:41181 2026.01.31 06:00:36.046435 [ 4 ] {} TCP-Session: 5c97c645-6e8a-461f-a9c6-ed7fa9692782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.046449 [ 4 ] {} TCP-Session: 5c97c645-6e8a-461f-a9c6-ed7fa9692782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.046849 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44962 2026.01.31 06:00:36.046880 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51572 2026.01.31 06:00:36.047690 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.047741 [ 253 ] {} TCP-Session: 793c3101-21c9-4eb3-8d8f-67aed1680ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49086 2026.01.31 06:00:36.047850 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36277 2026.01.31 06:00:36.047852 [ 253 ] {} TCP-Session: 793c3101-21c9-4eb3-8d8f-67aed1680ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.047866 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.047889 [ 253 ] {} TCP-Session: 793c3101-21c9-4eb3-8d8f-67aed1680ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.047943 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.047885 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.048048 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51839 2026.01.31 06:00:36.048028 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49004 2026.01.31 06:00:36.048078 [ 256 ] {} TCP-Session: 7d918f53-cb1c-4b2c-b2aa-dd2350c7fe2c Authenticating user 'default' from [fd00:1122:3344:101::d]:44962 2026.01.31 06:00:36.048020 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.047852 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.048176 [ 256 ] {} TCP-Session: 7d918f53-cb1c-4b2c-b2aa-dd2350c7fe2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048191 [ 257 ] {} TCP-Session: 445a3c67-fd86-4ddb-a9bc-bd3cf2a1bd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:36277 2026.01.31 06:00:36.048185 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47418 2026.01.31 06:00:36.048273 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048278 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.048324 [ 255 ] {} TCP-Session: 0ceff922-e8ac-4ecd-b0f9-08a381aa248e Authenticating user 'default' from [fd00:1122:3344:101::d]:51572 2026.01.31 06:00:36.048393 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048415 [ 258 ] {} TCP-Session: f4738e22-0e47-4400-a1bf-68b3bf012e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51839 2026.01.31 06:00:36.048431 [ 256 ] {} TCP-Session: 7d918f53-cb1c-4b2c-b2aa-dd2350c7fe2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048499 [ 255 ] {} TCP-Session: 0ceff922-e8ac-4ecd-b0f9-08a381aa248e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048508 [ 258 ] {} TCP-Session: f4738e22-0e47-4400-a1bf-68b3bf012e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048278 [ 257 ] {} TCP-Session: 445a3c67-fd86-4ddb-a9bc-bd3cf2a1bd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048595 [ 258 ] {} TCP-Session: f4738e22-0e47-4400-a1bf-68b3bf012e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048611 [ 255 ] {} TCP-Session: 0ceff922-e8ac-4ecd-b0f9-08a381aa248e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.048770 [ 257 ] {} TCP-Session: 445a3c67-fd86-4ddb-a9bc-bd3cf2a1bd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.049870 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:36.049937 [ 259 ] {} TCP-Session: 6fe19f32-eb70-4d2e-96af-60a55273f7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:47418 2026.01.31 06:00:36.049963 [ 259 ] {} TCP-Session: 6fe19f32-eb70-4d2e-96af-60a55273f7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.050056 [ 259 ] {} TCP-Session: 6fe19f32-eb70-4d2e-96af-60a55273f7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:36.051687 [ 3 ] {919f0ad7-230e-49b4-85e5-6919110b3ae1} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:00:36.221222 [ 3 ] {919f0ad7-230e-49b4-85e5-6919110b3ae1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44812) (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.01.31 06:00:36.222460 [ 3 ] {919f0ad7-230e-49b4-85e5-6919110b3ae1} 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.01.31 06:00:36.222798 [ 3 ] {919f0ad7-230e-49b4-85e5-6919110b3ae1} TCPHandler: Processed in 0.177958518 sec. 2026.01.31 06:00:36.223670 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.224065 [ 5 ] {95e755dd-cf25-46b3-b68f-25e470c3377e} executeQuery: (from [fd00:1122:3344:101::d]:49004) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:00:36.224626 [ 5 ] {95e755dd-cf25-46b3-b68f-25e470c3377e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49004) (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.01.31 06:00:36.225021 [ 5 ] {95e755dd-cf25-46b3-b68f-25e470c3377e} 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.01.31 06:00:36.225328 [ 5 ] {95e755dd-cf25-46b3-b68f-25e470c3377e} TCPHandler: Processed in 0.002172 sec. 2026.01.31 06:00:36.225709 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.226790 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} executeQuery: (from [fd00:1122:3344:101::d]:44812) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.31 06:00:36.227751 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.31 06:00:36.231597 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.31 06:00:36.231629 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8562e-05 sec 2026.01.31 06:00:36.231650 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} ReferentialDeps: No tables 2026.01.31 06:00:36.231723 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} LoadingDeps: No tables 2026.01.31 06:00:36.231795 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} DatabaseAtomic (oximeter): Starting up tables. 2026.01.31 06:00:36.232761 [ 3 ] {902ea467-522a-4ea0-8501-f766446483c0} TCPHandler: Processed in 0.007202575 sec. 2026.01.31 06:00:36.232949 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.233269 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} executeQuery: (from [fd00:1122:3344:101::d]:44812) /* 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.01.31 06:00:36.233333 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.31 06:00:36.240611 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.31 06:00:36.246446 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f): Loading data parts 2026.01.31 06:00:36.247967 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f): There are no data parts 2026.01.31 06:00:36.260569 [ 3 ] {501e5fa5-ddf2-4519-b702-94bcca0a7f8b} TCPHandler: Processed in 0.027683573 sec. 2026.01.31 06:00:36.260785 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.261003 [ 3 ] {d452e0c0-7d31-454d-909a-42f9438ce3a3} executeQuery: (from [fd00:1122:3344:101::d]:44812) /* 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.01.31 06:00:36.261160 [ 3 ] {d452e0c0-7d31-454d-909a-42f9438ce3a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.31 06:00:36.277526 [ 3 ] {d452e0c0-7d31-454d-909a-42f9438ce3a3} oximeter.measurements_bool (37407074-ab15-4fc5-9d78-d2d9da7c4974): Loading data parts 2026.01.31 06:00:36.277947 [ 3 ] {d452e0c0-7d31-454d-909a-42f9438ce3a3} oximeter.measurements_bool (37407074-ab15-4fc5-9d78-d2d9da7c4974): There are no data parts 2026.01.31 06:00:36.289419 [ 3 ] {d452e0c0-7d31-454d-909a-42f9438ce3a3} TCPHandler: Processed in 0.028707056 sec. 2026.01.31 06:00:36.289647 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.290092 [ 3 ] {a07434be-de70-4d5a-ab61-481f3bcec74c} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.290225 [ 3 ] {a07434be-de70-4d5a-ab61-481f3bcec74c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.31 06:00:36.295963 [ 3 ] {a07434be-de70-4d5a-ab61-481f3bcec74c} oximeter.measurements_i8 (5237aa41-f570-4241-bcd8-ec3a5eca698a): Loading data parts 2026.01.31 06:00:36.296189 [ 3 ] {a07434be-de70-4d5a-ab61-481f3bcec74c} oximeter.measurements_i8 (5237aa41-f570-4241-bcd8-ec3a5eca698a): There are no data parts 2026.01.31 06:00:36.306861 [ 3 ] {a07434be-de70-4d5a-ab61-481f3bcec74c} TCPHandler: Processed in 0.017293985 sec. 2026.01.31 06:00:36.307107 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.307310 [ 3 ] {fa975697-ff60-49b4-8894-01ec3955c0f9} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.307458 [ 3 ] {fa975697-ff60-49b4-8894-01ec3955c0f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.31 06:00:36.312512 [ 3 ] {fa975697-ff60-49b4-8894-01ec3955c0f9} oximeter.measurements_u8 (420961f8-4b14-4ca7-9c23-f77ae0eb1473): Loading data parts 2026.01.31 06:00:36.312852 [ 3 ] {fa975697-ff60-49b4-8894-01ec3955c0f9} oximeter.measurements_u8 (420961f8-4b14-4ca7-9c23-f77ae0eb1473): There are no data parts 2026.01.31 06:00:36.324699 [ 3 ] {fa975697-ff60-49b4-8894-01ec3955c0f9} TCPHandler: Processed in 0.017651793 sec. 2026.01.31 06:00:36.324892 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.325247 [ 3 ] {642a5e68-bed0-479d-8cf5-399a3d2ae577} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.325313 [ 3 ] {642a5e68-bed0-479d-8cf5-399a3d2ae577} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.31 06:00:36.330837 [ 3 ] {642a5e68-bed0-479d-8cf5-399a3d2ae577} oximeter.measurements_i16 (1df670b7-00a1-470b-b195-a7008b2966bc): Loading data parts 2026.01.31 06:00:36.331042 [ 3 ] {642a5e68-bed0-479d-8cf5-399a3d2ae577} oximeter.measurements_i16 (1df670b7-00a1-470b-b195-a7008b2966bc): There are no data parts 2026.01.31 06:00:36.340947 [ 3 ] {642a5e68-bed0-479d-8cf5-399a3d2ae577} TCPHandler: Processed in 0.016119869 sec. 2026.01.31 06:00:36.341244 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.341446 [ 3 ] {9440ca7b-ca77-4adc-870e-82dd4780eaf7} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.341625 [ 3 ] {9440ca7b-ca77-4adc-870e-82dd4780eaf7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.31 06:00:36.346782 [ 3 ] {9440ca7b-ca77-4adc-870e-82dd4780eaf7} oximeter.measurements_u16 (994edfc4-dedd-4421-a7a6-95c059cc87ec): Loading data parts 2026.01.31 06:00:36.347225 [ 3 ] {9440ca7b-ca77-4adc-870e-82dd4780eaf7} oximeter.measurements_u16 (994edfc4-dedd-4421-a7a6-95c059cc87ec): There are no data parts 2026.01.31 06:00:36.355459 [ 3 ] {9440ca7b-ca77-4adc-870e-82dd4780eaf7} TCPHandler: Processed in 0.014298966 sec. 2026.01.31 06:00:36.355646 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.355917 [ 3 ] {222b405e-ae8e-49a7-be92-db55a8b15f04} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.355969 [ 3 ] {222b405e-ae8e-49a7-be92-db55a8b15f04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.31 06:00:36.361731 [ 3 ] {222b405e-ae8e-49a7-be92-db55a8b15f04} oximeter.measurements_i32 (f9e2ef61-c47c-4d55-aba9-3a5734920771): Loading data parts 2026.01.31 06:00:36.361906 [ 3 ] {222b405e-ae8e-49a7-be92-db55a8b15f04} oximeter.measurements_i32 (f9e2ef61-c47c-4d55-aba9-3a5734920771): There are no data parts 2026.01.31 06:00:36.374808 [ 3 ] {222b405e-ae8e-49a7-be92-db55a8b15f04} TCPHandler: Processed in 0.019219829 sec. 2026.01.31 06:00:36.375120 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.375326 [ 3 ] {7409e03e-2eb3-4aee-a39b-67ecdd6b645e} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.375467 [ 3 ] {7409e03e-2eb3-4aee-a39b-67ecdd6b645e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.31 06:00:36.390949 [ 3 ] {7409e03e-2eb3-4aee-a39b-67ecdd6b645e} oximeter.measurements_u32 (7374fa61-ba87-4e62-a227-3104145e2599): Loading data parts 2026.01.31 06:00:36.391185 [ 3 ] {7409e03e-2eb3-4aee-a39b-67ecdd6b645e} oximeter.measurements_u32 (7374fa61-ba87-4e62-a227-3104145e2599): There are no data parts 2026.01.31 06:00:36.396996 [ 3 ] {7409e03e-2eb3-4aee-a39b-67ecdd6b645e} TCPHandler: Processed in 0.021936612 sec. 2026.01.31 06:00:36.397199 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.397494 [ 3 ] {04c8e3b3-058a-4d41-81f5-8cd3e8daa231} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.397603 [ 3 ] {04c8e3b3-058a-4d41-81f5-8cd3e8daa231} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.31 06:00:36.408141 [ 3 ] {04c8e3b3-058a-4d41-81f5-8cd3e8daa231} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Loading data parts 2026.01.31 06:00:36.408353 [ 3 ] {04c8e3b3-058a-4d41-81f5-8cd3e8daa231} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): There are no data parts 2026.01.31 06:00:36.425517 [ 3 ] {04c8e3b3-058a-4d41-81f5-8cd3e8daa231} TCPHandler: Processed in 0.028386659 sec. 2026.01.31 06:00:36.425814 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.426088 [ 3 ] {5f343603-aca6-4558-af57-2cd751482fb7} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.426220 [ 3 ] {5f343603-aca6-4558-af57-2cd751482fb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.31 06:00:36.431269 [ 3 ] {5f343603-aca6-4558-af57-2cd751482fb7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Loading data parts 2026.01.31 06:00:36.431456 [ 3 ] {5f343603-aca6-4558-af57-2cd751482fb7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): There are no data parts 2026.01.31 06:00:36.441972 [ 3 ] {5f343603-aca6-4558-af57-2cd751482fb7} TCPHandler: Processed in 0.016243561 sec. 2026.01.31 06:00:36.442178 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.442374 [ 3 ] {fcfee8ba-2661-47d6-8975-f6b4ce2dcf2f} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.442600 [ 3 ] {fcfee8ba-2661-47d6-8975-f6b4ce2dcf2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.31 06:00:36.459491 [ 3 ] {fcfee8ba-2661-47d6-8975-f6b4ce2dcf2f} oximeter.measurements_f32 (5bff06e1-b561-4c3d-817d-2482fa9b4678): Loading data parts 2026.01.31 06:00:36.459683 [ 3 ] {fcfee8ba-2661-47d6-8975-f6b4ce2dcf2f} oximeter.measurements_f32 (5bff06e1-b561-4c3d-817d-2482fa9b4678): There are no data parts 2026.01.31 06:00:36.465339 [ 3 ] {fcfee8ba-2661-47d6-8975-f6b4ce2dcf2f} TCPHandler: Processed in 0.023230551 sec. 2026.01.31 06:00:36.465552 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.465860 [ 3 ] {081258ed-8969-43f2-90d7-adb0a629069d} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.465990 [ 3 ] {081258ed-8969-43f2-90d7-adb0a629069d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.31 06:00:36.475635 [ 3 ] {081258ed-8969-43f2-90d7-adb0a629069d} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): Loading data parts 2026.01.31 06:00:36.475842 [ 3 ] {081258ed-8969-43f2-90d7-adb0a629069d} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): There are no data parts 2026.01.31 06:00:36.492594 [ 3 ] {081258ed-8969-43f2-90d7-adb0a629069d} TCPHandler: Processed in 0.02712077 sec. 2026.01.31 06:00:36.492796 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.493003 [ 3 ] {b88ee735-cdaa-4b15-ac38-d557ffbb0f06} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.493182 [ 3 ] {b88ee735-cdaa-4b15-ac38-d557ffbb0f06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.31 06:00:36.508247 [ 3 ] {b88ee735-cdaa-4b15-ac38-d557ffbb0f06} oximeter.measurements_string (f78f0f85-90f4-4436-b11e-8fc6b9597b58): Loading data parts 2026.01.31 06:00:36.508474 [ 3 ] {b88ee735-cdaa-4b15-ac38-d557ffbb0f06} oximeter.measurements_string (f78f0f85-90f4-4436-b11e-8fc6b9597b58): There are no data parts 2026.01.31 06:00:36.514292 [ 3 ] {b88ee735-cdaa-4b15-ac38-d557ffbb0f06} TCPHandler: Processed in 0.021569713 sec. 2026.01.31 06:00:36.514530 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.514894 [ 3 ] {704fbdd0-1ef1-4796-81d5-fedadd2ab1e0} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.515046 [ 3 ] {704fbdd0-1ef1-4796-81d5-fedadd2ab1e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.31 06:00:36.526395 [ 3 ] {704fbdd0-1ef1-4796-81d5-fedadd2ab1e0} oximeter.measurements_bytes (a622ef6a-1739-4dd5-9526-4615b60d079d): Loading data parts 2026.01.31 06:00:36.526688 [ 3 ] {704fbdd0-1ef1-4796-81d5-fedadd2ab1e0} oximeter.measurements_bytes (a622ef6a-1739-4dd5-9526-4615b60d079d): There are no data parts 2026.01.31 06:00:36.542046 [ 3 ] {704fbdd0-1ef1-4796-81d5-fedadd2ab1e0} TCPHandler: Processed in 0.027579531 sec. 2026.01.31 06:00:36.542302 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.542547 [ 3 ] {17a2e4d7-c6ed-4bee-ac38-aeca2b601371} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.542752 [ 3 ] {17a2e4d7-c6ed-4bee-ac38-aeca2b601371} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.31 06:00:36.559720 [ 3 ] {17a2e4d7-c6ed-4bee-ac38-aeca2b601371} oximeter.measurements_cumulativei64 (0198c26e-d31b-4b6b-8741-e5da0b831f90): Loading data parts 2026.01.31 06:00:36.559997 [ 3 ] {17a2e4d7-c6ed-4bee-ac38-aeca2b601371} oximeter.measurements_cumulativei64 (0198c26e-d31b-4b6b-8741-e5da0b831f90): There are no data parts 2026.01.31 06:00:36.575870 [ 3 ] {17a2e4d7-c6ed-4bee-ac38-aeca2b601371} TCPHandler: Processed in 0.033628319 sec. 2026.01.31 06:00:36.576088 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.576452 [ 3 ] {97793fcc-1e05-47c6-b837-9d64d55c12ca} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.576579 [ 3 ] {97793fcc-1e05-47c6-b837-9d64d55c12ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.31 06:00:36.593742 [ 3 ] {97793fcc-1e05-47c6-b837-9d64d55c12ca} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Loading data parts 2026.01.31 06:00:36.593929 [ 3 ] {97793fcc-1e05-47c6-b837-9d64d55c12ca} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): There are no data parts 2026.01.31 06:00:36.596829 [ 3 ] {97793fcc-1e05-47c6-b837-9d64d55c12ca} TCPHandler: Processed in 0.020820566 sec. 2026.01.31 06:00:36.597081 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.597311 [ 3 ] {9a41bae7-e8e8-4b1d-83dd-d1deffb07952} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.597475 [ 3 ] {9a41bae7-e8e8-4b1d-83dd-d1deffb07952} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.31 06:00:36.611721 [ 3 ] {9a41bae7-e8e8-4b1d-83dd-d1deffb07952} oximeter.measurements_cumulativef32 (b85e5b6b-f286-4532-9580-600aa25d6507): Loading data parts 2026.01.31 06:00:36.612062 [ 3 ] {9a41bae7-e8e8-4b1d-83dd-d1deffb07952} oximeter.measurements_cumulativef32 (b85e5b6b-f286-4532-9580-600aa25d6507): There are no data parts 2026.01.31 06:00:36.617981 [ 3 ] {9a41bae7-e8e8-4b1d-83dd-d1deffb07952} TCPHandler: Processed in 0.020979819 sec. 2026.01.31 06:00:36.618189 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.618479 [ 3 ] {f6f61e77-2519-4226-9b80-a4cdfef1ced1} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.618635 [ 3 ] {f6f61e77-2519-4226-9b80-a4cdfef1ced1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.31 06:00:36.630017 [ 3 ] {f6f61e77-2519-4226-9b80-a4cdfef1ced1} oximeter.measurements_cumulativef64 (cad17614-0fbc-40b5-9ab1-eda5078b8274): Loading data parts 2026.01.31 06:00:36.630229 [ 3 ] {f6f61e77-2519-4226-9b80-a4cdfef1ced1} oximeter.measurements_cumulativef64 (cad17614-0fbc-40b5-9ab1-eda5078b8274): There are no data parts 2026.01.31 06:00:36.636317 [ 3 ] {f6f61e77-2519-4226-9b80-a4cdfef1ced1} TCPHandler: Processed in 0.018193176 sec. 2026.01.31 06:00:36.636526 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.636802 [ 3 ] {aa5e786f-f172-4773-a62f-e7096dce82a3} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.636980 [ 3 ] {aa5e786f-f172-4773-a62f-e7096dce82a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.31 06:00:36.646655 [ 3 ] {aa5e786f-f172-4773-a62f-e7096dce82a3} oximeter.measurements_histogrami8 (31266167-fad4-4644-b2f4-7725111d0727): Loading data parts 2026.01.31 06:00:36.646985 [ 3 ] {aa5e786f-f172-4773-a62f-e7096dce82a3} oximeter.measurements_histogrami8 (31266167-fad4-4644-b2f4-7725111d0727): There are no data parts 2026.01.31 06:00:36.653200 [ 3 ] {aa5e786f-f172-4773-a62f-e7096dce82a3} TCPHandler: Processed in 0.016740662 sec. 2026.01.31 06:00:36.653407 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.653756 [ 3 ] {4d8eea23-aa8b-4b0b-975f-ecb4712a6adc} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.653901 [ 3 ] {4d8eea23-aa8b-4b0b-975f-ecb4712a6adc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.31 06:00:36.665246 [ 3 ] {4d8eea23-aa8b-4b0b-975f-ecb4712a6adc} oximeter.measurements_histogramu8 (c4f70809-4c7b-4e43-94d2-253ef53deb96): Loading data parts 2026.01.31 06:00:36.665505 [ 3 ] {4d8eea23-aa8b-4b0b-975f-ecb4712a6adc} oximeter.measurements_histogramu8 (c4f70809-4c7b-4e43-94d2-253ef53deb96): There are no data parts 2026.01.31 06:00:36.671075 [ 3 ] {4d8eea23-aa8b-4b0b-975f-ecb4712a6adc} TCPHandler: Processed in 0.017741036 sec. 2026.01.31 06:00:36.671263 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.671515 [ 3 ] {261c1602-e8e2-4595-9a9e-99107b569113} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.671655 [ 3 ] {261c1602-e8e2-4595-9a9e-99107b569113} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.31 06:00:36.681402 [ 3 ] {261c1602-e8e2-4595-9a9e-99107b569113} oximeter.measurements_histogrami16 (348675a7-2dd8-4ca9-851d-bb3ea641ec99): Loading data parts 2026.01.31 06:00:36.681768 [ 3 ] {261c1602-e8e2-4595-9a9e-99107b569113} oximeter.measurements_histogrami16 (348675a7-2dd8-4ca9-851d-bb3ea641ec99): There are no data parts 2026.01.31 06:00:36.687796 [ 3 ] {261c1602-e8e2-4595-9a9e-99107b569113} TCPHandler: Processed in 0.016593429 sec. 2026.01.31 06:00:36.688003 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.688344 [ 3 ] {cbfdb2be-37b6-41bd-9314-a2e56e94b015} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.688488 [ 3 ] {cbfdb2be-37b6-41bd-9314-a2e56e94b015} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.31 06:00:36.699896 [ 3 ] {cbfdb2be-37b6-41bd-9314-a2e56e94b015} oximeter.measurements_histogramu16 (047422a0-224d-4964-8ecb-f5e0986c4b76): Loading data parts 2026.01.31 06:00:36.700111 [ 3 ] {cbfdb2be-37b6-41bd-9314-a2e56e94b015} oximeter.measurements_histogramu16 (047422a0-224d-4964-8ecb-f5e0986c4b76): There are no data parts 2026.01.31 06:00:36.704226 [ 3 ] {cbfdb2be-37b6-41bd-9314-a2e56e94b015} TCPHandler: Processed in 0.016287652 sec. 2026.01.31 06:00:36.704409 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.704661 [ 3 ] {5e09f1c8-ccbc-43dc-aa07-3440898b1286} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.704824 [ 3 ] {5e09f1c8-ccbc-43dc-aa07-3440898b1286} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.31 06:00:36.711308 [ 3 ] {5e09f1c8-ccbc-43dc-aa07-3440898b1286} oximeter.measurements_histogrami32 (bfba1c4a-8728-4e66-bed0-6eadadb50023): Loading data parts 2026.01.31 06:00:36.711622 [ 3 ] {5e09f1c8-ccbc-43dc-aa07-3440898b1286} oximeter.measurements_histogrami32 (bfba1c4a-8728-4e66-bed0-6eadadb50023): There are no data parts 2026.01.31 06:00:36.714590 [ 3 ] {5e09f1c8-ccbc-43dc-aa07-3440898b1286} TCPHandler: Processed in 0.010240174 sec. 2026.01.31 06:00:36.714761 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.715109 [ 3 ] {d3bda012-c861-4b06-8057-31082419cb4d} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.715269 [ 3 ] {d3bda012-c861-4b06-8057-31082419cb4d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.31 06:00:36.717556 [ 3 ] {d3bda012-c861-4b06-8057-31082419cb4d} oximeter.measurements_histogramu32 (163bc9c4-07ca-4598-a8e9-ffdc19d5612d): Loading data parts 2026.01.31 06:00:36.717726 [ 3 ] {d3bda012-c861-4b06-8057-31082419cb4d} oximeter.measurements_histogramu32 (163bc9c4-07ca-4598-a8e9-ffdc19d5612d): There are no data parts 2026.01.31 06:00:36.724119 [ 3 ] {d3bda012-c861-4b06-8057-31082419cb4d} TCPHandler: Processed in 0.009410745 sec. 2026.01.31 06:00:36.724378 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.724700 [ 3 ] {ed6d58a6-e817-4dad-8c40-3b6e32167b2e} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.724874 [ 3 ] {ed6d58a6-e817-4dad-8c40-3b6e32167b2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.31 06:00:36.727380 [ 3 ] {ed6d58a6-e817-4dad-8c40-3b6e32167b2e} oximeter.measurements_histogrami64 (8ad98242-0ee0-487e-a3b5-a3ec887c47a5): Loading data parts 2026.01.31 06:00:36.727724 [ 3 ] {ed6d58a6-e817-4dad-8c40-3b6e32167b2e} oximeter.measurements_histogrami64 (8ad98242-0ee0-487e-a3b5-a3ec887c47a5): There are no data parts 2026.01.31 06:00:36.729221 [ 3 ] {ed6d58a6-e817-4dad-8c40-3b6e32167b2e} TCPHandler: Processed in 0.004911722 sec. 2026.01.31 06:00:36.729397 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.729810 [ 3 ] {f6b91f85-2899-401d-a431-252521ad6e12} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.729974 [ 3 ] {f6b91f85-2899-401d-a431-252521ad6e12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.31 06:00:36.738422 [ 3 ] {f6b91f85-2899-401d-a431-252521ad6e12} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Loading data parts 2026.01.31 06:00:36.738615 [ 3 ] {f6b91f85-2899-401d-a431-252521ad6e12} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): There are no data parts 2026.01.31 06:00:36.741935 [ 3 ] {f6b91f85-2899-401d-a431-252521ad6e12} TCPHandler: Processed in 0.012595748 sec. 2026.01.31 06:00:36.742243 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.742539 [ 3 ] {ed7d476d-eb21-4d77-86be-ea88bb7f084b} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.742754 [ 3 ] {ed7d476d-eb21-4d77-86be-ea88bb7f084b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.31 06:00:36.751737 [ 3 ] {ed7d476d-eb21-4d77-86be-ea88bb7f084b} oximeter.measurements_histogramf32 (38af2ad4-60e7-4da8-8ea9-b215830f07d3): Loading data parts 2026.01.31 06:00:36.752063 [ 3 ] {ed7d476d-eb21-4d77-86be-ea88bb7f084b} oximeter.measurements_histogramf32 (38af2ad4-60e7-4da8-8ea9-b215830f07d3): There are no data parts 2026.01.31 06:00:36.755061 [ 3 ] {ed7d476d-eb21-4d77-86be-ea88bb7f084b} TCPHandler: Processed in 0.012873384 sec. 2026.01.31 06:00:36.755246 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.755602 [ 3 ] {11d98af6-9084-47d5-8910-a1767ef53fce} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.755763 [ 3 ] {11d98af6-9084-47d5-8910-a1767ef53fce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.31 06:00:36.763457 [ 3 ] {11d98af6-9084-47d5-8910-a1767ef53fce} oximeter.measurements_histogramf64 (afc6062d-db45-4f88-8455-cb035a0d2cd4): Loading data parts 2026.01.31 06:00:36.763669 [ 3 ] {11d98af6-9084-47d5-8910-a1767ef53fce} oximeter.measurements_histogramf64 (afc6062d-db45-4f88-8455-cb035a0d2cd4): There are no data parts 2026.01.31 06:00:36.766663 [ 3 ] {11d98af6-9084-47d5-8910-a1767ef53fce} TCPHandler: Processed in 0.011479242 sec. 2026.01.31 06:00:36.767010 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.767226 [ 3 ] {0f96f358-5a65-4a43-908d-f3ad3bec169e} executeQuery: (from [fd00:1122:3344:101::d]:44812) /* 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.01.31 06:00:36.767379 [ 3 ] {0f96f358-5a65-4a43-908d-f3ad3bec169e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.31 06:00:36.775243 [ 3 ] {0f96f358-5a65-4a43-908d-f3ad3bec169e} oximeter.fields_bool (8e9da7e3-569e-43e7-a37b-68c6c9285680): Loading data parts 2026.01.31 06:00:36.775427 [ 3 ] {0f96f358-5a65-4a43-908d-f3ad3bec169e} oximeter.fields_bool (8e9da7e3-569e-43e7-a37b-68c6c9285680): There are no data parts 2026.01.31 06:00:36.778729 [ 3 ] {0f96f358-5a65-4a43-908d-f3ad3bec169e} TCPHandler: Processed in 0.011776169 sec. 2026.01.31 06:00:36.778904 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.779080 [ 3 ] {579f5b2b-8bd5-4ef7-a062-b8abbca8494b} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.779240 [ 3 ] {579f5b2b-8bd5-4ef7-a062-b8abbca8494b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.31 06:00:36.792003 [ 3 ] {579f5b2b-8bd5-4ef7-a062-b8abbca8494b} oximeter.fields_i8 (2a609cca-defa-471e-9317-4643673cc068): Loading data parts 2026.01.31 06:00:36.792224 [ 3 ] {579f5b2b-8bd5-4ef7-a062-b8abbca8494b} oximeter.fields_i8 (2a609cca-defa-471e-9317-4643673cc068): There are no data parts 2026.01.31 06:00:36.797372 [ 3 ] {579f5b2b-8bd5-4ef7-a062-b8abbca8494b} TCPHandler: Processed in 0.018526663 sec. 2026.01.31 06:00:36.797550 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.797892 [ 3 ] {053bbc18-1692-4055-bdab-08754da99af4} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.798073 [ 3 ] {053bbc18-1692-4055-bdab-08754da99af4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.31 06:00:36.809969 [ 3 ] {053bbc18-1692-4055-bdab-08754da99af4} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Loading data parts 2026.01.31 06:00:36.810134 [ 3 ] {053bbc18-1692-4055-bdab-08754da99af4} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): There are no data parts 2026.01.31 06:00:36.824160 [ 3 ] {053bbc18-1692-4055-bdab-08754da99af4} TCPHandler: Processed in 0.02666681 sec. 2026.01.31 06:00:36.824358 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.824541 [ 3 ] {c989f6ca-c6e5-4883-92db-a77cb574ae37} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.824755 [ 3 ] {c989f6ca-c6e5-4883-92db-a77cb574ae37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.31 06:00:36.830792 [ 3 ] {c989f6ca-c6e5-4883-92db-a77cb574ae37} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Loading data parts 2026.01.31 06:00:36.830985 [ 3 ] {c989f6ca-c6e5-4883-92db-a77cb574ae37} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): There are no data parts 2026.01.31 06:00:36.843583 [ 3 ] {c989f6ca-c6e5-4883-92db-a77cb574ae37} TCPHandler: Processed in 0.019282371 sec. 2026.01.31 06:00:36.843755 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.844134 [ 3 ] {b01dfaba-7ed9-4c8e-98ba-c23bde8cb324} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.844315 [ 3 ] {b01dfaba-7ed9-4c8e-98ba-c23bde8cb324} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.31 06:00:36.847569 [ 3 ] {b01dfaba-7ed9-4c8e-98ba-c23bde8cb324} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Loading data parts 2026.01.31 06:00:36.847731 [ 3 ] {b01dfaba-7ed9-4c8e-98ba-c23bde8cb324} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): There are no data parts 2026.01.31 06:00:36.857469 [ 3 ] {b01dfaba-7ed9-4c8e-98ba-c23bde8cb324} TCPHandler: Processed in 0.013773805 sec. 2026.01.31 06:00:36.857638 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.857814 [ 3 ] {63642c7d-9993-43b4-931b-55c8602a4479} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.858018 [ 3 ] {63642c7d-9993-43b4-931b-55c8602a4479} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.31 06:00:36.860938 [ 3 ] {63642c7d-9993-43b4-931b-55c8602a4479} oximeter.fields_i32 (6fb6ef81-7cb1-4d06-9163-bbf3285056d1): Loading data parts 2026.01.31 06:00:36.861098 [ 3 ] {63642c7d-9993-43b4-931b-55c8602a4479} oximeter.fields_i32 (6fb6ef81-7cb1-4d06-9163-bbf3285056d1): There are no data parts 2026.01.31 06:00:36.864288 [ 3 ] {63642c7d-9993-43b4-931b-55c8602a4479} TCPHandler: Processed in 0.006708074 sec. 2026.01.31 06:00:36.864466 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.864825 [ 3 ] {ab5d7f94-4f46-4c46-9b54-2e0460376655} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.864976 [ 3 ] {ab5d7f94-4f46-4c46-9b54-2e0460376655} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.31 06:00:36.875667 [ 3 ] {ab5d7f94-4f46-4c46-9b54-2e0460376655} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Loading data parts 2026.01.31 06:00:36.875826 [ 3 ] {ab5d7f94-4f46-4c46-9b54-2e0460376655} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): There are no data parts 2026.01.31 06:00:36.880486 [ 3 ] {ab5d7f94-4f46-4c46-9b54-2e0460376655} TCPHandler: Processed in 0.016077237 sec. 2026.01.31 06:00:36.880661 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.880837 [ 3 ] {afdf8ee6-45d4-499f-8f36-bf105603b40c} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.880979 [ 3 ] {afdf8ee6-45d4-499f-8f36-bf105603b40c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.31 06:00:36.890530 [ 3 ] {afdf8ee6-45d4-499f-8f36-bf105603b40c} oximeter.fields_i64 (cc543381-b17c-4a52-8c26-68886706aefa): Loading data parts 2026.01.31 06:00:36.890791 [ 3 ] {afdf8ee6-45d4-499f-8f36-bf105603b40c} oximeter.fields_i64 (cc543381-b17c-4a52-8c26-68886706aefa): There are no data parts 2026.01.31 06:00:36.895290 [ 3 ] {afdf8ee6-45d4-499f-8f36-bf105603b40c} TCPHandler: Processed in 0.014683965 sec. 2026.01.31 06:00:36.895459 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.895752 [ 3 ] {085aa0e3-2f77-4fdf-b46d-3402975e4f39} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.895908 [ 3 ] {085aa0e3-2f77-4fdf-b46d-3402975e4f39} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.31 06:00:36.907249 [ 3 ] {085aa0e3-2f77-4fdf-b46d-3402975e4f39} oximeter.fields_u64 (1bfd86dc-89b8-4170-9647-0677f4e209c3): Loading data parts 2026.01.31 06:00:36.907431 [ 3 ] {085aa0e3-2f77-4fdf-b46d-3402975e4f39} oximeter.fields_u64 (1bfd86dc-89b8-4170-9647-0677f4e209c3): There are no data parts 2026.01.31 06:00:36.912140 [ 3 ] {085aa0e3-2f77-4fdf-b46d-3402975e4f39} TCPHandler: Processed in 0.016741053 sec. 2026.01.31 06:00:36.912323 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.912503 [ 3 ] {4da556a1-e878-4dad-8ed7-6e627578b0c2} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.912718 [ 3 ] {4da556a1-e878-4dad-8ed7-6e627578b0c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.31 06:00:36.921737 [ 3 ] {4da556a1-e878-4dad-8ed7-6e627578b0c2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Loading data parts 2026.01.31 06:00:36.921929 [ 3 ] {4da556a1-e878-4dad-8ed7-6e627578b0c2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): There are no data parts 2026.01.31 06:00:36.925674 [ 3 ] {4da556a1-e878-4dad-8ed7-6e627578b0c2} TCPHandler: Processed in 0.013416037 sec. 2026.01.31 06:00:36.925977 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.926219 [ 3 ] {f9852ba2-6059-4aa6-aead-56f8b4af8ccf} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.926456 [ 3 ] {f9852ba2-6059-4aa6-aead-56f8b4af8ccf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.31 06:00:36.933293 [ 3 ] {f9852ba2-6059-4aa6-aead-56f8b4af8ccf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Loading data parts 2026.01.31 06:00:36.933530 [ 3 ] {f9852ba2-6059-4aa6-aead-56f8b4af8ccf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): There are no data parts 2026.01.31 06:00:36.935858 [ 3 ] {f9852ba2-6059-4aa6-aead-56f8b4af8ccf} TCPHandler: Processed in 0.009940758 sec. 2026.01.31 06:00:36.936041 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.936257 [ 3 ] {b17e0e0a-a5df-4222-8551-a6a78220ad4f} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:36.936558 [ 3 ] {b17e0e0a-a5df-4222-8551-a6a78220ad4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.31 06:00:36.939030 [ 3 ] {b17e0e0a-a5df-4222-8551-a6a78220ad4f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Loading data parts 2026.01.31 06:00:36.939252 [ 3 ] {b17e0e0a-a5df-4222-8551-a6a78220ad4f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): There are no data parts 2026.01.31 06:00:36.946013 [ 3 ] {b17e0e0a-a5df-4222-8551-a6a78220ad4f} TCPHandler: Processed in 0.010031329 sec. 2026.01.31 06:00:36.946272 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.946638 [ 3 ] {96b56a21-5e74-4925-9e69-116a2d5fbb2d} executeQuery: (from [fd00:1122:3344:101::d]:44812) /* 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.01.31 06:00:36.946848 [ 3 ] {96b56a21-5e74-4925-9e69-116a2d5fbb2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.31 06:00:36.957452 [ 3 ] {96b56a21-5e74-4925-9e69-116a2d5fbb2d} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Loading data parts 2026.01.31 06:00:36.957925 [ 3 ] {96b56a21-5e74-4925-9e69-116a2d5fbb2d} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): There are no data parts 2026.01.31 06:00:36.960088 [ 3 ] {96b56a21-5e74-4925-9e69-116a2d5fbb2d} TCPHandler: Processed in 0.013874568 sec. 2026.01.31 06:00:36.960400 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:36.960912 [ 5 ] {7639f418-539c-46da-b85e-ec6ad56337d9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.31 06:00:36.962491 [ 5 ] {7639f418-539c-46da-b85e-ec6ad56337d9} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.31 06:00:36.975471 [ 261 ] {7639f418-539c-46da-b85e-ec6ad56337d9} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:36.975713 [ 261 ] {7639f418-539c-46da-b85e-ec6ad56337d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.01.31 06:00:36.981367 [ 261 ] {7639f418-539c-46da-b85e-ec6ad56337d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:36.982301 [ 261 ] {7639f418-539c-46da-b85e-ec6ad56337d9} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:36.982663 [ 5 ] {7639f418-539c-46da-b85e-ec6ad56337d9} executeQuery: Read 1 rows, 16.00 B in 0.021906 sec., 45.64959371861591 rows/sec., 730.39 B/sec. 2026.01.31 06:00:36.982952 [ 5 ] {7639f418-539c-46da-b85e-ec6ad56337d9} TCPHandler: Processed in 0.022694399 sec. 2026.01.31 06:00:37.001248 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.55 MiB, peak 124.55 MiB, free memory in arenas 0.00 B, will set to 138.04 MiB (RSS), difference: 13.49 MiB 2026.01.31 06:00:37.426075 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61119 2026.01.31 06:00:37.428154 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.428192 [ 262 ] {} TCP-Session: f9d77945-ca6d-4a1e-9449-6a9567ef013e Authenticating user 'default' from [fd00:1122:3344:101::a]:61119 2026.01.31 06:00:37.428364 [ 262 ] {} TCP-Session: f9d77945-ca6d-4a1e-9449-6a9567ef013e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.428378 [ 262 ] {} TCP-Session: f9d77945-ca6d-4a1e-9449-6a9567ef013e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.428447 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 06:00:37.428570 [ 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.01.31 06:00:37.428589 [ 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.01.31 06:00:37.431939 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57929 2026.01.31 06:00:37.432015 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36792 2026.01.31 06:00:37.432145 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.432171 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55763 2026.01.31 06:00:37.432344 [ 263 ] {} TCP-Session: f4909841-a865-4eda-ac45-da404a68708c Authenticating user 'default' from [fd00:1122:3344:101::a]:57929 2026.01.31 06:00:37.432485 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.432415 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47334 2026.01.31 06:00:37.432509 [ 263 ] {} TCP-Session: f4909841-a865-4eda-ac45-da404a68708c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.432570 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.432635 [ 265 ] {} TCP-Session: bc74da5b-fc95-45b0-b442-cf3995275c54 Authenticating user 'default' from [fd00:1122:3344:101::a]:55763 2026.01.31 06:00:37.432644 [ 263 ] {} TCP-Session: f4909841-a865-4eda-ac45-da404a68708c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.432604 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56099 2026.01.31 06:00:37.432715 [ 265 ] {} TCP-Session: bc74da5b-fc95-45b0-b442-cf3995275c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.432688 [ 264 ] {} TCP-Session: c7e5c498-60c7-4ab7-8c48-a3ec728cf365 Authenticating user 'default' from [fd00:1122:3344:101::a]:36792 2026.01.31 06:00:37.432695 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57336 2026.01.31 06:00:37.432809 [ 265 ] {} TCP-Session: bc74da5b-fc95-45b0-b442-cf3995275c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.432845 [ 264 ] {} TCP-Session: c7e5c498-60c7-4ab7-8c48-a3ec728cf365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.432796 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50161 2026.01.31 06:00:37.432951 [ 264 ] {} TCP-Session: c7e5c498-60c7-4ab7-8c48-a3ec728cf365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433007 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.432971 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.433109 [ 267 ] {} TCP-Session: 95fdd99e-5e31-4710-8108-6ba652a9f978 Authenticating user 'default' from [fd00:1122:3344:101::a]:56099 2026.01.31 06:00:37.433133 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.433170 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.433179 [ 267 ] {} TCP-Session: 95fdd99e-5e31-4710-8108-6ba652a9f978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433129 [ 266 ] {} TCP-Session: 6f5404bd-4b39-467c-b228-fd8cfe1fc345 Authenticating user 'default' from [fd00:1122:3344:101::a]:47334 2026.01.31 06:00:37.433278 [ 268 ] {} TCP-Session: 5ce6801c-0f6f-4fc1-b771-d35189214c91 Authenticating user 'default' from [fd00:1122:3344:101::a]:57336 2026.01.31 06:00:37.433286 [ 267 ] {} TCP-Session: 95fdd99e-5e31-4710-8108-6ba652a9f978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433308 [ 266 ] {} TCP-Session: 6f5404bd-4b39-467c-b228-fd8cfe1fc345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433355 [ 268 ] {} TCP-Session: 5ce6801c-0f6f-4fc1-b771-d35189214c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433380 [ 266 ] {} TCP-Session: 6f5404bd-4b39-467c-b228-fd8cfe1fc345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433422 [ 268 ] {} TCP-Session: 5ce6801c-0f6f-4fc1-b771-d35189214c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433463 [ 269 ] {} TCP-Session: 6b671177-e27e-421e-9cb5-fb620a13a614 Authenticating user 'default' from [fd00:1122:3344:101::a]:50161 2026.01.31 06:00:37.433551 [ 269 ] {} TCP-Session: 6b671177-e27e-421e-9cb5-fb620a13a614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.433564 [ 269 ] {} TCP-Session: 6b671177-e27e-421e-9cb5-fb620a13a614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.490402 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38097 2026.01.31 06:00:37.491094 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.491138 [ 270 ] {} TCP-Session: e0277c0c-c5ac-4ea7-8c0c-3f2e543b7790 Authenticating user 'default' from [fd00:1122:3344:101::c]:38097 2026.01.31 06:00:37.491331 [ 270 ] {} TCP-Session: e0277c0c-c5ac-4ea7-8c0c-3f2e543b7790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.491346 [ 270 ] {} TCP-Session: e0277c0c-c5ac-4ea7-8c0c-3f2e543b7790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.491408 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 06:00:37.491517 [ 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.01.31 06:00:37.491534 [ 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.01.31 06:00:37.492656 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51752 2026.01.31 06:00:37.492764 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54373 2026.01.31 06:00:37.492842 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.492937 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35594 2026.01.31 06:00:37.493035 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493083 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41733 2026.01.31 06:00:37.493113 [ 271 ] {} TCP-Session: bb61d08e-3d7e-4f0e-8e81-602739183850 Authenticating user 'default' from [fd00:1122:3344:101::c]:51752 2026.01.31 06:00:37.493184 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53182 2026.01.31 06:00:37.493134 [ 272 ] {} TCP-Session: 78b697f9-0d9a-4fe1-9902-331d276a6dfc Authenticating user 'default' from [fd00:1122:3344:101::c]:54373 2026.01.31 06:00:37.493282 [ 271 ] {} TCP-Session: bb61d08e-3d7e-4f0e-8e81-602739183850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493337 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493366 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493387 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54062 2026.01.31 06:00:37.493414 [ 271 ] {} TCP-Session: bb61d08e-3d7e-4f0e-8e81-602739183850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493459 [ 274 ] {} TCP-Session: f3aa596d-d777-4c32-b4ad-12521d2e51f3 Authenticating user 'default' from [fd00:1122:3344:101::c]:41733 2026.01.31 06:00:37.493454 [ 273 ] {} TCP-Session: 79fca61d-ccff-415d-a2e7-3366231c2447 Authenticating user 'default' from [fd00:1122:3344:101::c]:35594 2026.01.31 06:00:37.493519 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42434 2026.01.31 06:00:37.493585 [ 274 ] {} TCP-Session: f3aa596d-d777-4c32-b4ad-12521d2e51f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493576 [ 273 ] {} TCP-Session: 79fca61d-ccff-415d-a2e7-3366231c2447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493674 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493772 [ 273 ] {} TCP-Session: 79fca61d-ccff-415d-a2e7-3366231c2447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493757 [ 274 ] {} TCP-Session: f3aa596d-d777-4c32-b4ad-12521d2e51f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493564 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493880 [ 276 ] {} TCP-Session: 748bafd0-95b4-4ad3-b60a-247f6072f5db Authenticating user 'default' from [fd00:1122:3344:101::c]:54062 2026.01.31 06:00:37.493885 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.493302 [ 272 ] {} TCP-Session: 78b697f9-0d9a-4fe1-9902-331d276a6dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493992 [ 276 ] {} TCP-Session: 748bafd0-95b4-4ad3-b60a-247f6072f5db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.494107 [ 272 ] {} TCP-Session: 78b697f9-0d9a-4fe1-9902-331d276a6dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493963 [ 275 ] {} TCP-Session: 182f0ea7-d726-4bca-b4bb-c518caefa162 Authenticating user 'default' from [fd00:1122:3344:101::c]:53182 2026.01.31 06:00:37.494179 [ 276 ] {} TCP-Session: 748bafd0-95b4-4ad3-b60a-247f6072f5db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.494218 [ 275 ] {} TCP-Session: 182f0ea7-d726-4bca-b4bb-c518caefa162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.493974 [ 277 ] {} TCP-Session: bad5392f-c587-492d-9cd9-8271603db9e5 Authenticating user 'default' from [fd00:1122:3344:101::c]:42434 2026.01.31 06:00:37.494306 [ 275 ] {} TCP-Session: 182f0ea7-d726-4bca-b4bb-c518caefa162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.494323 [ 277 ] {} TCP-Session: bad5392f-c587-492d-9cd9-8271603db9e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.494402 [ 277 ] {} TCP-Session: bad5392f-c587-492d-9cd9-8271603db9e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.596712 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60532 2026.01.31 06:00:37.603874 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.603921 [ 278 ] {} TCP-Session: 79f7f980-011d-4472-a36e-00e4248ec4c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:60532 2026.01.31 06:00:37.603944 [ 278 ] {} TCP-Session: 79f7f980-011d-4472-a36e-00e4248ec4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.604105 [ 278 ] {} TCP-Session: 79f7f980-011d-4472-a36e-00e4248ec4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.604257 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 06:00:37.604290 [ 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.01.31 06:00:37.604405 [ 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.01.31 06:00:37.607401 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46854 2026.01.31 06:00:37.607519 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45819 2026.01.31 06:00:37.607600 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.607642 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50302 2026.01.31 06:00:37.607703 [ 279 ] {} TCP-Session: 536c3669-dacb-41a0-8df7-bc3215e4420a Authenticating user 'default' from [fd00:1122:3344:101::b]:46854 2026.01.31 06:00:37.607740 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.607763 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60711 2026.01.31 06:00:37.607798 [ 279 ] {} TCP-Session: 536c3669-dacb-41a0-8df7-bc3215e4420a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.607796 [ 280 ] {} TCP-Session: a247b542-e91f-4dfb-b057-6b5c069b0178 Authenticating user 'default' from [fd00:1122:3344:101::b]:45819 2026.01.31 06:00:37.607864 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53411 2026.01.31 06:00:37.607911 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.607934 [ 280 ] {} TCP-Session: a247b542-e91f-4dfb-b057-6b5c069b0178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.607936 [ 279 ] {} TCP-Session: 536c3669-dacb-41a0-8df7-bc3215e4420a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608053 [ 281 ] {} TCP-Session: 942e64d0-be4e-46aa-9eac-981a1c698462 Authenticating user 'default' from [fd00:1122:3344:101::b]:50302 2026.01.31 06:00:37.608093 [ 280 ] {} TCP-Session: a247b542-e91f-4dfb-b057-6b5c069b0178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608088 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39155 2026.01.31 06:00:37.608166 [ 281 ] {} TCP-Session: 942e64d0-be4e-46aa-9eac-981a1c698462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608209 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.608214 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57196 2026.01.31 06:00:37.608265 [ 281 ] {} TCP-Session: 942e64d0-be4e-46aa-9eac-981a1c698462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608307 [ 282 ] {} TCP-Session: fe9c3db1-c1ae-430b-816c-315d6b9b2aa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:60711 2026.01.31 06:00:37.608232 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.608366 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.608396 [ 282 ] {} TCP-Session: fe9c3db1-c1ae-430b-816c-315d6b9b2aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608425 [ 283 ] {} TCP-Session: 4bc87212-2930-4b7b-8020-41154cb35d98 Authenticating user 'default' from [fd00:1122:3344:101::b]:53411 2026.01.31 06:00:37.608406 [ 284 ] {} TCP-Session: 4896c8a8-e499-49f2-a90e-5652f0aca34f Authenticating user 'default' from [fd00:1122:3344:101::b]:39155 2026.01.31 06:00:37.608513 [ 282 ] {} TCP-Session: fe9c3db1-c1ae-430b-816c-315d6b9b2aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608538 [ 283 ] {} TCP-Session: 4bc87212-2930-4b7b-8020-41154cb35d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608527 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:37.608525 [ 284 ] {} TCP-Session: 4896c8a8-e499-49f2-a90e-5652f0aca34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608663 [ 285 ] {} TCP-Session: 46a55844-9c14-4d5b-b8cd-2648b0b15c6c Authenticating user 'default' from [fd00:1122:3344:101::b]:57196 2026.01.31 06:00:37.608625 [ 283 ] {} TCP-Session: 4bc87212-2930-4b7b-8020-41154cb35d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608749 [ 284 ] {} TCP-Session: 4896c8a8-e499-49f2-a90e-5652f0aca34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608781 [ 285 ] {} TCP-Session: 46a55844-9c14-4d5b-b8cd-2648b0b15c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:37.608877 [ 285 ] {} TCP-Session: 46a55844-9c14-4d5b-b8cd-2648b0b15c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:38.001140 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.18 MiB, peak 138.18 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 1.53 MiB 2026.01.31 06:00:42.823527 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.31 06:00:42.823592 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.31 06:00:42.823666 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.31 06:00:42.823698 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.31 06:00:42.829464 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Loading data parts 2026.01.31 06:00:42.829687 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): There are no data parts 2026.01.31 06:00:42.836636 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:42.836758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.01.31 06:00:42.841327 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Loading data parts 2026.01.31 06:00:42.841502 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): There are no data parts 2026.01.31 06:00:42.841998 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:42.842811 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:42.842957 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.31 06:00:42.873224 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:42.873377 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.01.31 06:00:42.879547 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:42.880672 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:42.883859 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.31 06:00:43.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.79 MiB, peak 148.79 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.10 MiB 2026.01.31 06:00:45.323455 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.31 06:00:45.323674 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.31 06:00:45.331513 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Loading data parts 2026.01.31 06:00:45.331794 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): There are no data parts 2026.01.31 06:00:45.343778 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:45.343986 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.01.31 06:00:45.346724 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:45.347550 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:45.347973 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.31 06:00:46.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.11 MiB, peak 158.11 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.15 MiB 2026.01.31 06:00:49.992383 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33457 2026.01.31 06:00:49.994884 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.995135 [ 286 ] {} TCP-Session: 38cadfa8-d926-438f-8586-355dcd7bf17f Authenticating user 'default' from [fd00:1122:3344:101::e]:33457 2026.01.31 06:00:49.995196 [ 286 ] {} TCP-Session: 38cadfa8-d926-438f-8586-355dcd7bf17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.995218 [ 286 ] {} TCP-Session: 38cadfa8-d926-438f-8586-355dcd7bf17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.995363 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 06:00:49.995398 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 06:00:49.995481 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 06:00:49.996230 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34864 2026.01.31 06:00:49.996266 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37015 2026.01.31 06:00:49.996356 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57476 2026.01.31 06:00:49.996435 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55484 2026.01.31 06:00:49.996482 [ 286 ] {} TCP-Session: 38cadfa8-d926-438f-8586-355dcd7bf17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:49.996547 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53140 2026.01.31 06:00:49.996720 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40194 2026.01.31 06:00:49.996852 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.996902 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} executeQuery: (from [fd00:1122:3344:101::e]:33457) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:00:49.996906 [ 287 ] {} TCP-Session: 21c5847b-d48a-44ba-9350-36442540415f Authenticating user 'default' from [fd00:1122:3344:101::e]:34864 2026.01.31 06:00:49.997011 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997024 [ 287 ] {} TCP-Session: 21c5847b-d48a-44ba-9350-36442540415f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997053 [ 290 ] {} TCP-Session: f440eccc-d759-4861-ae21-f2449f94603f Authenticating user 'default' from [fd00:1122:3344:101::e]:55484 2026.01.31 06:00:49.997107 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52068 2026.01.31 06:00:49.997132 [ 287 ] {} TCP-Session: 21c5847b-d48a-44ba-9350-36442540415f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997158 [ 290 ] {} TCP-Session: f440eccc-d759-4861-ae21-f2449f94603f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997250 [ 290 ] {} TCP-Session: f440eccc-d759-4861-ae21-f2449f94603f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997181 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997248 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997405 [ 291 ] {} TCP-Session: fc3ec589-1ced-4980-bf77-b03a9ea2e9c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53140 2026.01.31 06:00:49.997433 [ 291 ] {} TCP-Session: fc3ec589-1ced-4980-bf77-b03a9ea2e9c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997437 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47768 2026.01.31 06:00:49.997448 [ 291 ] {} TCP-Session: fc3ec589-1ced-4980-bf77-b03a9ea2e9c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997463 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997444 [ 292 ] {} TCP-Session: 2b91a942-2cae-43b6-babb-3e5a616ab37f Authenticating user 'default' from [fd00:1122:3344:101::e]:40194 2026.01.31 06:00:49.997543 [ 293 ] {} TCP-Session: aef01ea5-6844-4353-a98d-251c0fc30b9b Authenticating user 'default' from [fd00:1122:3344:101::e]:52068 2026.01.31 06:00:49.997563 [ 292 ] {} TCP-Session: 2b91a942-2cae-43b6-babb-3e5a616ab37f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997564 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997590 [ 292 ] {} TCP-Session: 2b91a942-2cae-43b6-babb-3e5a616ab37f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997572 [ 293 ] {} TCP-Session: aef01ea5-6844-4353-a98d-251c0fc30b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997615 [ 289 ] {} TCP-Session: 2bc23207-fe4a-454e-bd46-d73c64039dd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57476 2026.01.31 06:00:49.997635 [ 293 ] {} TCP-Session: aef01ea5-6844-4353-a98d-251c0fc30b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997657 [ 289 ] {} TCP-Session: 2bc23207-fe4a-454e-bd46-d73c64039dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997681 [ 289 ] {} TCP-Session: 2bc23207-fe4a-454e-bd46-d73c64039dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997712 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997770 [ 288 ] {} TCP-Session: ce246413-02d2-4938-bdbf-c3070526ee46 Authenticating user 'default' from [fd00:1122:3344:101::e]:37015 2026.01.31 06:00:49.997807 [ 288 ] {} TCP-Session: ce246413-02d2-4938-bdbf-c3070526ee46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997815 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:49.997830 [ 288 ] {} TCP-Session: ce246413-02d2-4938-bdbf-c3070526ee46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997856 [ 294 ] {} TCP-Session: ab236c3f-2fd2-49a2-ace6-04009a91df8e Authenticating user 'default' from [fd00:1122:3344:101::e]:47768 2026.01.31 06:00:49.997877 [ 294 ] {} TCP-Session: ab236c3f-2fd2-49a2-ace6-04009a91df8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.997891 [ 294 ] {} TCP-Session: ab236c3f-2fd2-49a2-ace6-04009a91df8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:49.998418 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:00:50.003128 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:50.023380 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:00:50.039146 [ 298 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} AggregatingTransform: Aggregating 2026.01.31 06:00:50.041294 [ 298 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} Aggregator: Aggregation method: without_key 2026.01.31 06:00:50.042181 [ 298 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.007408219 sec. (134.985 rows/sec., 5.27 KiB/sec.) 2026.01.31 06:00:50.042224 [ 298 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} Aggregator: Merging aggregated data 2026.01.31 06:00:50.042262 [ 298 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.31 06:00:50.043944 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} executeQuery: Read 1 rows, 40.00 B in 0.047135 sec., 21.215657154980374 rows/sec., 848.63 B/sec. 2026.01.31 06:00:50.044158 [ 286 ] {ec694e0d-59fb-4400-b2ce-4b68b5425f9f} TCPHandler: Processed in 0.047914905 sec. 2026.01.31 06:00:50.047902 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.047953 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.047978 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048012 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048035 [ 292 ] {} TCP-Session: 2b91a942-2cae-43b6-babb-3e5a616ab37f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048043 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048065 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048105 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048117 [ 290 ] {} TCP-Session: f440eccc-d759-4861-ae21-f2449f94603f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048151 [ 288 ] {} TCP-Session: ce246413-02d2-4938-bdbf-c3070526ee46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048164 [ 293 ] {} TCP-Session: aef01ea5-6844-4353-a98d-251c0fc30b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048085 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048072 [ 291 ] {} TCP-Session: fc3ec589-1ced-4980-bf77-b03a9ea2e9c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048247 [ 294 ] {} TCP-Session: ab236c3f-2fd2-49a2-ace6-04009a91df8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.047992 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:50.048066 [ 287 ] {} TCP-Session: 21c5847b-d48a-44ba-9350-36442540415f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.048338 [ 289 ] {} TCP-Session: 2bc23207-fe4a-454e-bd46-d73c64039dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.047966 [ 286 ] {} TCP-Session: 38cadfa8-d926-438f-8586-355dcd7bf17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:50.292344 [ 107 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:00:50.292432 [ 107 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:00:50.343980 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.01.31 06:00:50.351035 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:50.351089 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:50.351685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:00:50.352248 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:50.355551 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.31 06:00:50.384871 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.31 06:00:50.403038 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:50.403106 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:50.409974 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:00:50.411796 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:50.416145 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.31 06:00:51.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.87 MiB, peak 166.35 MiB, free memory in arenas 0.00 B, will set to 162.01 MiB (RSS), difference: 5.14 MiB 2026.01.31 06:00:54.196689 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58535 2026.01.31 06:00:54.196835 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.196873 [ 286 ] {} TCP-Session: 50c58b62-ef94-447e-b6d9-c541b3787a41 Authenticating user 'default' from [fd00:1122:3344:101::e]:58535 2026.01.31 06:00:54.196903 [ 286 ] {} TCP-Session: 50c58b62-ef94-447e-b6d9-c541b3787a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.196923 [ 286 ] {} TCP-Session: 50c58b62-ef94-447e-b6d9-c541b3787a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197217 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50979 2026.01.31 06:00:54.197239 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56386 2026.01.31 06:00:54.197262 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54267 2026.01.31 06:00:54.197292 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55007 2026.01.31 06:00:54.197273 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37709 2026.01.31 06:00:54.197336 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197357 [ 286 ] {} TCP-Session: 50c58b62-ef94-447e-b6d9-c541b3787a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:54.197397 [ 287 ] {} TCP-Session: a5e07b71-34f4-4b7f-81a3-390a140e4824 Authenticating user 'default' from [fd00:1122:3344:101::e]:50979 2026.01.31 06:00:54.197405 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197406 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197444 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197460 [ 291 ] {} TCP-Session: 03068f90-f55a-4c39-9e33-a62878c94eb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54267 2026.01.31 06:00:54.197472 [ 294 ] {} TCP-Session: b00b8bbf-ab04-4869-a2a4-196e604b7ba9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55007 2026.01.31 06:00:54.197484 [ 292 ] {} TCP-Session: a3e6a737-1423-4563-bc66-52548633bded Authenticating user 'default' from [fd00:1122:3344:101::e]:37709 2026.01.31 06:00:54.197491 [ 291 ] {} TCP-Session: 03068f90-f55a-4c39-9e33-a62878c94eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197510 [ 294 ] {} TCP-Session: b00b8bbf-ab04-4869-a2a4-196e604b7ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197530 [ 291 ] {} TCP-Session: 03068f90-f55a-4c39-9e33-a62878c94eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197525 [ 292 ] {} TCP-Session: a3e6a737-1423-4563-bc66-52548633bded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197555 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} executeQuery: (from [fd00:1122:3344:101::e]:58535) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:00:54.197571 [ 292 ] {} TCP-Session: a3e6a737-1423-4563-bc66-52548633bded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197543 [ 294 ] {} TCP-Session: b00b8bbf-ab04-4869-a2a4-196e604b7ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197431 [ 287 ] {} TCP-Session: a5e07b71-34f4-4b7f-81a3-390a140e4824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197406 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197648 [ 287 ] {} TCP-Session: a5e07b71-34f4-4b7f-81a3-390a140e4824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197694 [ 288 ] {} TCP-Session: d64347e0-38d0-4228-af7b-4403e7ee426f Authenticating user 'default' from [fd00:1122:3344:101::e]:56386 2026.01.31 06:00:54.197255 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61002 2026.01.31 06:00:54.197736 [ 288 ] {} TCP-Session: d64347e0-38d0-4228-af7b-4403e7ee426f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197248 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41957 2026.01.31 06:00:54.197773 [ 288 ] {} TCP-Session: d64347e0-38d0-4228-af7b-4403e7ee426f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197799 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197281 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60976 2026.01.31 06:00:54.197839 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:00:54.197836 [ 289 ] {} TCP-Session: f0f723e8-691a-4f29-92a4-f8deb25e6bf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61002 2026.01.31 06:00:54.197886 [ 289 ] {} TCP-Session: f0f723e8-691a-4f29-92a4-f8deb25e6bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197898 [ 289 ] {} TCP-Session: f0f723e8-691a-4f29-92a4-f8deb25e6bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197902 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:54.197930 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197953 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:54.197959 [ 290 ] {} TCP-Session: 79093c4e-5f8d-4d8e-8130-f4924d14e648 Authenticating user 'default' from [fd00:1122:3344:101::e]:41957 2026.01.31 06:00:54.197978 [ 293 ] {} TCP-Session: a02884ab-76f1-449f-a51b-ef2c5b4d9f3c Authenticating user 'default' from [fd00:1122:3344:101::e]:60976 2026.01.31 06:00:54.197984 [ 290 ] {} TCP-Session: 79093c4e-5f8d-4d8e-8130-f4924d14e648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197995 [ 293 ] {} TCP-Session: a02884ab-76f1-449f-a51b-ef2c5b4d9f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.197999 [ 290 ] {} TCP-Session: 79093c4e-5f8d-4d8e-8130-f4924d14e648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.198009 [ 293 ] {} TCP-Session: a02884ab-76f1-449f-a51b-ef2c5b4d9f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.198198 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:00:54.199155 [ 299 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} AggregatingTransform: Aggregating 2026.01.31 06:00:54.199217 [ 299 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} Aggregator: Aggregation method: without_key 2026.01.31 06:00:54.199253 [ 299 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957462 sec. (1044.428 rows/sec., 40.80 KiB/sec.) 2026.01.31 06:00:54.199270 [ 299 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} Aggregator: Merging aggregated data 2026.01.31 06:00:54.200254 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} executeQuery: Read 1 rows, 40.00 B in 0.002757 sec., 362.71309394269133 rows/sec., 14.17 KiB/sec. 2026.01.31 06:00:54.200408 [ 286 ] {bebb6473-7aa6-4a6c-8467-39fc5181b44b} TCPHandler: Processed in 0.003166842 sec. 2026.01.31 06:00:54.200533 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200560 [ 286 ] {} TCP-Session: 50c58b62-ef94-447e-b6d9-c541b3787a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200571 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200605 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200609 [ 294 ] {} TCP-Session: b00b8bbf-ab04-4869-a2a4-196e604b7ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200623 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200650 [ 287 ] {} TCP-Session: a5e07b71-34f4-4b7f-81a3-390a140e4824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200662 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200678 [ 288 ] {} TCP-Session: d64347e0-38d0-4228-af7b-4403e7ee426f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200700 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200721 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200723 [ 291 ] {} TCP-Session: 03068f90-f55a-4c39-9e33-a62878c94eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200747 [ 290 ] {} TCP-Session: 79093c4e-5f8d-4d8e-8130-f4924d14e648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200762 [ 293 ] {} TCP-Session: a02884ab-76f1-449f-a51b-ef2c5b4d9f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200684 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200642 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:54.200830 [ 289 ] {} TCP-Session: f0f723e8-691a-4f29-92a4-f8deb25e6bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:54.200841 [ 292 ] {} TCP-Session: a3e6a737-1423-4563-bc66-52548633bded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.349309 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 92 2026.01.31 06:00:55.351320 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:55.351366 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:55.352585 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:00:55.353056 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:55.353300 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2026.01.31 06:00:55.800915 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61638 2026.01.31 06:00:55.801026 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801054 [ 286 ] {} TCP-Session: a18056a7-cbcb-45bf-8d52-c4ea259114be Authenticating user 'default' from [fd00:1122:3344:101::e]:61638 2026.01.31 06:00:55.801075 [ 286 ] {} TCP-Session: a18056a7-cbcb-45bf-8d52-c4ea259114be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801087 [ 286 ] {} TCP-Session: a18056a7-cbcb-45bf-8d52-c4ea259114be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801331 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57877 2026.01.31 06:00:55.801367 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61859 2026.01.31 06:00:55.801376 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52473 2026.01.31 06:00:55.801415 [ 286 ] {} TCP-Session: a18056a7-cbcb-45bf-8d52-c4ea259114be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:55.801420 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53309 2026.01.31 06:00:55.801444 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801404 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34244 2026.01.31 06:00:55.801480 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801488 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801510 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801515 [ 290 ] {} TCP-Session: 942c7d0c-5a68-427f-b798-f0cc455dbb75 Authenticating user 'default' from [fd00:1122:3344:101::e]:52473 2026.01.31 06:00:55.801534 [ 288 ] {} TCP-Session: 769b80e7-c37d-4e37-92cb-8542a981ad88 Authenticating user 'default' from [fd00:1122:3344:101::e]:61859 2026.01.31 06:00:55.801538 [ 294 ] {} TCP-Session: 66ce1285-a60c-4f31-99ce-e463eeb0e530 Authenticating user 'default' from [fd00:1122:3344:101::e]:53309 2026.01.31 06:00:55.801543 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801569 [ 288 ] {} TCP-Session: 769b80e7-c37d-4e37-92cb-8542a981ad88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801572 [ 294 ] {} TCP-Session: 66ce1285-a60c-4f31-99ce-e463eeb0e530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801582 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} executeQuery: (from [fd00:1122:3344:101::e]:61638) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:00:55.801587 [ 293 ] {} TCP-Session: c67d6f6a-c95f-4b49-961d-4d3b45319ac1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34244 2026.01.31 06:00:55.801598 [ 294 ] {} TCP-Session: 66ce1285-a60c-4f31-99ce-e463eeb0e530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801627 [ 293 ] {} TCP-Session: c67d6f6a-c95f-4b49-961d-4d3b45319ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801592 [ 288 ] {} TCP-Session: 769b80e7-c37d-4e37-92cb-8542a981ad88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801650 [ 293 ] {} TCP-Session: c67d6f6a-c95f-4b49-961d-4d3b45319ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801551 [ 290 ] {} TCP-Session: 942c7d0c-5a68-427f-b798-f0cc455dbb75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801490 [ 287 ] {} TCP-Session: 22fdd81b-e3e2-48ff-bc29-62d207dff813 Authenticating user 'default' from [fd00:1122:3344:101::e]:57877 2026.01.31 06:00:55.801695 [ 290 ] {} TCP-Session: 942c7d0c-5a68-427f-b798-f0cc455dbb75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801402 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35672 2026.01.31 06:00:55.801725 [ 287 ] {} TCP-Session: 22fdd81b-e3e2-48ff-bc29-62d207dff813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801389 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63126 2026.01.31 06:00:55.801780 [ 287 ] {} TCP-Session: 22fdd81b-e3e2-48ff-bc29-62d207dff813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801380 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41765 2026.01.31 06:00:55.801834 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801845 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801852 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:00:55.801877 [ 291 ] {} TCP-Session: c6ea35fb-e295-4c2c-8acd-4bb8d85ecc3c Authenticating user 'default' from [fd00:1122:3344:101::e]:63126 2026.01.31 06:00:55.801892 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:00:55.801910 [ 291 ] {} TCP-Session: c6ea35fb-e295-4c2c-8acd-4bb8d85ecc3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801920 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:55.801927 [ 289 ] {} TCP-Session: 87ec4d71-93fb-4725-9774-ca318bd55319 Authenticating user 'default' from [fd00:1122:3344:101::e]:41765 2026.01.31 06:00:55.801945 [ 291 ] {} TCP-Session: c6ea35fb-e295-4c2c-8acd-4bb8d85ecc3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.801862 [ 292 ] {} TCP-Session: 9bf60423-c592-4908-bd00-6c9c3cf5a617 Authenticating user 'default' from [fd00:1122:3344:101::e]:35672 2026.01.31 06:00:55.801976 [ 289 ] {} TCP-Session: 87ec4d71-93fb-4725-9774-ca318bd55319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.802007 [ 289 ] {} TCP-Session: 87ec4d71-93fb-4725-9774-ca318bd55319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.802007 [ 292 ] {} TCP-Session: 9bf60423-c592-4908-bd00-6c9c3cf5a617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.802028 [ 292 ] {} TCP-Session: 9bf60423-c592-4908-bd00-6c9c3cf5a617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.802220 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:00:55.803061 [ 307 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} AggregatingTransform: Aggregating 2026.01.31 06:00:55.803149 [ 307 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} Aggregator: Aggregation method: without_key 2026.01.31 06:00:55.803191 [ 307 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00087197 sec. (1146.828 rows/sec., 44.80 KiB/sec.) 2026.01.31 06:00:55.803213 [ 307 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} Aggregator: Merging aggregated data 2026.01.31 06:00:55.804465 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} executeQuery: Read 1 rows, 40.00 B in 0.002935 sec., 340.71550255536624 rows/sec., 13.31 KiB/sec. 2026.01.31 06:00:55.804638 [ 286 ] {298fbf05-5a05-415e-a17f-35c45f0ce007} TCPHandler: Processed in 0.003331077 sec. 2026.01.31 06:00:55.804780 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804809 [ 286 ] {} TCP-Session: a18056a7-cbcb-45bf-8d52-c4ea259114be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804818 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804839 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804857 [ 294 ] {} TCP-Session: 66ce1285-a60c-4f31-99ce-e463eeb0e530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804863 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804884 [ 289 ] {} TCP-Session: 87ec4d71-93fb-4725-9774-ca318bd55319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804890 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804917 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804942 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804950 [ 288 ] {} TCP-Session: 769b80e7-c37d-4e37-92cb-8542a981ad88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804966 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804990 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:00:55.804993 [ 291 ] {} TCP-Session: c6ea35fb-e295-4c2c-8acd-4bb8d85ecc3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.805014 [ 290 ] {} TCP-Session: 942c7d0c-5a68-427f-b798-f0cc455dbb75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.805034 [ 293 ] {} TCP-Session: c67d6f6a-c95f-4b49-961d-4d3b45319ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804971 [ 292 ] {} TCP-Session: 9bf60423-c592-4908-bd00-6c9c3cf5a617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:55.804917 [ 287 ] {} TCP-Session: 22fdd81b-e3e2-48ff-bc29-62d207dff813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:00:56.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.28 MiB, peak 171.36 MiB, free memory in arenas 0.00 B, will set to 162.08 MiB (RSS), difference: 3.80 MiB 2026.01.31 06:00:56.994920 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:56.995101 [ 3 ] {cd88796f-ab3f-4a81-9c3f-0610606ffa2d} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.31 06:00:56.995382 [ 3 ] {cd88796f-ab3f-4a81-9c3f-0610606ffa2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:56.995451 [ 3 ] {cd88796f-ab3f-4a81-9c3f-0610606ffa2d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:56.995832 [ 3 ] {cd88796f-ab3f-4a81-9c3f-0610606ffa2d} TCPHandler: Processed in 0.001038523 sec. 2026.01.31 06:00:57.013016 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.013175 [ 3 ] {f17c065f-7db9-4a6d-8934-1952c609a7f1} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 06:00:57.022872 [ 3 ] {f17c065f-7db9-4a6d-8934-1952c609a7f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.022938 [ 3 ] {f17c065f-7db9-4a6d-8934-1952c609a7f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.025474 [ 3 ] {f17c065f-7db9-4a6d-8934-1952c609a7f1} TCPHandler: Processed in 0.012534457 sec. 2026.01.31 06:00:57.028065 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.028210 [ 3 ] {8be7e7a5-f42a-4a78-a209-1447218ba599} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 06:00:57.032701 [ 3 ] {8be7e7a5-f42a-4a78-a209-1447218ba599} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.032752 [ 3 ] {8be7e7a5-f42a-4a78-a209-1447218ba599} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.033109 [ 3 ] {8be7e7a5-f42a-4a78-a209-1447218ba599} TCPHandler: Processed in 0.005112257 sec. 2026.01.31 06:00:57.033364 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.033485 [ 3 ] {8f0f7091-e78e-42fb-94f8-7826b048f380} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.033732 [ 3 ] {8f0f7091-e78e-42fb-94f8-7826b048f380} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.033776 [ 3 ] {8f0f7091-e78e-42fb-94f8-7826b048f380} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.034156 [ 3 ] {8f0f7091-e78e-42fb-94f8-7826b048f380} TCPHandler: Processed in 0.00084067 sec. 2026.01.31 06:00:57.034466 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.034610 [ 3 ] {e78f5b14-3c31-4799-b795-d617b6cbde93} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.034933 [ 3 ] {e78f5b14-3c31-4799-b795-d617b6cbde93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.034991 [ 3 ] {e78f5b14-3c31-4799-b795-d617b6cbde93} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.035516 [ 3 ] {e78f5b14-3c31-4799-b795-d617b6cbde93} TCPHandler: Processed in 0.001107426 sec. 2026.01.31 06:00:57.035882 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.036035 [ 3 ] {45b3ed68-9b68-465c-9469-0145681ccbf5} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.036313 [ 3 ] {45b3ed68-9b68-465c-9469-0145681ccbf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.036361 [ 3 ] {45b3ed68-9b68-465c-9469-0145681ccbf5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.036741 [ 3 ] {45b3ed68-9b68-465c-9469-0145681ccbf5} TCPHandler: Processed in 0.000920901 sec. 2026.01.31 06:00:57.036972 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.037096 [ 3 ] {21709753-7f18-4f38-b04b-d7030af7456c} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.037371 [ 3 ] {21709753-7f18-4f38-b04b-d7030af7456c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.037416 [ 3 ] {21709753-7f18-4f38-b04b-d7030af7456c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.037759 [ 3 ] {21709753-7f18-4f38-b04b-d7030af7456c} TCPHandler: Processed in 0.000836199 sec. 2026.01.31 06:00:57.038010 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.038129 [ 3 ] {e222d988-9218-4b2b-acc4-1dd49f89cadc} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.038383 [ 3 ] {e222d988-9218-4b2b-acc4-1dd49f89cadc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.038433 [ 3 ] {e222d988-9218-4b2b-acc4-1dd49f89cadc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.038764 [ 3 ] {e222d988-9218-4b2b-acc4-1dd49f89cadc} TCPHandler: Processed in 0.000814009 sec. 2026.01.31 06:00:57.038990 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.039111 [ 3 ] {d9695704-4efd-41d2-896e-b4d1eff674d2} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.039359 [ 3 ] {d9695704-4efd-41d2-896e-b4d1eff674d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.039404 [ 3 ] {d9695704-4efd-41d2-896e-b4d1eff674d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.039726 [ 3 ] {d9695704-4efd-41d2-896e-b4d1eff674d2} TCPHandler: Processed in 0.000786488 sec. 2026.01.31 06:00:57.039938 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.040056 [ 3 ] {81343f2c-cbae-4b96-b132-72f8cd01855f} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.040303 [ 3 ] {81343f2c-cbae-4b96-b132-72f8cd01855f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.040345 [ 3 ] {81343f2c-cbae-4b96-b132-72f8cd01855f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.040685 [ 3 ] {81343f2c-cbae-4b96-b132-72f8cd01855f} TCPHandler: Processed in 0.000794989 sec. 2026.01.31 06:00:57.040901 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.041019 [ 3 ] {c271b0c5-c050-48a9-ae93-1c394144d10a} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.041266 [ 3 ] {c271b0c5-c050-48a9-ae93-1c394144d10a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.041314 [ 3 ] {c271b0c5-c050-48a9-ae93-1c394144d10a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.041649 [ 3 ] {c271b0c5-c050-48a9-ae93-1c394144d10a} TCPHandler: Processed in 0.000795638 sec. 2026.01.31 06:00:57.041862 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.041980 [ 3 ] {0177256f-368f-4ae4-9a68-0a17e4e4c2c2} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.042225 [ 3 ] {0177256f-368f-4ae4-9a68-0a17e4e4c2c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.042268 [ 3 ] {0177256f-368f-4ae4-9a68-0a17e4e4c2c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.042586 [ 3 ] {0177256f-368f-4ae4-9a68-0a17e4e4c2c2} TCPHandler: Processed in 0.000783478 sec. 2026.01.31 06:00:57.042811 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.042929 [ 3 ] {f0c80e1a-bcf8-47b1-880e-d47feff494b6} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.043184 [ 3 ] {f0c80e1a-bcf8-47b1-880e-d47feff494b6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.043233 [ 3 ] {f0c80e1a-bcf8-47b1-880e-d47feff494b6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.043573 [ 3 ] {f0c80e1a-bcf8-47b1-880e-d47feff494b6} TCPHandler: Processed in 0.000811149 sec. 2026.01.31 06:00:57.043779 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.043902 [ 3 ] {15564844-e6ad-4c21-9cc9-4fdba545ebcb} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.044184 [ 3 ] {15564844-e6ad-4c21-9cc9-4fdba545ebcb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.044228 [ 3 ] {15564844-e6ad-4c21-9cc9-4fdba545ebcb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.044609 [ 3 ] {15564844-e6ad-4c21-9cc9-4fdba545ebcb} TCPHandler: Processed in 0.00087961 sec. 2026.01.31 06:00:57.044835 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.044954 [ 3 ] {d6b9486f-a6ba-41bc-98da-7736d4ff366e} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.045205 [ 3 ] {d6b9486f-a6ba-41bc-98da-7736d4ff366e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.045247 [ 3 ] {d6b9486f-a6ba-41bc-98da-7736d4ff366e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.045574 [ 3 ] {d6b9486f-a6ba-41bc-98da-7736d4ff366e} TCPHandler: Processed in 0.000787258 sec. 2026.01.31 06:00:57.045804 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.045923 [ 3 ] {3c7539ac-d07d-407b-b830-3c0a433f1918} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.046176 [ 3 ] {3c7539ac-d07d-407b-b830-3c0a433f1918} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.046218 [ 3 ] {3c7539ac-d07d-407b-b830-3c0a433f1918} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.046540 [ 3 ] {3c7539ac-d07d-407b-b830-3c0a433f1918} TCPHandler: Processed in 0.000785038 sec. 2026.01.31 06:00:57.047606 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.047734 [ 3 ] {d84c9ff5-c254-481b-a32f-8944709e2665} executeQuery: (from [fd00:1122:3344:101::d]:44812) 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.01.31 06:00:57.047990 [ 3 ] {d84c9ff5-c254-481b-a32f-8944709e2665} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.048033 [ 3 ] {d84c9ff5-c254-481b-a32f-8944709e2665} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.048358 [ 3 ] {d84c9ff5-c254-481b-a32f-8944709e2665} TCPHandler: Processed in 0.000800338 sec. 2026.01.31 06:00:57.048561 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.048683 [ 3 ] {3923c56a-26c9-4062-9e4d-bb8c18ca5253} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 06:00:57.048946 [ 3 ] {3923c56a-26c9-4062-9e4d-bb8c18ca5253} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.048995 [ 3 ] {3923c56a-26c9-4062-9e4d-bb8c18ca5253} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.049317 [ 3 ] {3923c56a-26c9-4062-9e4d-bb8c18ca5253} TCPHandler: Processed in 0.000804538 sec. 2026.01.31 06:00:57.049550 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.049672 [ 3 ] {5543ccbc-a5b3-4caf-9c2f-f3731d311562} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 06:00:57.049932 [ 3 ] {5543ccbc-a5b3-4caf-9c2f-f3731d311562} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.049974 [ 3 ] {5543ccbc-a5b3-4caf-9c2f-f3731d311562} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.050292 [ 3 ] {5543ccbc-a5b3-4caf-9c2f-f3731d311562} TCPHandler: Processed in 0.000789978 sec. 2026.01.31 06:00:57.050878 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.051006 [ 3 ] {b71605e9-f940-4f5f-bdfa-d478a105abbb} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 06:00:57.051266 [ 3 ] {b71605e9-f940-4f5f-bdfa-d478a105abbb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.051309 [ 3 ] {b71605e9-f940-4f5f-bdfa-d478a105abbb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:00:57.051620 [ 3 ] {b71605e9-f940-4f5f-bdfa-d478a105abbb} TCPHandler: Processed in 0.000790779 sec. 2026.01.31 06:00:57.057335 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.057448 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 06:00:57.057492 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:00:57.060266 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.060312 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.063144 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.063517 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.063669 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} executeQuery: Read 20 rows, 2.76 KiB in 0.006252 sec., 3198.976327575176 rows/sec., 441.73 KiB/sec. 2026.01.31 06:00:57.063708 [ 3 ] {bb78aa12-823e-49bb-99e1-6ade59757733} TCPHandler: Processed in 0.006426137 sec. 2026.01.31 06:00:57.063845 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.063947 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:00:57.063989 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:00:57.068754 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.068788 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.071272 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.071700 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.071836 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} executeQuery: Read 8 rows, 668.00 B in 0.00791 sec., 1011.378002528445 rows/sec., 82.47 KiB/sec. 2026.01.31 06:00:57.071873 [ 3 ] {3d2648b2-5e91-4388-92af-e6c0d67352a0} TCPHandler: Processed in 0.008083065 sec. 2026.01.31 06:00:57.072007 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.072106 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:00:57.072148 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:00:57.074634 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.074668 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.075101 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.075556 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.075685 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} executeQuery: Read 85 rows, 7.19 KiB in 0.0036 sec., 23611.111111111113 rows/sec., 1.95 MiB/sec. 2026.01.31 06:00:57.075727 [ 3 ] {2af1bf27-232e-49e7-99de-114a6c7df199} TCPHandler: Processed in 0.003771807 sec. 2026.01.31 06:00:57.075858 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.075952 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.075993 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:00:57.076422 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.076459 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.076888 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.077341 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.077469 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} executeQuery: Read 22 rows, 1.61 KiB in 0.001535 sec., 14332.247557003258 rows/sec., 1.03 MiB/sec. 2026.01.31 06:00:57.077505 [ 3 ] {abb7537f-6a32-457c-a36d-5382df33f505} TCPHandler: Processed in 0.001698198 sec. 2026.01.31 06:00:57.077628 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.077722 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.077762 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:00:57.078161 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.078201 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.078616 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.079148 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.079297 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} executeQuery: Read 1 rows, 68.00 B in 0.001591 sec., 628.5355122564425 rows/sec., 41.74 KiB/sec. 2026.01.31 06:00:57.079341 [ 3 ] {a1ba89ac-43a1-43bf-ad19-674fdff7b03c} TCPHandler: Processed in 0.00176568 sec. 2026.01.31 06:00:57.079469 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.079568 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:00:57.079609 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:00:57.080066 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.080107 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.080554 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.081047 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.081184 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} executeQuery: Read 90 rows, 7.21 KiB in 0.001635 sec., 55045.87155963303 rows/sec., 4.31 MiB/sec. 2026.01.31 06:00:57.081223 [ 3 ] {7b61bb25-937a-4035-96e6-f2d67a2e0014} TCPHandler: Processed in 0.001804971 sec. 2026.01.31 06:00:57.081350 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.081445 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.081488 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:00:57.085904 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.085939 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.090650 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.091073 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.091210 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} executeQuery: Read 124 rows, 8.80 KiB in 0.009785 sec., 12672.457843638222 rows/sec., 899.42 KiB/sec. 2026.01.31 06:00:57.091248 [ 3 ] {7ff9fe9c-aae2-4015-b4e6-c5819687e216} TCPHandler: Processed in 0.009947547 sec. 2026.01.31 06:00:57.091379 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.091477 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.091521 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 06:00:57.091863 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.091897 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.092311 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.092745 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.092870 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} executeQuery: Read 1 rows, 65.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 44.96 KiB/sec. 2026.01.31 06:00:57.092906 [ 3 ] {5226b47d-4e90-49ff-bde6-580a12ceb3b3} TCPHandler: Processed in 0.001581926 sec. 2026.01.31 06:00:57.093064 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.093163 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.093218 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} 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.01.31 06:00:57.094042 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.094078 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.097386 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.097824 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.097959 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} executeQuery: Read 14 rows, 25.69 KiB in 0.004817 sec., 2906.3732613659954 rows/sec., 5.21 MiB/sec. 2026.01.31 06:00:57.098015 [ 3 ] {2734d933-d415-42bb-9de0-1d863d2116cb} TCPHandler: Processed in 0.005000954 sec. 2026.01.31 06:00:57.098150 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.098246 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.098287 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 06:00:57.098632 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.098666 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.099144 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.099573 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.099707 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} executeQuery: Read 12 rows, 868.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 573.13 KiB/sec. 2026.01.31 06:00:57.099744 [ 3 ] {2c2ae413-5276-4e84-906e-5065bf4407cd} TCPHandler: Processed in 0.001643528 sec. 2026.01.31 06:00:57.099874 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:00:57.099974 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:00:57.100016 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:00:57.100363 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.100400 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.100841 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:00:57.101279 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.101415 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} executeQuery: Read 40 rows, 2.81 KiB in 0.00146 sec., 27397.260273972603 rows/sec., 1.88 MiB/sec. 2026.01.31 06:00:57.101453 [ 3 ] {25d58ecb-a616-4920-bed0-0ae20c7485fb} TCPHandler: Processed in 0.001630718 sec. 2026.01.31 06:00:57.855637 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1424 2026.01.31 06:00:57.856124 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.856173 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.856948 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:00:57.857476 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.857617 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1424 2026.01.31 06:00:57.916212 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.31 06:00:57.933716 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:00:57.933782 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.01.31 06:00:57.940710 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:00:57.941972 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:00:57.945195 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.31 06:01:01.999715 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:01.999903 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:01.999968 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:02.000589 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:02.000629 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.01.31 06:01:02.001157 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:02.001602 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:02.001753 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} executeQuery: Read 52 rows, 4.04 KiB in 0.001898 sec., 27397.260273972603 rows/sec., 2.08 MiB/sec. 2026.01.31 06:01:02.001794 [ 3 ] {b9e1ee3d-3cd7-4562-a593-40304e90c9f2} TCPHandler: Processed in 0.0022065 sec. 2026.01.31 06:01:02.001915 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:02.002013 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:02.002054 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:02.002475 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:02.002511 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.01.31 06:01:02.002908 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:02.003359 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:02.003490 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} executeQuery: Read 56 rows, 4.47 KiB in 0.001496 sec., 37433.1550802139 rows/sec., 2.92 MiB/sec. 2026.01.31 06:01:02.003527 [ 3 ] {0854a991-4b1e-42e5-8cc3-3dcbd078ef7f} TCPHandler: Processed in 0.001663308 sec. 2026.01.31 06:01:02.003649 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:02.003744 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:02.003787 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:02.004195 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:02.004231 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.01.31 06:01:02.004671 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:02.005146 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:02.005280 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} executeQuery: Read 150 rows, 10.65 KiB in 0.001554 sec., 96525.09652509652 rows/sec., 6.69 MiB/sec. 2026.01.31 06:01:02.005317 [ 3 ] {09cb17a4-b498-43b6-b10b-51403da51bbb} TCPHandler: Processed in 0.001719629 sec. 2026.01.31 06:01:02.005426 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:02.005520 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:02.005560 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:02.005900 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:02.005937 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.01.31 06:01:02.006411 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:02.006841 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:02.006972 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} executeQuery: Read 50 rows, 3.51 KiB in 0.001471 sec., 33990.48266485384 rows/sec., 2.33 MiB/sec. 2026.01.31 06:01:02.007007 [ 3 ] {20afe8ad-5379-4aad-8f80-32b5ff7ed886} TCPHandler: Processed in 0.001630857 sec. 2026.01.31 06:01:05.292675 [ 54 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:01:05.292739 [ 54 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:01:05.353386 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 164 2026.01.31 06:01:05.356357 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:05.356401 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:05.357689 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1936 2026.01.31 06:01:05.357738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:05.358188 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:05.358212 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:05.358231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:05.358469 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 164 2026.01.31 06:01:05.358841 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:05.359287 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:05.359421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1936 2026.01.31 06:01:05.445262 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.31 06:01:05.461561 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:05.461608 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:05.468652 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:05.470139 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:05.473639 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.31 06:01:07.002686 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.002872 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:07.002938 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:07.003661 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.003707 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.004219 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:07.004671 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.004821 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} executeQuery: Read 116 rows, 10.14 KiB in 0.001999 sec., 58029.01450725363 rows/sec., 4.96 MiB/sec. 2026.01.31 06:01:07.004860 [ 3 ] {c02b99ed-ba4f-4d6c-b768-bf6a205dcc23} TCPHandler: Processed in 0.002303543 sec. 2026.01.31 06:01:07.004993 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.005088 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:07.005128 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:07.005548 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.005585 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.005991 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:07.006412 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.006540 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} executeQuery: Read 32 rows, 2.41 KiB in 0.001471 sec., 21753.908905506458 rows/sec., 1.60 MiB/sec. 2026.01.31 06:01:07.006577 [ 3 ] {2a72d8e6-20f3-44a9-bbce-b02500dc3d23} TCPHandler: Processed in 0.001634988 sec. 2026.01.31 06:01:07.006698 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.006791 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:07.006830 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:07.007264 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.007300 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.007707 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:07.008122 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.008251 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} executeQuery: Read 96 rows, 7.70 KiB in 0.001478 sec., 64952.63870094723 rows/sec., 5.09 MiB/sec. 2026.01.31 06:01:07.008286 [ 3 ] {e5d28864-d434-4fd5-810f-2959214b97e0} TCPHandler: Processed in 0.001636797 sec. 2026.01.31 06:01:07.008407 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.008501 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:07.008543 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:07.008949 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.008986 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.009465 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:07.009884 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.010012 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} executeQuery: Read 150 rows, 10.65 KiB in 0.00153 sec., 98039.21568627452 rows/sec., 6.80 MiB/sec. 2026.01.31 06:01:07.010049 [ 3 ] {a77df996-2399-46a5-b80b-39f166f2b03f} TCPHandler: Processed in 0.001691228 sec. 2026.01.31 06:01:07.010166 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.010257 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:07.010308 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} 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.01.31 06:01:07.011146 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.011181 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.011828 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:07.012235 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.012368 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} executeQuery: Read 32 rows, 58.72 KiB in 0.002128 sec., 15037.593984962405 rows/sec., 26.95 MiB/sec. 2026.01.31 06:01:07.012415 [ 3 ] {66002c48-2f73-4608-a6ff-40f7e83c20bf} TCPHandler: Processed in 0.002299072 sec. 2026.01.31 06:01:07.012534 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.012626 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 06:01:07.012666 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 06:01:07.012990 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.013026 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.013427 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:07.013849 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.013975 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} executeQuery: Read 15 rows, 1.14 KiB in 0.001367 sec., 10972.93343087052 rows/sec., 837.26 KiB/sec. 2026.01.31 06:01:07.014012 [ 3 ] {c539ec51-9efc-4cef-a9c1-284864fb390b} TCPHandler: Processed in 0.001527585 sec. 2026.01.31 06:01:07.014128 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:07.014222 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:07.014263 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:07.014589 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:07.014624 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:07.015012 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:07.015486 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:07.015615 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} executeQuery: Read 50 rows, 3.51 KiB in 0.00141 sec., 35460.99290780142 rows/sec., 2.43 MiB/sec. 2026.01.31 06:01:07.015655 [ 3 ] {44184dba-6655-421a-adfe-0ee351f15318} TCPHandler: Processed in 0.001575677 sec. 2026.01.31 06:01:11.995808 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:11.996044 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.31 06:01:11.996383 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:12.000635 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.01.31 06:01:12.000872 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:12.000940 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:12.001116 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.01.31 06:01:12.003073 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:12.005143 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:12.005174 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:12.009225 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.01.31 06:01:12.009256 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.01.31 06:01:12.035040 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} executeQuery: Read 20 rows, 853.00 B in 0.039087 sec., 511.67907488423265 rows/sec., 21.31 KiB/sec. 2026.01.31 06:01:12.035158 [ 3 ] {68bd1b2b-8382-48a8-b084-a34292c62a10} TCPHandler: Processed in 0.039473112 sec. 2026.01.31 06:01:12.035436 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.035572 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.31 06:01:12.035783 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:12.035816 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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')" moved to PREWHERE 2026.01.31 06:01:12.035997 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:12.036057 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:12.036169 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.31 06:01:12.036206 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:12.036226 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:12.036242 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:12.036278 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" 2026.01.31 06:01:12.036303 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.01.31 06:01:12.036801 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} executeQuery: Read 20 rows, 853.00 B in 0.001282 sec., 15600.624024961 rows/sec., 649.77 KiB/sec. 2026.01.31 06:01:12.036893 [ 3 ] {5439991b-a2dc-4c51-80c8-c3adaef17b59} TCPHandler: Processed in 0.001509674 sec. 2026.01.31 06:01:12.037100 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.037231 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.31 06:01:12.037433 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:12.037465 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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')" moved to PREWHERE 2026.01.31 06:01:12.037641 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:12.037694 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:12.037794 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.31 06:01:12.037823 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:12.037841 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:12.037856 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:12.037890 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" 2026.01.31 06:01:12.037907 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.01.31 06:01:12.038311 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} executeQuery: Read 20 rows, 853.00 B in 0.001129 sec., 17714.791851195747 rows/sec., 737.83 KiB/sec. 2026.01.31 06:01:12.038392 [ 3 ] {07385380-2ab1-47f8-a447-47e7da1ca2ad} TCPHandler: Processed in 0.001344911 sec. 2026.01.31 06:01:12.038587 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.038717 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.31 06:01:12.038933 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:12.038965 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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')" moved to PREWHERE 2026.01.31 06:01:12.039143 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:12.039195 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:12.039295 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.31 06:01:12.039323 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:12.039341 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:12.039355 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:12.039388 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" 2026.01.31 06:01:12.039405 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.01.31 06:01:12.039819 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} executeQuery: Read 20 rows, 853.00 B in 0.001152 sec., 17361.11111111111 rows/sec., 723.10 KiB/sec. 2026.01.31 06:01:12.039914 [ 3 ] {aaead6ff-f6ca-4d93-9116-227e4f9305e7} TCPHandler: Processed in 0.001378011 sec. 2026.01.31 06:01:12.044555 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.044683 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 06:01:12.044734 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:12.045313 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.045351 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.045897 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:12.046263 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.046411 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} executeQuery: Read 4 rows, 521.00 B in 0.001764 sec., 2267.573696145125 rows/sec., 288.43 KiB/sec. 2026.01.31 06:01:12.046456 [ 3 ] {5cd1be3f-0ff3-47cf-811c-8627a8cedae7} TCPHandler: Processed in 0.001964675 sec. 2026.01.31 06:01:12.046576 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.046672 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:01:12.046711 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:01:12.047119 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.047154 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.047543 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:12.047963 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.048093 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} executeQuery: Read 2 rows, 167.00 B in 0.00144 sec., 1388.888888888889 rows/sec., 113.25 KiB/sec. 2026.01.31 06:01:12.048128 [ 3 ] {5b35fd41-2c42-4261-9d3c-f2b32bcfb5d3} TCPHandler: Processed in 0.001602297 sec. 2026.01.31 06:01:12.048241 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.048334 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:12.048373 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:12.048800 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.048835 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.049227 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:12.049717 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.049849 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} executeQuery: Read 57 rows, 4.45 KiB in 0.001532 sec., 37206.26631853786 rows/sec., 2.84 MiB/sec. 2026.01.31 06:01:12.049886 [ 3 ] {145f014d-2201-467d-adfa-ce0ff0ae3545} TCPHandler: Processed in 0.001695079 sec. 2026.01.31 06:01:12.049998 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.050094 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:12.050133 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:12.050532 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.050571 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.051013 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:12.051444 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.051586 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} executeQuery: Read 2 rows, 143.00 B in 0.00151 sec., 1324.503311258278 rows/sec., 92.48 KiB/sec. 2026.01.31 06:01:12.051699 [ 3 ] {311433ff-9eaa-4f25-bb99-567297e57297} TCPHandler: Processed in 0.001750831 sec. 2026.01.31 06:01:12.051812 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.051907 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:12.051946 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:12.052370 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.052406 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.052821 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:12.053302 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.053524 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} executeQuery: Read 66 rows, 5.28 KiB in 0.001635 sec., 40366.97247706422 rows/sec., 3.15 MiB/sec. 2026.01.31 06:01:12.053562 [ 3 ] {91ee27db-e8ac-44a0-95c9-a72db9472073} TCPHandler: Processed in 0.001800841 sec. 2026.01.31 06:01:12.053674 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.053768 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:12.053810 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:12.054371 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.054406 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.054870 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:12.055361 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.055500 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} executeQuery: Read 159 rows, 11.33 KiB in 0.001749 sec., 90909.09090909091 rows/sec., 6.33 MiB/sec. 2026.01.31 06:01:12.055536 [ 3 ] {75acdbc5-ea3d-4110-bfff-f26aa1f3cf41} TCPHandler: Processed in 0.001911803 sec. 2026.01.31 06:01:12.055648 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:12.055741 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:12.055782 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:12.056132 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.056168 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.056593 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:12.057156 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.057295 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} executeQuery: Read 58 rows, 4.01 KiB in 0.001571 sec., 36919.1597708466 rows/sec., 2.50 MiB/sec. 2026.01.31 06:01:12.057332 [ 3 ] {2375779c-83fe-4add-8e31-03027e3c0ff3} TCPHandler: Processed in 0.001733369 sec. 2026.01.31 06:01:12.860463 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2384 2026.01.31 06:01:12.860983 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.861021 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.861662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:12.862178 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:12.862336 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2384 2026.01.31 06:01:12.974673 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.31 06:01:12.991981 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:12.992044 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:12.998791 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:13.000046 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:13.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.69 MiB, peak 171.69 MiB, free memory in arenas 0.00 B, will set to 169.26 MiB (RSS), difference: -2.43 MiB 2026.01.31 06:01:13.003661 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.31 06:01:14.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.26 MiB, peak 171.69 MiB, free memory in arenas 0.00 B, will set to 169.27 MiB (RSS), difference: 4.01 MiB 2026.01.31 06:01:15.359668 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 200 2026.01.31 06:01:15.362067 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:15.362136 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:15.363542 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:15.364079 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:15.364348 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.01.31 06:01:17.002116 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.002281 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:17.002339 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:17.003008 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.003045 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.003573 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:17.004031 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.004197 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} executeQuery: Read 126 rows, 11.07 KiB in 0.001961 sec., 64252.932177460476 rows/sec., 5.51 MiB/sec. 2026.01.31 06:01:17.004239 [ 3 ] {ea7f9d70-49f2-4b65-bb69-4d2f29455fa2} TCPHandler: Processed in 0.002239271 sec. 2026.01.31 06:01:17.004373 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.004466 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:17.004505 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:17.004915 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.004951 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.005341 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:17.005773 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.005900 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} executeQuery: Read 35 rows, 2.63 KiB in 0.001452 sec., 24104.683195592286 rows/sec., 1.77 MiB/sec. 2026.01.31 06:01:17.005936 [ 3 ] {257e6d43-acbb-4dce-b78c-c7919da5a743} TCPHandler: Processed in 0.001610597 sec. 2026.01.31 06:01:17.006058 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.006149 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:17.006187 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:17.006608 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.006643 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.007057 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:17.007528 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.007673 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} executeQuery: Read 99 rows, 7.92 KiB in 0.001541 sec., 64243.997404282934 rows/sec., 5.02 MiB/sec. 2026.01.31 06:01:17.007711 [ 3 ] {e11f8b96-a5c8-4b0a-9a8a-575530cbaca4} TCPHandler: Processed in 0.001700759 sec. 2026.01.31 06:01:17.007828 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.007920 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:17.007960 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:17.008391 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.008425 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.008847 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:17.009274 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.009420 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. 2026.01.31 06:01:17.009458 [ 3 ] {c3b3e7d0-72e7-4051-b491-b33682ba1365} TCPHandler: Processed in 0.001677348 sec. 2026.01.31 06:01:17.009576 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.009666 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:17.009716 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} 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.01.31 06:01:17.010598 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.010635 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.011394 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:17.011846 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.011980 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} executeQuery: Read 35 rows, 64.22 KiB in 0.002331 sec., 15015.015015015015 rows/sec., 26.91 MiB/sec. 2026.01.31 06:01:17.012032 [ 3 ] {5bc43cd0-7ee7-4633-975f-51e6bb1e430a} TCPHandler: Processed in 0.002502447 sec. 2026.01.31 06:01:17.012141 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:17.012233 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:17.012272 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:17.012627 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:17.012663 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:17.013060 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:17.013532 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:17.013678 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. 2026.01.31 06:01:17.013714 [ 3 ] {8f0ac6fd-29fc-423f-9c95-c1a063db7ef8} TCPHandler: Processed in 0.001619647 sec. 2026.01.31 06:01:20.292782 [ 67 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:01:20.292863 [ 67 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:01:20.363412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2896 2026.01.31 06:01:20.363977 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:20.364020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:20.364583 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:20.365029 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:20.365154 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2896 2026.01.31 06:01:20.365158 [ 67 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:20.365232 [ 67 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:20.365252 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:20.369360 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:01:20.371835 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:20.371940 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.01.31 06:01:20.372062 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.01.31 06:01:20.372124 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.01.31 06:01:20.372175 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.01.31 06:01:20.372219 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.01.31 06:01:20.372282 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.01.31 06:01:20.411962 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 4 columns (4 merged, 0 gathered) in 0.044759303 sec., 64701.63308843303 rows/sec., 947.78 KiB/sec. 2026.01.31 06:01:20.413053 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:20.413671 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:20.413758 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_6_1} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:20.416256 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.31 06:01:20.504705 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.31 06:01:20.522197 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:20.522256 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:20.528562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:20.529768 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:20.530095 [ 66 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:20.530164 [ 66 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:20.530190 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:20.530342 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.533141 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.31 06:01:20.534842 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:20.536327 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.540929 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.545342 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.549511 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.559641 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.563972 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:20.624096 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093816505 sec., 490.31884101843275 rows/sec., 2.54 MiB/sec. 2026.01.31 06:01:20.626872 [ 194 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:20.629379 [ 194 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_6_1} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:20.629485 [ 194 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_6_1} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:20.631444 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.31 06:01:21.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.53 MiB, peak 180.06 MiB, free memory in arenas 0.00 B, will set to 179.79 MiB (RSS), difference: 9.26 MiB 2026.01.31 06:01:22.001041 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:22.001228 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:22.001289 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:22.001910 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.001950 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:22.002334 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:22.002555 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.002684 [ 65 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:22.002701 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} executeQuery: Read 56 rows, 4.38 KiB in 0.001523 sec., 36769.53381483913 rows/sec., 2.81 MiB/sec. 2026.01.31 06:01:22.002748 [ 65 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.002760 [ 3 ] {f8be1361-36f4-4b4e-ba8d-4f2bde6fbc41} TCPHandler: Processed in 0.001847083 sec. 2026.01.31 06:01:22.002773 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.01.31 06:01:22.002883 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:22.002926 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:01:22.002984 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:22.003030 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:22.003087 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:22.003139 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 85 rows starting from the beginning of the part 2026.01.31 06:01:22.003245 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2026.01.31 06:01:22.003294 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 116 rows starting from the beginning of the part 2026.01.31 06:01:22.003338 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2026.01.31 06:01:22.003378 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 126 rows starting from the beginning of the part 2026.01.31 06:01:22.003420 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:01:22.003462 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.003502 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.003932 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:22.004176 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.004275 [ 65 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:22.004305 [ 65 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.004309 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} executeQuery: Read 64 rows, 5.12 KiB in 0.001345 sec., 47583.64312267658 rows/sec., 3.71 MiB/sec. 2026.01.31 06:01:22.004324 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.004356 [ 3 ] {dbd3236f-d474-404e-a1d0-b674d9e35767} TCPHandler: Processed in 0.001521185 sec. 2026.01.31 06:01:22.004439 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:22.004477 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:22.004550 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:22.004561 [ 187 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699678 sec., 289466.5930841018 rows/sec., 24.82 MiB/sec. 2026.01.31 06:01:22.004582 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.01.31 06:01:22.004570 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:22.004661 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:22.004687 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:22.004735 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 96 rows starting from the beginning of the part 2026.01.31 06:01:22.004778 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2026.01.31 06:01:22.004826 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 99 rows starting from the beginning of the part 2026.01.31 06:01:22.004816 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:22.004885 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:22.005083 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.005120 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.005199 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.005287 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_6_1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:22.005385 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.31 06:01:22.005506 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:22.005716 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.005800 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421363 sec., 331372.07032967656 rows/sec., 27.16 MiB/sec. 2026.01.31 06:01:22.005814 [ 65 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:22.005843 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} executeQuery: Read 160 rows, 11.41 KiB in 0.001292 sec., 123839.0092879257 rows/sec., 8.63 MiB/sec. 2026.01.31 06:01:22.005846 [ 65 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.005882 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.005884 [ 3 ] {88674e91-b59c-458a-b0dd-cfa8c491f9fa} TCPHandler: Processed in 0.001454863 sec. 2026.01.31 06:01:22.005912 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:22.006014 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:01:22.006015 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:22.006134 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:22.006158 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.006174 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:22.006198 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:22.006217 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_6_1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:22.006251 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 124 rows starting from the beginning of the part 2026.01.31 06:01:22.006278 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.31 06:01:22.006364 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2026.01.31 06:01:22.006420 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2026.01.31 06:01:22.006465 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 159 rows starting from the beginning of the part 2026.01.31 06:01:22.006512 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.006517 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.01.31 06:01:22.006553 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.006590 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:01:22.006890 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:22.007136 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.007236 [ 65 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:22.007265 [ 65 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:22.007267 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.01.31 06:01:22.007283 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:22.007314 [ 3 ] {aa0f2c5b-4cf8-4cd9-ae0d-7045e92f2dfe} TCPHandler: Processed in 0.001345921 sec. 2026.01.31 06:01:22.007365 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:22.007473 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:22.007504 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.01.31 06:01:22.007588 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.01.31 06:01:22.007645 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.01.31 06:01:22.007689 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part 2026.01.31 06:01:22.007741 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.01.31 06:01:22.007796 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:22.007825 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 903 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882703 sec., 479629.55389139976 rows/sec., 33.33 MiB/sec. 2026.01.31 06:01:22.008041 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:22.008338 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.008408 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_6_1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:22.008485 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.31 06:01:22.008685 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.001350021 sec., 235551.89141502243 rows/sec., 16.01 MiB/sec. 2026.01.31 06:01:22.008836 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:22.009091 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:22.009152 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_6_1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:22.009204 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:01:23.613978 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.614258 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.31 06:01:23.614616 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.614652 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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')" moved to PREWHERE 2026.01.31 06:01:23.614882 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.614951 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.615093 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.31 06:01:23.615229 [ 306 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.615238 [ 296 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.615379 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.615406 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.617665 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.617695 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.617765 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" 2026.01.31 06:01:23.617812 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" 2026.01.31 06:01:23.618869 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} executeQuery: Read 24 rows, 1022.00 B in 0.004718 sec., 5086.901229334464 rows/sec., 211.54 KiB/sec. 2026.01.31 06:01:23.618971 [ 3 ] {dd294096-58c8-4ee1-b26a-b695b1b184bf} TCPHandler: Processed in 0.005127157 sec. 2026.01.31 06:01:23.621441 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.621600 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.621857 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.621896 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.622120 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.622185 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.622306 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.31 06:01:23.622368 [ 305 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.622381 [ 306 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.622473 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.622498 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.622555 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.622574 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.622604 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.622634 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.623412 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} executeQuery: Read 24 rows, 1022.00 B in 0.001878 sec., 12779.552715654952 rows/sec., 531.44 KiB/sec. 2026.01.31 06:01:23.623504 [ 3 ] {a00c1bfa-7b4a-40bc-a5b5-582dd3d7a5ef} TCPHandler: Processed in 0.002124579 sec. 2026.01.31 06:01:23.623751 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.623882 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.624087 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.624120 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.624308 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.624361 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.624464 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.31 06:01:23.624542 [ 306 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.624546 [ 312 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.624662 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.624687 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.624744 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.624760 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.624790 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.624820 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.625402 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} executeQuery: Read 24 rows, 1022.00 B in 0.001572 sec., 15267.175572519083 rows/sec., 634.89 KiB/sec. 2026.01.31 06:01:23.625492 [ 3 ] {a61714b7-e930-43c8-aba0-6cb68547e1ca} TCPHandler: Processed in 0.001791251 sec. 2026.01.31 06:01:23.625751 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.625881 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.626093 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.626126 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.626312 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.626365 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.626464 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.31 06:01:23.626526 [ 329 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.626536 [ 312 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.626624 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.626650 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.626704 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.626721 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.626751 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.626781 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.627451 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} executeQuery: Read 24 rows, 1022.00 B in 0.001621 sec., 14805.675508945094 rows/sec., 615.70 KiB/sec. 2026.01.31 06:01:23.627556 [ 3 ] {5ae75b83-e020-40f1-8370-f1ef74105f5b} TCPHandler: Processed in 0.001855032 sec. 2026.01.31 06:01:23.627805 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.627937 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.628145 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.628179 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.628370 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.628422 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.628538 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.31 06:01:23.628589 [ 329 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.628613 [ 339 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.628703 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.628729 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.628783 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.628799 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.628829 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.628859 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.629513 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} executeQuery: Read 24 rows, 1022.00 B in 0.00163 sec., 14723.926380368099 rows/sec., 612.30 KiB/sec. 2026.01.31 06:01:23.629601 [ 3 ] {a629a52c-e28e-4571-afff-f9c7d92d93eb} TCPHandler: Processed in 0.001846702 sec. 2026.01.31 06:01:23.629869 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.630001 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.630208 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.630241 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.630444 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.630496 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.630596 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.31 06:01:23.630660 [ 309 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.630662 [ 322 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.630757 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.630782 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.630835 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.630851 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.630880 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.630923 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.631495 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} executeQuery: Read 24 rows, 1022.00 B in 0.001547 sec., 15513.897866839043 rows/sec., 645.15 KiB/sec. 2026.01.31 06:01:23.631599 [ 3 ] {4a27d83e-b07e-4a54-8a6f-692b173efe3f} TCPHandler: Processed in 0.001780351 sec. 2026.01.31 06:01:23.640676 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.640842 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.641096 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.641136 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.641356 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.641407 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.641518 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.31 06:01:23.641590 [ 322 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.641600 [ 339 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.641715 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.641742 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.641797 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.641814 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.641844 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.641873 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.642517 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} executeQuery: Read 24 rows, 1022.00 B in 0.001745 sec., 13753.581661891118 rows/sec., 571.95 KiB/sec. 2026.01.31 06:01:23.642604 [ 3 ] {d712a26a-6b84-403a-84c1-5568c05edf29} TCPHandler: Processed in 0.001989936 sec. 2026.01.31 06:01:23.642853 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.642986 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.643192 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.643226 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.643416 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.643468 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.643565 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.31 06:01:23.643614 [ 309 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.643625 [ 339 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.643704 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.643729 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.643783 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.643799 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.643829 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.643859 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.644445 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} executeQuery: Read 24 rows, 1022.00 B in 0.001513 sec., 15862.524785194977 rows/sec., 659.65 KiB/sec. 2026.01.31 06:01:23.644527 [ 3 ] {ad007030-f68d-49fd-bd16-cfce6f802dd9} TCPHandler: Processed in 0.00172526 sec. 2026.01.31 06:01:23.644750 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.644882 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.645113 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.645147 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.645340 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.645391 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.645498 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.31 06:01:23.645550 [ 341 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.645559 [ 322 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.645647 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.645671 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.645724 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.645740 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.645769 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.645798 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.646317 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} executeQuery: Read 24 rows, 1022.00 B in 0.001489 sec., 16118.200134318333 rows/sec., 670.28 KiB/sec. 2026.01.31 06:01:23.646386 [ 3 ] {6266dcf0-40d3-4903-a8c3-d183dc5cc323} TCPHandler: Processed in 0.001686169 sec. 2026.01.31 06:01:23.646619 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.646752 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.646955 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.646989 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.647201 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.647253 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.647349 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.31 06:01:23.647397 [ 309 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.647400 [ 341 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.647473 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.647493 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.647546 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.647562 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.647593 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.647622 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.648114 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} executeQuery: Read 24 rows, 1022.00 B in 0.001416 sec., 16949.15254237288 rows/sec., 704.84 KiB/sec. 2026.01.31 06:01:23.648198 [ 3 ] {d3e05a02-44e4-4bd7-910b-94c10d3910e8} TCPHandler: Processed in 0.001629737 sec. 2026.01.31 06:01:23.648406 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.648540 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.648749 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.648783 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.649009 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.649063 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.649161 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.31 06:01:23.649210 [ 341 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.649210 [ 309 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.649277 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.649297 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.649349 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.649365 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.649394 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.649466 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.650154 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} executeQuery: Read 24 rows, 1022.00 B in 0.001668 sec., 14388.489208633093 rows/sec., 598.35 KiB/sec. 2026.01.31 06:01:23.650245 [ 3 ] {5eabf99b-a1eb-4877-821c-78ee672a229c} TCPHandler: Processed in 0.001889233 sec. 2026.01.31 06:01:23.650463 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.650598 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} executeQuery: (from [fd00:1122:3344:101::d]:44812) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:01:23.650809 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:01:23.650843 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:01:23.651042 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.651094 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:23.651193 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.31 06:01:23.651244 [ 341 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:01:23.651279 [ 295 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:01:23.651371 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (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.01.31 06:01:23.651396 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:01:23.651450 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:01:23.651466 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 24 rows with 2 streams 2026.01.31 06:01:23.651495 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.651543 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:01:23.652161 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} executeQuery: Read 24 rows, 1022.00 B in 0.001619 sec., 14823.965410747374 rows/sec., 616.46 KiB/sec. 2026.01.31 06:01:23.652230 [ 3 ] {da178239-5048-41f5-b542-bd9e49f33a96} TCPHandler: Processed in 0.001817801 sec. 2026.01.31 06:01:23.725492 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.725608 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 06:01:23.725653 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:01:23.726217 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.726260 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.726782 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:23.727026 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.727203 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} executeQuery: Read 12 rows, 4.18 KiB in 0.001624 sec., 7389.162561576355 rows/sec., 2.51 MiB/sec. 2026.01.31 06:01:23.727251 [ 3 ] {0b423f37-c9dd-4531-b40d-972afc6ff150} TCPHandler: Processed in 0.001814961 sec. 2026.01.31 06:01:23.727378 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.727473 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.727514 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:01:23.729866 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.729900 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.730316 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:01:23.730534 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.730661 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} executeQuery: Read 24 rows, 2.04 KiB in 0.003208 sec., 7481.296758104739 rows/sec., 635.62 KiB/sec. 2026.01.31 06:01:23.730699 [ 3 ] {3f2fbcf3-3f2b-46b8-8130-6557723236fd} TCPHandler: Processed in 0.003370297 sec. 2026.01.31 06:01:23.730816 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.730911 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:01:23.730951 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:01:23.731341 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.731376 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.731651 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:23.731858 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.731986 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} executeQuery: Read 4 rows, 334.00 B in 0.001093 sec., 3659.652333028362 rows/sec., 298.42 KiB/sec. 2026.01.31 06:01:23.732023 [ 3 ] {2875996b-e4bd-448c-ad23-765798accba7} TCPHandler: Processed in 0.001256449 sec. 2026.01.31 06:01:23.732132 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.732226 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:23.732265 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:23.733343 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.733379 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.733836 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:23.734053 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.734178 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} executeQuery: Read 1388 rows, 118.77 KiB in 0.00197 sec., 704568.5279187817 rows/sec., 58.88 MiB/sec. 2026.01.31 06:01:23.734215 [ 3 ] {fbade236-1391-43ee-b0e6-371ee762bcd3} TCPHandler: Processed in 0.002132058 sec. 2026.01.31 06:01:23.734328 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.734423 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.734461 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:23.734877 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.734913 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.735208 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:23.735419 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.735547 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} executeQuery: Read 51 rows, 3.87 KiB in 0.001142 sec., 44658.4938704028 rows/sec., 3.31 MiB/sec. 2026.01.31 06:01:23.735585 [ 3 ] {2ada400b-f9b2-4b48-a8df-15a6e452f47f} TCPHandler: Processed in 0.00130728 sec. 2026.01.31 06:01:23.735696 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.735789 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.735827 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:01:23.736308 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.736340 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.736639 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:23.736844 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.736966 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} executeQuery: Read 252 rows, 17.85 KiB in 0.001195 sec., 210878.6610878661 rows/sec., 14.59 MiB/sec. 2026.01.31 06:01:23.737004 [ 3 ] {6a629880-d9ff-4a62-989a-bb668fda24bd} TCPHandler: Processed in 0.001357071 sec. 2026.01.31 06:01:23.737118 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.737212 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.737249 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:01:23.737631 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.737665 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.739885 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 06:01:23.740092 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.740220 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} executeQuery: Read 12 rows, 960.00 B in 0.003026 sec., 3965.6311962987443 rows/sec., 309.81 KiB/sec. 2026.01.31 06:01:23.740259 [ 3 ] {11ae42b7-10fb-4652-b703-09f65eb05dc8} TCPHandler: Processed in 0.003189813 sec. 2026.01.31 06:01:23.740376 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.740469 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:23.740507 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:23.741107 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.741142 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.741486 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:23.741691 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.741818 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} executeQuery: Read 595 rows, 45.79 KiB in 0.001366 sec., 435578.3308931186 rows/sec., 32.74 MiB/sec. 2026.01.31 06:01:23.741854 [ 3 ] {2bb06aa4-9bf7-4381-a476-e03f6a17c7c1} TCPHandler: Processed in 0.001526875 sec. 2026.01.31 06:01:23.741978 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.742103 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.742156 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:23.743131 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.743168 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.743714 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:23.743930 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.744066 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} executeQuery: Read 2310 rows, 161.27 KiB in 0.001988 sec., 1161971.8309859154 rows/sec., 79.22 MiB/sec. 2026.01.31 06:01:23.744103 [ 3 ] {dfae205e-9ca3-40ae-a6c3-b8a5d239db05} TCPHandler: Processed in 0.002186859 sec. 2026.01.31 06:01:23.744219 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.744314 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.744366 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} 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.01.31 06:01:23.745113 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.745149 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.745656 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:23.745875 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.746013 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} executeQuery: Read 35 rows, 64.22 KiB in 0.001718 sec., 20372.526193247963 rows/sec., 36.51 MiB/sec. 2026.01.31 06:01:23.746067 [ 3 ] {20ebc602-9c8f-4fc5-b0fe-a61eaea1686e} TCPHandler: Processed in 0.001898254 sec. 2026.01.31 06:01:23.746180 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:23.746275 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:23.746315 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:23.746634 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:23.746668 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:23.746958 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:23.747161 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:23.747288 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} executeQuery: Read 24 rows, 1.66 KiB in 0.001032 sec., 23255.813953488374 rows/sec., 1.57 MiB/sec. 2026.01.31 06:01:23.747323 [ 3 ] {04113a5a-d725-4172-992e-fd8d64fbdd16} TCPHandler: Processed in 0.001192787 sec. 2026.01.31 06:01:25.365452 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 2026.01.31 06:01:25.368327 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:25.368374 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:25.369783 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:25.370254 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:25.370524 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 266 2026.01.31 06:01:26.997911 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:26.998098 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:26.998165 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:26.998855 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:26.998890 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:26.999264 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:26.999477 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:26.999619 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} executeQuery: Read 56 rows, 4.38 KiB in 0.001572 sec., 35623.40966921119 rows/sec., 2.72 MiB/sec. 2026.01.31 06:01:26.999658 [ 3 ] {82818c8e-5a25-420e-a4b6-9afb51d80134} TCPHandler: Processed in 0.001869813 sec. 2026.01.31 06:01:26.999776 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:26.999868 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:26.999906 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:27.000350 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:27.000383 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:27.000676 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:27.000875 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:27.000994 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} executeQuery: Read 64 rows, 5.12 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 4.36 MiB/sec. 2026.01.31 06:01:27.001030 [ 3 ] {a31a3d8f-fcaa-467e-9a3d-643b0a09b5b8} TCPHandler: Processed in 0.001301169 sec. 2026.01.31 06:01:27.001154 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:27.001245 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:27.001286 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:27.001679 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:27.001712 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:27.002007 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:27.002203 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:27.002322 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} executeQuery: Read 96 rows, 6.85 KiB in 0.001095 sec., 87671.23287671233 rows/sec., 6.11 MiB/sec. 2026.01.31 06:01:27.002356 [ 3 ] {ccc3abf6-f444-4118-bff6-208227c5a8d3} TCPHandler: Processed in 0.001249139 sec. 2026.01.31 06:01:27.002477 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:27.002572 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:27.002610 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:27.002932 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:27.002965 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:27.003239 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:27.003442 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:27.003563 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} executeQuery: Read 36 rows, 2.48 KiB in 0.001009 sec., 35678.8899900892 rows/sec., 2.40 MiB/sec. 2026.01.31 06:01:27.003596 [ 3 ] {46a947d6-2636-4992-8ff2-03d7e66b856c} TCPHandler: Processed in 0.001170227 sec. 2026.01.31 06:01:27.866191 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3344 2026.01.31 06:01:27.866683 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:27.866719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:27.867183 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:27.867407 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:27.867543 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3344 2026.01.31 06:01:28.034171 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.31 06:01:28.053089 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:28.053150 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:28.058771 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:28.059466 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:28.062856 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.31 06:01:32.000446 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:32.000623 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:32.000691 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:32.001378 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:32.001427 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:32.001823 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:32.002066 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:32.002220 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} executeQuery: Read 56 rows, 4.38 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.60 MiB/sec. 2026.01.31 06:01:32.002268 [ 3 ] {e9856c5e-fcf5-4a05-8e92-d5b29721dfe9} TCPHandler: Processed in 0.001943175 sec. 2026.01.31 06:01:32.002389 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:32.002488 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:32.002530 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:32.002963 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:32.003000 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:32.003305 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:32.003523 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:32.003651 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2026.01.31 06:01:32.003689 [ 3 ] {d79fdd70-50c4-4d29-bcf1-1f2aceaf4ca9} TCPHandler: Processed in 0.001353391 sec. 2026.01.31 06:01:32.003805 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:32.003901 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:32.003944 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:32.004346 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:32.004381 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:32.004706 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:32.004922 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:32.005066 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.31 06:01:32.005105 [ 3 ] {61a2549a-f7c8-4889-94f9-eb3fe38d30dd} TCPHandler: Processed in 0.001350661 sec. 2026.01.31 06:01:32.005228 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:32.005323 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} executeQuery: (from [fd00:1122:3344:101::d]:44812) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:32.005363 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:32.005707 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:32.005742 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:32.006037 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:32.006254 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:32.006384 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.01.31 06:01:32.006420 [ 3 ] {da12ef80-62b6-4b37-a886-02d6b69dcc45} TCPHandler: Processed in 0.001241208 sec. 2026.01.31 06:01:35.293119 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:01:35.293186 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:01:35.367677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3856 2026.01.31 06:01:35.368158 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:35.368198 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:35.368647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:35.368880 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:35.369023 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3856 2026.01.31 06:01:35.370852 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 2026.01.31 06:01:35.372835 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:35.372887 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:35.374049 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:35.374332 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:35.374462 [ 33 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:35.374521 [ 33 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:35.374544 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:35.374655 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.01.31 06:01:35.374666 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:01:35.375288 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:35.375461 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:01:35.375871 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.01.31 06:01:35.376216 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2026.01.31 06:01:35.376536 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.01.31 06:01:35.376849 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part 2026.01.31 06:01:35.377150 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part 2026.01.31 06:01:35.382785 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.008164657 sec., 34539.11168589201 rows/sec., 35.64 MiB/sec. 2026.01.31 06:01:35.383696 [ 188 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:35.384274 [ 188 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:35.384347 [ 188 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_6_1} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:35.384564 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2026.01.31 06:01:35.531469 [ 46 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:01:35.531534 [ 46 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:35.531556 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:35.531682 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:01:35.531839 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:35.531879 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part 2026.01.31 06:01:35.531977 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2026.01.31 06:01:35.532036 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:01:35.532082 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2026.01.31 06:01:35.532125 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 51 rows starting from the beginning of the part 2026.01.31 06:01:35.532888 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013128 sec., 108165.75258988421 rows/sec., 8.34 MiB/sec. 2026.01.31 06:01:35.533097 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:01:35.533365 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:35.533433 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_5_1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:01:35.533498 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.31 06:01:35.562993 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.31 06:01:35.582029 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:35.582102 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:35.588880 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:35.589626 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:35.593579 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.31 06:01:36.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.04 MiB, peak 187.04 MiB, free memory in arenas 0.00 B, will set to 185.06 MiB (RSS), difference: 2.02 MiB 2026.01.31 06:01:36.047725 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:36.047791 [ 3 ] {} TCP-Session: 5701624e-fba4-46d7-91f3-fadc857490c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:37.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.02 MiB, peak 187.04 MiB, free memory in arenas 0.00 B, will set to 185.09 MiB (RSS), difference: 2.07 MiB 2026.01.31 06:01:37.002627 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.002813 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:37.002885 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:37.003664 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.003713 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.004117 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:37.004342 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.004496 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} executeQuery: Read 126 rows, 11.07 KiB in 0.001734 sec., 72664.35986159169 rows/sec., 6.24 MiB/sec. 2026.01.31 06:01:37.004540 [ 5 ] {00c46f56-9cb6-4ec0-8a02-3bde1db4cabd} TCPHandler: Processed in 0.002042196 sec. 2026.01.31 06:01:37.004668 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.004769 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:37.004814 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:37.005237 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.005273 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.005569 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:37.005782 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.005910 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} executeQuery: Read 35 rows, 2.63 KiB in 0.001163 sec., 30094.582975064488 rows/sec., 2.21 MiB/sec. 2026.01.31 06:01:37.005945 [ 5 ] {464a2399-69cd-47e7-8799-f035362f1d15} TCPHandler: Processed in 0.00132865 sec. 2026.01.31 06:01:37.006056 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.006151 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:37.006192 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:37.006622 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.006656 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.006952 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:37.007154 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.007279 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} executeQuery: Read 99 rows, 7.92 KiB in 0.001146 sec., 86387.43455497382 rows/sec., 6.75 MiB/sec. 2026.01.31 06:01:37.007315 [ 5 ] {b0f0c4b5-f351-48c2-8ee2-0d9a04d86bb2} TCPHandler: Processed in 0.00130952 sec. 2026.01.31 06:01:37.007431 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.007525 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:37.007568 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:37.007976 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.008011 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.008326 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:37.008533 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.008661 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.01.31 06:01:37.008696 [ 5 ] {55f14c8a-7dd9-45c8-b950-dabc5090a546} TCPHandler: Processed in 0.001315491 sec. 2026.01.31 06:01:37.008810 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.008903 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:37.008956 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} 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.01.31 06:01:37.009817 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.009852 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.010379 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:01:37.010603 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.010738 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} executeQuery: Read 35 rows, 64.22 KiB in 0.001854 sec., 18878.101402373246 rows/sec., 33.83 MiB/sec. 2026.01.31 06:01:37.010791 [ 5 ] {a56ecde0-4adf-4126-ac35-20ac295635f0} TCPHandler: Processed in 0.002031656 sec. 2026.01.31 06:01:37.010921 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:37.011016 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:37.011057 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:37.011399 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:37.011433 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:37.011728 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:37.011932 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:37.012057 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.01.31 06:01:37.012091 [ 5 ] {5a442d4a-c05e-4f56-a172-c302db507f98} TCPHandler: Processed in 0.001220678 sec. 2026.01.31 06:01:42.000227 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:42.000423 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:42.000493 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:42.001164 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.001212 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.001605 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:42.001853 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.002002 [ 44 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:42.002041 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} executeQuery: Read 56 rows, 4.38 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.56 MiB/sec. 2026.01.31 06:01:42.002061 [ 44 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.002086 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.002100 [ 5 ] {45ba2c56-a585-435e-b26e-755a3d9ebb9c} TCPHandler: Processed in 0.001999296 sec. 2026.01.31 06:01:42.002185 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:01:42.002239 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:42.002304 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:42.002344 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part 2026.01.31 06:01:42.002350 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:42.002404 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:42.002415 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1388 rows starting from the beginning of the part 2026.01.31 06:01:42.002468 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:01:42.002512 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:01:42.002554 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part 2026.01.31 06:01:42.002597 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2026.01.31 06:01:42.002890 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.002936 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.003334 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:42.003600 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.003736 [ 44 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:42.003757 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec. 2026.01.31 06:01:42.003779 [ 44 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.003806 [ 5 ] {e1e36474-d497-43da-bae2-d108beb08eb7} TCPHandler: Processed in 0.001620387 sec. 2026.01.31 06:01:42.003812 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.003955 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:42.003974 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:42.004065 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:42.004075 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 5 columns (5 merged, 0 gathered) in 0.001929564 sec., 940108.7499559487 rows/sec., 81.79 MiB/sec. 2026.01.31 06:01:42.004120 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:42.004142 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:42.004194 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 127 rows starting from the beginning of the part 2026.01.31 06:01:42.004300 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 595 rows starting from the beginning of the part 2026.01.31 06:01:42.004356 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:42.004386 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:42.004405 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:01:42.004453 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 99 rows starting from the beginning of the part 2026.01.31 06:01:42.004494 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2026.01.31 06:01:42.004588 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.004635 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.004757 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.004864 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_11_2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:42.004958 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.31 06:01:42.005113 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:42.005363 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.005483 [ 44 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:42.005516 [ 44 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.005517 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. 2026.01.31 06:01:42.005533 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.005570 [ 5 ] {4a3d0f95-4df2-4e17-a293-b511a4710ba6} TCPHandler: Processed in 0.001667428 sec. 2026.01.31 06:01:42.005645 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:01:42.005673 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1013 rows, containing 5 columns (5 merged, 0 gathered) in 0.0017683 sec., 572866.5950347792 rows/sec., 45.94 MiB/sec. 2026.01.31 06:01:42.005709 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:42.005740 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:42.005798 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 903 rows starting from the beginning of the part 2026.01.31 06:01:42.005816 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:42.005869 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:42.005878 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2310 rows starting from the beginning of the part 2026.01.31 06:01:42.005898 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:42.005946 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part 2026.01.31 06:01:42.005992 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:01:42.006057 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.01.31 06:01:42.006114 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.01.31 06:01:42.006239 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.006255 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.006285 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.006361 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_11_2} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:42.006458 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.31 06:01:42.006629 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:42.006883 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.006997 [ 44 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:42.007024 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. 2026.01.31 06:01:42.007031 [ 44 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.007065 [ 5 ] {b574b122-9448-40c5-a711-6d75b0fd2884} TCPHandler: Processed in 0.001407442 sec. 2026.01.31 06:01:42.007071 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.007203 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:42.007331 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:42.007383 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 318 rows starting from the beginning of the part 2026.01.31 06:01:42.007492 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.31 06:01:42.007559 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.01.31 06:01:42.007560 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3789 rows, containing 5 columns (5 merged, 0 gathered) in 0.001964135 sec., 1929093.468626138 rows/sec., 132.55 MiB/sec. 2026.01.31 06:01:42.007626 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:42.007690 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:42.007744 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:01:42.007888 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:42.008224 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.008298 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_11_2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:42.008362 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.01.31 06:01:42.008854 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.001712879 sec., 325767.319232707 rows/sec., 22.06 MiB/sec. 2026.01.31 06:01:42.009027 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:42.009332 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.009413 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_11_2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:42.009484 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.31 06:01:42.869113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4304 2026.01.31 06:01:42.869827 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:42.869903 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:42.870626 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:42.870964 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:42.871161 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4304 2026.01.31 06:01:43.093637 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.31 06:01:43.110876 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:43.110920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:43.116633 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:01:43.117384 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:43.120312 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.31 06:01:44.283462 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62193 2026.01.31 06:01:44.283597 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.283635 [ 3 ] {} TCP-Session: 951fe404-5c35-40c5-a6b9-054a2cfb91b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62193 2026.01.31 06:01:44.283664 [ 3 ] {} TCP-Session: 951fe404-5c35-40c5-a6b9-054a2cfb91b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.283682 [ 3 ] {} TCP-Session: 951fe404-5c35-40c5-a6b9-054a2cfb91b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.283900 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58583 2026.01.31 06:01:44.283944 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33231 2026.01.31 06:01:44.284001 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61737 2026.01.31 06:01:44.284025 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34454 2026.01.31 06:01:44.284062 [ 3 ] {} TCP-Session: 951fe404-5c35-40c5-a6b9-054a2cfb91b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:44.284068 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34880 2026.01.31 06:01:44.284055 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48836 2026.01.31 06:01:44.284036 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47189 2026.01.31 06:01:44.284175 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284022 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284228 [ 287 ] {} TCP-Session: c984b524-5984-420a-92f5-bbba9d4dfcb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33231 2026.01.31 06:01:44.284245 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} executeQuery: (from [fd00:1122:3344:101::e]:62193) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:01:44.284252 [ 286 ] {} TCP-Session: de1f5303-61f9-425d-bb5f-0c7581c89498 Authenticating user 'default' from [fd00:1122:3344:101::e]:58583 2026.01.31 06:01:44.284025 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36566 2026.01.31 06:01:44.284288 [ 286 ] {} TCP-Session: de1f5303-61f9-425d-bb5f-0c7581c89498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284283 [ 287 ] {} TCP-Session: c984b524-5984-420a-92f5-bbba9d4dfcb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284330 [ 286 ] {} TCP-Session: de1f5303-61f9-425d-bb5f-0c7581c89498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284355 [ 287 ] {} TCP-Session: c984b524-5984-420a-92f5-bbba9d4dfcb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284446 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284480 [ 290 ] {} TCP-Session: b0281e71-7b52-41ad-9118-27e67a5edfb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34454 2026.01.31 06:01:44.284484 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284500 [ 290 ] {} TCP-Session: b0281e71-7b52-41ad-9118-27e67a5edfb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284514 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:01:44.284526 [ 290 ] {} TCP-Session: b0281e71-7b52-41ad-9118-27e67a5edfb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284524 [ 291 ] {} TCP-Session: 908d2723-32d0-4f58-bd85-821e668d7e88 Authenticating user 'default' from [fd00:1122:3344:101::e]:47189 2026.01.31 06:01:44.284565 [ 291 ] {} TCP-Session: 908d2723-32d0-4f58-bd85-821e668d7e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284575 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:44.284577 [ 291 ] {} TCP-Session: 908d2723-32d0-4f58-bd85-821e668d7e88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284631 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284638 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284671 [ 292 ] {} TCP-Session: 748ff5c2-b996-46ed-bf8a-85ff6da0d845 Authenticating user 'default' from [fd00:1122:3344:101::e]:48836 2026.01.31 06:01:44.284689 [ 293 ] {} TCP-Session: 22585b64-7ea9-4e18-a4f6-3ce69d49ba9d Authenticating user 'default' from [fd00:1122:3344:101::e]:34880 2026.01.31 06:01:44.284702 [ 292 ] {} TCP-Session: 748ff5c2-b996-46ed-bf8a-85ff6da0d845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284719 [ 293 ] {} TCP-Session: 22585b64-7ea9-4e18-a4f6-3ce69d49ba9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284725 [ 292 ] {} TCP-Session: 748ff5c2-b996-46ed-bf8a-85ff6da0d845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284743 [ 293 ] {} TCP-Session: 22585b64-7ea9-4e18-a4f6-3ce69d49ba9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284770 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284778 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:44.284806 [ 289 ] {} TCP-Session: da7e4fc8-b266-4aef-ae6c-3d96fefbde3e Authenticating user 'default' from [fd00:1122:3344:101::e]:36566 2026.01.31 06:01:44.284834 [ 289 ] {} TCP-Session: da7e4fc8-b266-4aef-ae6c-3d96fefbde3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284835 [ 288 ] {} TCP-Session: 8184f269-8d29-451b-b993-f7b3a6c0b991 Authenticating user 'default' from [fd00:1122:3344:101::e]:61737 2026.01.31 06:01:44.284849 [ 289 ] {} TCP-Session: da7e4fc8-b266-4aef-ae6c-3d96fefbde3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284871 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:01:44.284877 [ 288 ] {} TCP-Session: 8184f269-8d29-451b-b993-f7b3a6c0b991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284912 [ 288 ] {} TCP-Session: 8184f269-8d29-451b-b993-f7b3a6c0b991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.284964 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} Aggregator: Compile expression max()(UInt64) 0 2026.01.31 06:01:44.671082 [ 341 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} AggregatingTransform: Aggregating 2026.01.31 06:01:44.671136 [ 341 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} Aggregator: Aggregation method: without_key 2026.01.31 06:01:44.671164 [ 341 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00133104 sec. (751.292 rows/sec., 29.35 KiB/sec.) 2026.01.31 06:01:44.671178 [ 341 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} Aggregator: Merging aggregated data 2026.01.31 06:01:44.672183 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} executeQuery: Read 1 rows, 40.00 B in 0.388001 sec., 2.577312945069729 rows/sec., 103.09 B/sec. 2026.01.31 06:01:44.672270 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.31 06:01:44.672285 [ 3 ] {897f0d97-7c9f-461f-b695-6b1097c0add0} TCPHandler: Processed in 0.388369698 sec. 2026.01.31 06:01:44.672391 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672432 [ 293 ] {} TCP-Session: 22585b64-7ea9-4e18-a4f6-3ce69d49ba9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672430 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672464 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672482 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672513 [ 286 ] {} TCP-Session: de1f5303-61f9-425d-bb5f-0c7581c89498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672507 [ 289 ] {} TCP-Session: da7e4fc8-b266-4aef-ae6c-3d96fefbde3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672531 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672564 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672557 [ 291 ] {} TCP-Session: 908d2723-32d0-4f58-bd85-821e668d7e88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672544 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672616 [ 288 ] {} TCP-Session: 8184f269-8d29-451b-b993-f7b3a6c0b991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672504 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672662 [ 292 ] {} TCP-Session: 748ff5c2-b996-46ed-bf8a-85ff6da0d845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672449 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:44.672699 [ 290 ] {} TCP-Session: b0281e71-7b52-41ad-9118-27e67a5edfb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672615 [ 3 ] {} TCP-Session: 951fe404-5c35-40c5-a6b9-054a2cfb91b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:44.672737 [ 287 ] {} TCP-Session: c984b524-5984-420a-92f5-bbba9d4dfcb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:45.000465 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.62 MiB, peak 199.76 MiB, free memory in arenas 0.00 B, will set to 206.80 MiB (RSS), difference: 19.18 MiB 2026.01.31 06:01:45.374958 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 304 2026.01.31 06:01:45.377672 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:45.377749 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:45.379417 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:45.379775 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:45.380185 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 304 2026.01.31 06:01:46.065493 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61017 2026.01.31 06:01:46.065593 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.065617 [ 288 ] {} TCP-Session: 8a7dc9d9-72d3-4fbb-ab86-6b4b618f5860 Authenticating user 'default' from [fd00:1122:3344:101::e]:61017 2026.01.31 06:01:46.065638 [ 288 ] {} TCP-Session: 8a7dc9d9-72d3-4fbb-ab86-6b4b618f5860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.065651 [ 288 ] {} TCP-Session: 8a7dc9d9-72d3-4fbb-ab86-6b4b618f5860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.065867 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57655 2026.01.31 06:01:46.065872 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45987 2026.01.31 06:01:46.065928 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36593 2026.01.31 06:01:46.065955 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50773 2026.01.31 06:01:46.065960 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59958 2026.01.31 06:01:46.065991 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066019 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066019 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066029 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066051 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066058 [ 290 ] {} TCP-Session: e5757138-4a85-4ce7-9864-d44f23a59187 Authenticating user 'default' from [fd00:1122:3344:101::e]:45987 2026.01.31 06:01:46.066059 [ 293 ] {} TCP-Session: 1cf811b7-b45f-4781-861c-b6035740af7d Authenticating user 'default' from [fd00:1122:3344:101::e]:36593 2026.01.31 06:01:46.066068 [ 3 ] {} TCP-Session: ee974c6a-fce8-4d46-ac41-dca983d75d22 Authenticating user 'default' from [fd00:1122:3344:101::e]:50773 2026.01.31 06:01:46.066078 [ 286 ] {} TCP-Session: cd339754-24a8-47f4-b939-9366059bf965 Authenticating user 'default' from [fd00:1122:3344:101::e]:59958 2026.01.31 06:01:46.066091 [ 293 ] {} TCP-Session: 1cf811b7-b45f-4781-861c-b6035740af7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066099 [ 3 ] {} TCP-Session: ee974c6a-fce8-4d46-ac41-dca983d75d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066106 [ 286 ] {} TCP-Session: cd339754-24a8-47f4-b939-9366059bf965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066110 [ 293 ] {} TCP-Session: 1cf811b7-b45f-4781-861c-b6035740af7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066124 [ 286 ] {} TCP-Session: cd339754-24a8-47f4-b939-9366059bf965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066117 [ 3 ] {} TCP-Session: ee974c6a-fce8-4d46-ac41-dca983d75d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066046 [ 288 ] {} TCP-Session: 8a7dc9d9-72d3-4fbb-ab86-6b4b618f5860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:46.066040 [ 289 ] {} TCP-Session: da7842ec-a93a-4ce9-8fbc-47618620a474 Authenticating user 'default' from [fd00:1122:3344:101::e]:57655 2026.01.31 06:01:46.065943 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60543 2026.01.31 06:01:46.066230 [ 289 ] {} TCP-Session: da7842ec-a93a-4ce9-8fbc-47618620a474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.065920 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39224 2026.01.31 06:01:46.066256 [ 289 ] {} TCP-Session: da7842ec-a93a-4ce9-8fbc-47618620a474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066287 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.065920 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47806 2026.01.31 06:01:46.066321 [ 294 ] {} TCP-Session: 1aac3b63-d9fe-40c3-b36b-2d95110f5c93 Authenticating user 'default' from [fd00:1122:3344:101::e]:60543 2026.01.31 06:01:46.066089 [ 290 ] {} TCP-Session: e5757138-4a85-4ce7-9864-d44f23a59187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066361 [ 294 ] {} TCP-Session: 1aac3b63-d9fe-40c3-b36b-2d95110f5c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066359 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066390 [ 294 ] {} TCP-Session: 1aac3b63-d9fe-40c3-b36b-2d95110f5c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066390 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.066406 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} executeQuery: (from [fd00:1122:3344:101::e]:61017) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:01:46.066443 [ 292 ] {} TCP-Session: 7529f3ef-dd9d-4af9-ac65-ae844e8168a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47806 2026.01.31 06:01:46.066415 [ 291 ] {} TCP-Session: 88723cc6-008a-46b8-b89b-2740bd16fcd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39224 2026.01.31 06:01:46.066480 [ 292 ] {} TCP-Session: 7529f3ef-dd9d-4af9-ac65-ae844e8168a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066380 [ 290 ] {} TCP-Session: e5757138-4a85-4ce7-9864-d44f23a59187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066509 [ 292 ] {} TCP-Session: 7529f3ef-dd9d-4af9-ac65-ae844e8168a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066509 [ 291 ] {} TCP-Session: 88723cc6-008a-46b8-b89b-2740bd16fcd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066557 [ 291 ] {} TCP-Session: 88723cc6-008a-46b8-b89b-2740bd16fcd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.066827 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:01:46.066898 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:46.067220 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:01:46.068283 [ 315 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} AggregatingTransform: Aggregating 2026.01.31 06:01:46.068331 [ 315 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} Aggregator: Aggregation method: without_key 2026.01.31 06:01:46.068369 [ 315 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001047104 sec. (955.015 rows/sec., 37.31 KiB/sec.) 2026.01.31 06:01:46.068387 [ 315 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} Aggregator: Merging aggregated data 2026.01.31 06:01:46.069746 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} executeQuery: Read 1 rows, 40.00 B in 0.003427 sec., 291.8004085205719 rows/sec., 11.40 KiB/sec. 2026.01.31 06:01:46.069922 [ 288 ] {97f5bfde-6d8e-424e-b1ec-27ee22a04fc3} TCPHandler: Processed in 0.004073733 sec. 2026.01.31 06:01:46.070032 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070062 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070076 [ 288 ] {} TCP-Session: 8a7dc9d9-72d3-4fbb-ab86-6b4b618f5860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070096 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070107 [ 289 ] {} TCP-Session: da7842ec-a93a-4ce9-8fbc-47618620a474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070125 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070143 [ 286 ] {} TCP-Session: cd339754-24a8-47f4-b939-9366059bf965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070161 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070163 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070197 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070207 [ 294 ] {} TCP-Session: 1aac3b63-d9fe-40c3-b36b-2d95110f5c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070227 [ 290 ] {} TCP-Session: e5757138-4a85-4ce7-9864-d44f23a59187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070177 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070255 [ 291 ] {} TCP-Session: 88723cc6-008a-46b8-b89b-2740bd16fcd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070177 [ 293 ] {} TCP-Session: 1cf811b7-b45f-4781-861c-b6035740af7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070295 [ 292 ] {} TCP-Session: 7529f3ef-dd9d-4af9-ac65-ae844e8168a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.070223 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.070367 [ 3 ] {} TCP-Session: ee974c6a-fce8-4d46-ac41-dca983d75d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.319852 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62670 2026.01.31 06:01:46.319969 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.319998 [ 288 ] {} TCP-Session: a24ff23c-d2e8-4c68-b9fd-6d4efa886fed Authenticating user 'default' from [fd00:1122:3344:101::e]:62670 2026.01.31 06:01:46.320024 [ 288 ] {} TCP-Session: a24ff23c-d2e8-4c68-b9fd-6d4efa886fed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320055 [ 288 ] {} TCP-Session: a24ff23c-d2e8-4c68-b9fd-6d4efa886fed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320303 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42994 2026.01.31 06:01:46.320321 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40399 2026.01.31 06:01:46.320347 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40832 2026.01.31 06:01:46.320373 [ 288 ] {} TCP-Session: a24ff23c-d2e8-4c68-b9fd-6d4efa886fed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:46.320332 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50211 2026.01.31 06:01:46.320326 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57862 2026.01.31 06:01:46.320437 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320439 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320502 [ 294 ] {} TCP-Session: 77b4f64d-1003-413a-b97a-21078394a6e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40832 2026.01.31 06:01:46.320499 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320530 [ 289 ] {} TCP-Session: b86a8533-597b-4fe8-9db9-2ec6e8f5fe59 Authenticating user 'default' from [fd00:1122:3344:101::e]:42994 2026.01.31 06:01:46.320533 [ 294 ] {} TCP-Session: 77b4f64d-1003-413a-b97a-21078394a6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320548 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} executeQuery: (from [fd00:1122:3344:101::e]:62670) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:01:46.320568 [ 294 ] {} TCP-Session: 77b4f64d-1003-413a-b97a-21078394a6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320566 [ 289 ] {} TCP-Session: b86a8533-597b-4fe8-9db9-2ec6e8f5fe59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320552 [ 293 ] {} TCP-Session: b0fb6eb7-c281-48c5-9db6-16fd5c94e029 Authenticating user 'default' from [fd00:1122:3344:101::e]:50211 2026.01.31 06:01:46.320606 [ 289 ] {} TCP-Session: b86a8533-597b-4fe8-9db9-2ec6e8f5fe59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320540 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320637 [ 293 ] {} TCP-Session: b0fb6eb7-c281-48c5-9db6-16fd5c94e029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320439 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320675 [ 293 ] {} TCP-Session: b0fb6eb7-c281-48c5-9db6-16fd5c94e029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320675 [ 291 ] {} TCP-Session: 078d06a6-35c0-470e-8ccb-66df29535395 Authenticating user 'default' from [fd00:1122:3344:101::e]:57862 2026.01.31 06:01:46.320709 [ 292 ] {} TCP-Session: 6f828e87-7abc-411e-9422-f8ac0832aaad Authenticating user 'default' from [fd00:1122:3344:101::e]:40399 2026.01.31 06:01:46.320744 [ 291 ] {} TCP-Session: 078d06a6-35c0-470e-8ccb-66df29535395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320752 [ 292 ] {} TCP-Session: 6f828e87-7abc-411e-9422-f8ac0832aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320767 [ 291 ] {} TCP-Session: 078d06a6-35c0-470e-8ccb-66df29535395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320780 [ 292 ] {} TCP-Session: 6f828e87-7abc-411e-9422-f8ac0832aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320359 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61132 2026.01.31 06:01:46.320810 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:01:46.320368 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50931 2026.01.31 06:01:46.320309 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54813 2026.01.31 06:01:46.320876 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320884 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:01:46.320910 [ 3 ] {} TCP-Session: 57592023-4807-44ac-a557-5b22527fffb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61132 2026.01.31 06:01:46.320918 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320932 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:01:46.320933 [ 3 ] {} TCP-Session: 57592023-4807-44ac-a557-5b22527fffb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320943 [ 286 ] {} TCP-Session: f3ff40ba-9885-4951-aa7c-c166f86e880d Authenticating user 'default' from [fd00:1122:3344:101::e]:50931 2026.01.31 06:01:46.320954 [ 290 ] {} TCP-Session: f96f17c7-0b5c-4c35-8af0-6c8ef07c250b Authenticating user 'default' from [fd00:1122:3344:101::e]:54813 2026.01.31 06:01:46.320956 [ 3 ] {} TCP-Session: 57592023-4807-44ac-a557-5b22527fffb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320968 [ 286 ] {} TCP-Session: f3ff40ba-9885-4951-aa7c-c166f86e880d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320975 [ 290 ] {} TCP-Session: f96f17c7-0b5c-4c35-8af0-6c8ef07c250b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320985 [ 286 ] {} TCP-Session: f3ff40ba-9885-4951-aa7c-c166f86e880d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.320993 [ 290 ] {} TCP-Session: f96f17c7-0b5c-4c35-8af0-6c8ef07c250b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.321183 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:01:46.322164 [ 320 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} AggregatingTransform: Aggregating 2026.01.31 06:01:46.322210 [ 320 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} Aggregator: Aggregation method: without_key 2026.01.31 06:01:46.322246 [ 320 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000960291 sec. (1041.351 rows/sec., 40.68 KiB/sec.) 2026.01.31 06:01:46.322264 [ 320 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} Aggregator: Merging aggregated data 2026.01.31 06:01:46.323416 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} executeQuery: Read 1 rows, 40.00 B in 0.002927 sec., 341.646737273659 rows/sec., 13.35 KiB/sec. 2026.01.31 06:01:46.323554 [ 288 ] {8b217cc6-dfee-4a42-a6ed-6e942adf07d6} TCPHandler: Processed in 0.003291136 sec. 2026.01.31 06:01:46.323697 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323742 [ 288 ] {} TCP-Session: a24ff23c-d2e8-4c68-b9fd-6d4efa886fed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323744 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323785 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323810 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323827 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323838 [ 286 ] {} TCP-Session: f3ff40ba-9885-4951-aa7c-c166f86e880d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323848 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323883 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323866 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323916 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:01:46.323950 [ 292 ] {} TCP-Session: 6f828e87-7abc-411e-9422-f8ac0832aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323931 [ 294 ] {} TCP-Session: 77b4f64d-1003-413a-b97a-21078394a6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323981 [ 3 ] {} TCP-Session: 57592023-4807-44ac-a557-5b22527fffb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323916 [ 291 ] {} TCP-Session: 078d06a6-35c0-470e-8ccb-66df29535395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323811 [ 289 ] {} TCP-Session: b86a8533-597b-4fe8-9db9-2ec6e8f5fe59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323868 [ 293 ] {} TCP-Session: b0fb6eb7-c281-48c5-9db6-16fd5c94e029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:46.323855 [ 290 ] {} TCP-Session: f96f17c7-0b5c-4c35-8af0-6c8ef07c250b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:01:47.002219 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.002418 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:47.002511 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:47.003169 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.003218 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.003622 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:01:47.003855 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.004020 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} executeQuery: Read 126 rows, 11.07 KiB in 0.001668 sec., 75539.56834532374 rows/sec., 6.48 MiB/sec. 2026.01.31 06:01:47.004068 [ 5 ] {7bfb1885-c890-4232-ac11-9cee749b4c83} TCPHandler: Processed in 0.001977135 sec. 2026.01.31 06:01:47.004200 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.004298 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:47.004341 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:47.004791 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.004830 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.005188 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:47.005394 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.005528 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} executeQuery: Read 35 rows, 2.63 KiB in 0.00125 sec., 28000 rows/sec., 2.06 MiB/sec. 2026.01.31 06:01:47.005566 [ 5 ] {f4b07e27-c451-4f6b-9b2f-91523ce4dff9} TCPHandler: Processed in 0.001417542 sec. 2026.01.31 06:01:47.005697 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.005794 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:47.005834 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:47.006263 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.006299 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.006623 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:01:47.006833 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.006967 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} executeQuery: Read 99 rows, 7.92 KiB in 0.001192 sec., 83053.69127516779 rows/sec., 6.49 MiB/sec. 2026.01.31 06:01:47.007005 [ 5 ] {273c290f-651b-44bb-b367-25a5d4755636} TCPHandler: Processed in 0.001362261 sec. 2026.01.31 06:01:47.007127 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.007221 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:47.007269 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:47.007686 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.007722 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.008041 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:01:47.008340 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.008472 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. 2026.01.31 06:01:47.008507 [ 5 ] {ce3a5cd5-a555-4b93-849a-02bc18216684} TCPHandler: Processed in 0.001430933 sec. 2026.01.31 06:01:47.008633 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.008729 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:47.008784 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} 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.01.31 06:01:47.009648 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.009694 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.010264 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:01:47.010498 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.010611 [ 40 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 06:01:47.010636 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} executeQuery: Read 35 rows, 64.22 KiB in 0.001925 sec., 18181.81818181818 rows/sec., 32.58 MiB/sec. 2026.01.31 06:01:47.010713 [ 40 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.010739 [ 5 ] {4a9d7f80-ff5d-4c26-ba35-c8ca73407447} TCPHandler: Processed in 0.002157119 sec. 2026.01.31 06:01:47.010745 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.01.31 06:01:47.010877 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:47.010894 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:01:47.010977 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:47.011024 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:47.011176 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:47.011283 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2026.01.31 06:01:47.011381 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:47.011425 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:47.011466 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2026.01.31 06:01:47.011599 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part 2026.01.31 06:01:47.011713 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2026.01.31 06:01:47.011753 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:01:47.011825 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2026.01.31 06:01:47.011940 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.01.31 06:01:47.011996 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.012137 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.01.31 06:01:47.012172 [ 5 ] {85afd2d4-390a-4140-8f28-364fc5fb30b0} TCPHandler: Processed in 0.001344871 sec. 2026.01.31 06:01:47.019235 [ 195 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.008399492 sec., 22144.19633949291 rows/sec., 39.68 MiB/sec. 2026.01.31 06:01:47.019706 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 06:01:47.020094 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:47.020174 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_6_1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 06:01:47.020300 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.01.31 06:01:50.293438 [ 35 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:01:50.293511 [ 35 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:01:50.372209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4816 2026.01.31 06:01:50.372855 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:50.372904 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:50.373401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:50.373634 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:50.373780 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4816 2026.01.31 06:01:50.621353 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.31 06:01:50.638309 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:50.638351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:50.644917 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:01:50.645691 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:50.648920 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.31 06:01:51.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.04 MiB, peak 215.16 MiB, free memory in arenas 0.00 B, will set to 210.02 MiB (RSS), difference: 1.98 MiB 2026.01.31 06:01:52.001256 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:52.001450 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:52.001518 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:52.002297 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:52.002339 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:52.002720 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:01:52.002942 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:52.003095 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} executeQuery: Read 56 rows, 4.38 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.52 MiB/sec. 2026.01.31 06:01:52.003134 [ 5 ] {54c97957-539f-4529-85c0-2588d6d833e5} TCPHandler: Processed in 0.002006845 sec. 2026.01.31 06:01:52.003252 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:52.003345 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:52.003389 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:52.003803 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:52.003838 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:52.004124 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:01:52.004341 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:52.004464 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. 2026.01.31 06:01:52.004499 [ 5 ] {69305b6c-0d75-4eb3-8f34-ef2d8ab26fa4} TCPHandler: Processed in 0.0012951 sec. 2026.01.31 06:01:52.004610 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:52.004703 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:52.004746 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:52.005201 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:52.005238 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:52.005558 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:01:52.005760 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:52.005888 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.31 06:01:52.005923 [ 5 ] {bc174671-8559-41c2-a25d-0468031ef293} TCPHandler: Processed in 0.001360571 sec. 2026.01.31 06:01:52.006029 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:52.006122 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:52.006162 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:52.006496 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:52.006531 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:52.006818 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:01:52.007015 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:52.007137 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.91 MiB/sec. 2026.01.31 06:01:52.007172 [ 5 ] {45aa35f1-cb4c-42af-b323-282647b3beb3} TCPHandler: Processed in 0.001190107 sec. 2026.01.31 06:01:55.381275 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 328 2026.01.31 06:01:55.383607 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:55.383662 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:55.384776 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:55.385033 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:55.385290 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.01.31 06:01:57.029968 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.030167 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.030236 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:01:57.030902 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.030944 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.031333 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:57.031567 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.031718 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} executeQuery: Read 24 rows, 2.04 KiB in 0.001603 sec., 14971.927635683094 rows/sec., 1.24 MiB/sec. 2026.01.31 06:01:57.031760 [ 5 ] {e3405f77-e317-42c7-9ff7-d40f55041d71} TCPHandler: Processed in 0.001919534 sec. 2026.01.31 06:01:57.031897 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.031990 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:01:57.032030 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:01:57.032440 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.032475 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.032753 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:01:57.032965 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.033091 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} executeQuery: Read 12 rows, 1002.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 874.46 KiB/sec. 2026.01.31 06:01:57.033128 [ 5 ] {8f606e5d-aa87-4127-a6ea-7775ba7cdbde} TCPHandler: Processed in 0.001288009 sec. 2026.01.31 06:01:57.033238 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.033331 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:01:57.033369 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:01:57.034559 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.034594 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.034972 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:01:57.035186 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.035312 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} executeQuery: Read 1401 rows, 119.93 KiB in 0.001998 sec., 701201.2012012012 rows/sec., 58.62 MiB/sec. 2026.01.31 06:01:57.035348 [ 5 ] {f01817e0-8fd1-4c6a-8245-52d8ea0b1416} TCPHandler: Processed in 0.002157179 sec. 2026.01.31 06:01:57.035459 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.035550 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.035589 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:01:57.036012 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.036048 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.036337 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:01:57.036545 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.036671 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} executeQuery: Read 63 rows, 4.73 KiB in 0.001139 sec., 55311.6769095698 rows/sec., 4.06 MiB/sec. 2026.01.31 06:01:57.036707 [ 5 ] {846fe575-c859-4d36-8845-27dd85d84f88} TCPHandler: Processed in 0.00129554 sec. 2026.01.31 06:01:57.036814 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.036905 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.036943 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:01:57.037399 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.037434 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.037730 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:01:57.037930 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.038050 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} executeQuery: Read 253 rows, 17.91 KiB in 0.001162 sec., 217728.05507745265 rows/sec., 15.06 MiB/sec. 2026.01.31 06:01:57.038086 [ 5 ] {eea31911-75ca-4b77-a2a3-37d2f89d0312} TCPHandler: Processed in 0.00131842 sec. 2026.01.31 06:01:57.038206 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.038296 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.038334 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:01:57.038718 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.038753 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.039042 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:57.039245 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.039365 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} executeQuery: Read 12 rows, 960.00 B in 0.001087 sec., 11039.558417663293 rows/sec., 862.47 KiB/sec. 2026.01.31 06:01:57.039401 [ 5 ] {816c24b7-7002-4305-95bd-792f0bb8b31c} TCPHandler: Processed in 0.001251829 sec. 2026.01.31 06:01:57.039510 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.039601 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:01:57.039639 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:01:57.040226 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.040260 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.040574 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:01:57.040779 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.040904 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} executeQuery: Read 607 rows, 46.76 KiB in 0.00132 sec., 459848.48484848486 rows/sec., 34.60 MiB/sec. 2026.01.31 06:01:57.040939 [ 5 ] {bc61de5d-8f89-4380-a402-205a2d180eb4} TCPHandler: Processed in 0.001478584 sec. 2026.01.31 06:01:57.041064 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.041155 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.041196 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:01:57.041745 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.041779 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.042150 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:01:57.042352 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.042480 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} executeQuery: Read 886 rows, 61.58 KiB in 0.001343 sec., 659717.051377513 rows/sec., 44.78 MiB/sec. 2026.01.31 06:01:57.042515 [ 5 ] {f047a4d5-1d11-4915-8fe4-da82ec39101b} TCPHandler: Processed in 0.001506405 sec. 2026.01.31 06:01:57.042625 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.042716 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.042756 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 06:01:57.043064 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.043100 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.043386 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 06:01:57.043586 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} oximeter.measurements_f64 (8471a52b-2084-4b9d-b031-320465bd1806): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.043708 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} executeQuery: Read 1 rows, 65.00 B in 0.00101 sec., 990.09900990099 rows/sec., 62.85 KiB/sec. 2026.01.31 06:01:57.043742 [ 5 ] {2575b3d7-104b-4ae6-918b-ff905dd92e12} TCPHandler: Processed in 0.001164187 sec. 2026.01.31 06:01:57.043857 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.043948 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.044000 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} 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.01.31 06:01:57.044789 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.044823 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.045357 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:01:57.045583 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.045716 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} executeQuery: Read 39 rows, 71.56 KiB in 0.001786 sec., 21836.506159014556 rows/sec., 39.13 MiB/sec. 2026.01.31 06:01:57.045764 [ 5 ] {c890aad8-a23a-427f-b0f8-f9af408c2f2e} TCPHandler: Processed in 0.001963775 sec. 2026.01.31 06:01:57.045883 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:01:57.045980 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:01:57.046020 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:01:57.046350 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.046385 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.046684 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:01:57.046887 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.047010 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.01.31 06:01:57.047043 [ 5 ] {8125c921-8bd9-461b-982e-44596489be55} TCPHandler: Processed in 0.001207347 sec. 2026.01.31 06:01:57.874813 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5264 2026.01.31 06:01:57.875295 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.875336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.875817 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:57.876042 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.876170 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5264 2026.01.31 06:01:57.876202 [ 60 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:57.876249 [ 60 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:57.876271 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:57.876405 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:01:57.876611 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:57.876666 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2896 rows starting from the beginning of the part 2026.01.31 06:01:57.876758 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.01.31 06:01:57.876822 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.01.31 06:01:57.876883 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.01.31 06:01:57.876942 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.01.31 06:01:57.876999 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.01.31 06:01:57.878476 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5264 rows, containing 4 columns (4 merged, 0 gathered) in 0.002129629 sec., 2471792.035138515 rows/sec., 35.36 MiB/sec. 2026.01.31 06:01:57.879596 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:57.879896 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:57.879981 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_11_2} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:57.880075 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.31 06:01:58.149945 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.31 06:01:58.168003 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:58.168062 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:58.174044 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:01:58.174785 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:58.175075 [ 60 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:01:58.175134 [ 60 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:01:58.175154 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:01:58.175295 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.178781 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.31 06:01:58.179517 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:01:58.181004 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.185680 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.190960 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.195157 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.200126 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.204613 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:01:58.258536 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083303984 sec., 996.3509068185742 rows/sec., 5.15 MiB/sec. 2026.01.31 06:01:58.260990 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:01:58.263334 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_11_2} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:01:58.263452 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_11_2} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:01:58.265386 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.31 06:01:59.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.70 MiB, peak 221.58 MiB, free memory in arenas 0.00 B, will set to 219.84 MiB (RSS), difference: 8.15 MiB 2026.01.31 06:02:02.000361 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:02.000539 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:02.000609 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:02.001332 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:02.001382 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:02:02.001784 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:02.002014 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:02.002165 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} executeQuery: Read 56 rows, 4.38 KiB in 0.001677 sec., 33392.96362552176 rows/sec., 2.55 MiB/sec. 2026.01.31 06:02:02.002206 [ 5 ] {9504c8c2-d515-4740-96e5-9b2c14281a16} TCPHandler: Processed in 0.001967695 sec. 2026.01.31 06:02:02.002327 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:02.002423 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:02.002462 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:02.002874 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:02.002910 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:02:02.003209 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:02.003421 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:02.003548 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} executeQuery: Read 64 rows, 5.12 KiB in 0.001144 sec., 55944.055944055945 rows/sec., 4.37 MiB/sec. 2026.01.31 06:02:02.003584 [ 5 ] {2e0544a6-2718-40dd-be92-507a8dc9aa72} TCPHandler: Processed in 0.001307729 sec. 2026.01.31 06:02:02.003695 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:02.003789 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:02.003833 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:02.004236 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:02.004270 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:02:02.004607 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:02.004823 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:02.004949 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.31 06:02:02.004985 [ 5 ] {1e573885-0779-4b7e-9b0a-91a4eead02cd} TCPHandler: Processed in 0.00133989 sec. 2026.01.31 06:02:02.005097 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:02.005190 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:02.005230 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:02.005553 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:02.005589 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.01.31 06:02:02.005881 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:02.006085 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:02.006210 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.01.31 06:02:02.006246 [ 5 ] {134bee84-4df0-44d9-b479-7b7545856648} TCPHandler: Processed in 0.001197457 sec. 2026.01.31 06:02:05.293554 [ 152 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:02:05.293617 [ 152 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:02:05.377180 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5776 2026.01.31 06:02:05.377681 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:05.377725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:05.378356 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:02:05.378588 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:05.378725 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5776 2026.01.31 06:02:05.387760 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 358 2026.01.31 06:02:05.390098 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:05.390148 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:05.391327 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:02:05.391606 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:05.391855 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2026.01.31 06:02:05.679784 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.31 06:02:05.694882 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:05.694957 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:05.700859 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:02:05.701561 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:05.704222 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.31 06:02:07.002754 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.002949 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:07.003021 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:07.003770 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.003815 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.004202 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:07.004427 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.004579 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} executeQuery: Read 134 rows, 11.85 KiB in 0.001687 sec., 79430.94250148193 rows/sec., 6.86 MiB/sec. 2026.01.31 06:02:07.004584 [ 134 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:07.004622 [ 5 ] {0e9bb95e-7bfa-4f2b-8953-40a45179d6a0} TCPHandler: Processed in 0.002002535 sec. 2026.01.31 06:02:07.004663 [ 134 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.004694 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.004760 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.004805 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:02:07.004859 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:07.004905 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:07.004951 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:07.004994 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1394 rows starting from the beginning of the part 2026.01.31 06:02:07.005073 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part 2026.01.31 06:02:07.005129 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:07.005176 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1401 rows starting from the beginning of the part 2026.01.31 06:02:07.005218 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:02:07.005263 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 134 rows starting from the beginning of the part 2026.01.31 06:02:07.005326 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.005368 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.005698 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:02:07.005956 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.006086 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} executeQuery: Read 39 rows, 2.93 KiB in 0.001247 sec., 31275.06014434643 rows/sec., 2.30 MiB/sec. 2026.01.31 06:02:07.006123 [ 5 ] {9c777be0-4cc9-4b79-b07b-ac692451191f} TCPHandler: Processed in 0.001414243 sec. 2026.01.31 06:02:07.006236 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.006329 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:07.006368 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:07.006805 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.006840 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.006856 [ 191 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3167 rows, containing 5 columns (5 merged, 0 gathered) in 0.002095468 sec., 1511356.8902030478 rows/sec., 131.99 MiB/sec. 2026.01.31 06:02:07.007148 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:07.007264 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:07.007380 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.007490 [ 134 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:07.007519 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} executeQuery: Read 103 rows, 8.24 KiB in 0.001207 sec., 85335.54266777134 rows/sec., 6.67 MiB/sec. 2026.01.31 06:02:07.007524 [ 134 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.007562 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.007565 [ 5 ] {4b172710-4a39-45e0-9530-aa438ce5a61c} TCPHandler: Processed in 0.001377552 sec. 2026.01.31 06:02:07.007629 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:02:07.007676 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.007693 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.007729 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:07.007761 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 623 rows starting from the beginning of the part 2026.01.31 06:02:07.007776 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_16_3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:07.007798 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:07.007835 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 99 rows starting from the beginning of the part 2026.01.31 06:02:07.007846 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:07.007879 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:02:07.007889 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:07.007938 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 607 rows starting from the beginning of the part 2026.01.31 06:02:07.007978 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:02:07.008017 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 103 rows starting from the beginning of the part 2026.01.31 06:02:07.008285 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.008324 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.008674 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:07.008883 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.008970 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001366692 sec., 1141442.2561923242 rows/sec., 90.96 MiB/sec. 2026.01.31 06:02:07.008988 [ 134 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:07.009020 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.01.31 06:02:07.009036 [ 134 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.009060 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.009064 [ 5 ] {bddd17e9-a5bb-4631-afd3-129d5bd0fcbf} TCPHandler: Processed in 0.001419913 sec. 2026.01.31 06:02:07.009145 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:07.009164 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:07.009178 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.009275 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:07.009281 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:07.009318 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3789 rows starting from the beginning of the part 2026.01.31 06:02:07.009348 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} 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.01.31 06:02:07.009393 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:07.009429 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.009445 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:07.009497 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 886 rows starting from the beginning of the part 2026.01.31 06:02:07.009506 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_16_3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:07.009544 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:07.009586 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:02:07.009589 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:07.010223 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.010264 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.010924 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:02:07.011170 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.011310 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} executeQuery: Read 39 rows, 71.56 KiB in 0.002047 sec., 19052.271617000486 rows/sec., 34.14 MiB/sec. 2026.01.31 06:02:07.011361 [ 5 ] {d6b08696-0ae6-49bd-92a8-4ff6969fa766} TCPHandler: Processed in 0.002231911 sec. 2026.01.31 06:02:07.011481 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:07.011600 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:07.011649 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:07.011904 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5315 rows, containing 5 columns (5 merged, 0 gathered) in 0.002797334 sec., 1900023.3794033893 rows/sec., 130.50 MiB/sec. 2026.01.31 06:02:07.012053 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.012101 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.012374 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:07.012538 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:07.012675 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.012758 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_16_3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:07.012817 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.012842 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.01.31 06:02:07.012922 [ 134 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:07.012950 [ 134 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:07.012953 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2026.01.31 06:02:07.012972 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:07.013003 [ 5 ] {57a5aba5-15b4-4d54-bf3d-cea7bb827102} TCPHandler: Processed in 0.001580136 sec. 2026.01.31 06:02:07.013044 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:07.013124 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:07.013148 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 558 rows starting from the beginning of the part 2026.01.31 06:02:07.013189 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:07.013222 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:07.013254 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:07.013284 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:07.013316 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:07.014063 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 4 columns (4 merged, 0 gathered) in 0.001041244 sec., 824014.3520634933 rows/sec., 55.70 MiB/sec. 2026.01.31 06:02:07.014244 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:07.014478 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:07.014536 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_16_3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:07.014593 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.31 06:02:12.000244 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.000448 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:02:12.000518 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:02:12.001124 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.001168 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.001524 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:02:12.001734 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.001883 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} executeQuery: Read 2 rows, 167.00 B in 0.001486 sec., 1345.8950201884254 rows/sec., 109.75 KiB/sec. 2026.01.31 06:02:12.001922 [ 5 ] {f70387c2-4487-4fe3-8cb6-417056ac04f8} TCPHandler: Processed in 0.001809101 sec. 2026.01.31 06:02:12.002032 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.002125 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:12.002164 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:12.002569 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.002604 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.002894 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:12.003105 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.003228 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} executeQuery: Read 57 rows, 4.45 KiB in 0.001123 sec., 50756.90115761353 rows/sec., 3.87 MiB/sec. 2026.01.31 06:02:12.003263 [ 5 ] {86836051-3af6-4d11-92d0-f2f739798c75} TCPHandler: Processed in 0.001277749 sec. 2026.01.31 06:02:12.003366 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.003456 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:12.003494 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:12.003857 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.003892 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.004165 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:02:12.004361 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.004459 [ 146 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.31 06:02:12.004483 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} executeQuery: Read 2 rows, 143.00 B in 0.001045 sec., 1913.8755980861245 rows/sec., 133.63 KiB/sec. 2026.01.31 06:02:12.004532 [ 146 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.004538 [ 5 ] {e84f350a-366c-4e47-8a89-6200d7b0364c} TCPHandler: Processed in 0.001218748 sec. 2026.01.31 06:02:12.004562 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.004650 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.004702 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:02:12.004746 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:12.004789 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:12.004859 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:12.004903 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 61 rows starting from the beginning of the part 2026.01.31 06:02:12.004978 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.01.31 06:02:12.005030 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2026.01.31 06:02:12.005078 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 63 rows starting from the beginning of the part 2026.01.31 06:02:12.005121 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part 2026.01.31 06:02:12.005167 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.01.31 06:02:12.005205 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.005244 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.005566 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:12.005782 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.005910 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} executeQuery: Read 66 rows, 5.28 KiB in 0.001182 sec., 55837.563451776645 rows/sec., 4.36 MiB/sec. 2026.01.31 06:02:12.005944 [ 5 ] {cbd2fee7-d6f9-4558-9aef-cc1f20c50232} TCPHandler: Processed in 0.00134031 sec. 2026.01.31 06:02:12.006054 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.006078 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 235 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443293 sec., 162822.10195712166 rows/sec., 12.56 MiB/sec. 2026.01.31 06:02:12.006144 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:12.006192 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:12.006234 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.31 06:02:12.006498 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.006566 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_10_2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.31 06:02:12.006602 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.006637 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:02:12.006641 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.006984 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:12.007192 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.007316 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} executeQuery: Read 161 rows, 11.48 KiB in 0.00119 sec., 135294.11764705883 rows/sec., 9.42 MiB/sec. 2026.01.31 06:02:12.007350 [ 5 ] {285ee88d-3671-4015-9623-28809d11e144} TCPHandler: Processed in 0.00134311 sec. 2026.01.31 06:02:12.007457 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:12.007547 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:12.007587 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:12.007912 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.007945 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.008233 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:12.008430 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.008551 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001022 sec., 58708.41487279844 rows/sec., 3.96 MiB/sec. 2026.01.31 06:02:12.008583 [ 5 ] {c68d1833-e868-44e8-ad5f-5b0b298c77a4} TCPHandler: Processed in 0.001173286 sec. 2026.01.31 06:02:12.879742 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6224 2026.01.31 06:02:12.880220 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:12.880265 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:12.880742 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:02:12.880968 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:12.881097 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6224 2026.01.31 06:02:13.205237 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.31 06:02:13.223271 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:13.223344 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:13.229410 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:02:13.230118 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:13.233520 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.31 06:02:15.392934 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 382 2026.01.31 06:02:15.395084 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:15.395145 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:15.396360 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:02:15.396645 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:15.396987 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.01.31 06:02:17.003143 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.003332 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:17.003401 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:17.004138 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.004179 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.004571 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:17.004798 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.004953 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} executeQuery: Read 136 rows, 12.05 KiB in 0.001671 sec., 81388.39018551765 rows/sec., 7.04 MiB/sec. 2026.01.31 06:02:17.004991 [ 5 ] {888d8325-0f12-49df-97fd-23c485f384f2} TCPHandler: Processed in 0.001973555 sec. 2026.01.31 06:02:17.005105 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.005198 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:17.005240 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:17.005637 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.005670 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.005963 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:02:17.006176 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.006301 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} executeQuery: Read 40 rows, 3.01 KiB in 0.001122 sec., 35650.62388591801 rows/sec., 2.62 MiB/sec. 2026.01.31 06:02:17.006336 [ 5 ] {e81e4107-27f2-444d-94f1-99801c87a3ae} TCPHandler: Processed in 0.001279439 sec. 2026.01.31 06:02:17.006442 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.006534 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:17.006572 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:17.006990 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.007024 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.007319 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:17.007521 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.007646 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} executeQuery: Read 104 rows, 8.32 KiB in 0.00113 sec., 92035.3982300885 rows/sec., 7.19 MiB/sec. 2026.01.31 06:02:17.007682 [ 5 ] {c59c3d92-50a6-4df2-a9a2-82346694e72e} TCPHandler: Processed in 0.00128611 sec. 2026.01.31 06:02:17.007790 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.007882 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:17.007924 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:17.008350 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.008385 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.008708 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:17.008916 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.009048 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.01.31 06:02:17.009083 [ 5 ] {c8df44dc-6368-4942-a635-6671b46daf6e} TCPHandler: Processed in 0.001339691 sec. 2026.01.31 06:02:17.009189 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.009282 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:17.009335 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} 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.01.31 06:02:17.010104 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.010137 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.010675 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:02:17.010891 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.011024 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} executeQuery: Read 40 rows, 73.40 KiB in 0.001761 sec., 22714.36683702442 rows/sec., 40.70 MiB/sec. 2026.01.31 06:02:17.011071 [ 5 ] {45f8ab40-e819-4d03-8673-ffb48fd788c0} TCPHandler: Processed in 0.001929084 sec. 2026.01.31 06:02:17.011181 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:17.011273 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:17.011314 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:17.011641 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:17.011674 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:17.011979 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:17.012178 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:17.012305 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.01.31 06:02:17.012338 [ 5 ] {4a4ae3a9-33c7-4ca9-9a78-7ebcbd7d736d} TCPHandler: Processed in 0.001204147 sec. 2026.01.31 06:02:20.293852 [ 138 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:02:20.293918 [ 138 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:02:20.381181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6736 2026.01.31 06:02:20.382001 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:20.382090 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:20.382719 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:02:20.382960 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:20.383087 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6736 2026.01.31 06:02:20.733590 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.31 06:02:20.751063 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:20.751133 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:20.757412 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:02:20.758137 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:20.761165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.31 06:02:21.999595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:21.999827 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:21.999988 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:22.000648 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:22.000690 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:22.001097 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:22.001320 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:22.001466 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} executeQuery: Read 56 rows, 4.38 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.60 MiB/sec. 2026.01.31 06:02:22.001505 [ 5 ] {348e6528-a99e-4fc5-800a-8002c9113d17} TCPHandler: Processed in 0.002021966 sec. 2026.01.31 06:02:22.001614 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:22.001705 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:22.001744 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:22.002153 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:22.002187 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:22.002485 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:22.002690 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:22.002814 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2026.01.31 06:02:22.002849 [ 5 ] {9dc7c625-0937-4b81-898b-2322c053119c} TCPHandler: Processed in 0.00128236 sec. 2026.01.31 06:02:22.002965 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:22.003056 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:22.003097 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:22.003504 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:22.003539 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:22.003853 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:22.004066 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:22.004190 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.01.31 06:02:22.004225 [ 5 ] {17bb6dfd-cf5c-4d1a-8923-d8a0e3935241} TCPHandler: Processed in 0.00130669 sec. 2026.01.31 06:02:22.004335 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:22.004426 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:22.004466 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:22.004781 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:22.004816 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:22.005110 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:22.005319 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:22.005441 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2026.01.31 06:02:22.005475 [ 5 ] {7429fa2b-509d-410b-8282-a3625f7198f4} TCPHandler: Processed in 0.001186227 sec. 2026.01.31 06:02:24.779508 [ 113 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:02:24.779593 [ 113 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:24.779618 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:24.779716 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:02:24.779824 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:24.779858 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.31 06:02:24.779946 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:02:24.779997 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.01.31 06:02:24.780047 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.31 06:02:24.780092 [ 193 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:02:24.780860 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001178967 sec., 23749.604526674622 rows/sec., 1.98 MiB/sec. 2026.01.31 06:02:24.781083 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:02:24.781441 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:24.781525 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_5_1} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:02:24.781637 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.01.31 06:02:25.397245 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 402 2026.01.31 06:02:25.399630 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:25.399678 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:25.400850 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:02:25.401118 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:25.401290 [ 113 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:02:25.401360 [ 113 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:25.401367 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2026.01.31 06:02:25.401387 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:25.401496 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:02:25.402039 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:25.402192 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part 2026.01.31 06:02:25.402559 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2026.01.31 06:02:25.402890 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.01.31 06:02:25.403207 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.01.31 06:02:25.403526 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.01.31 06:02:25.403838 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:02:25.409500 [ 194 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 72 columns (72 merged, 0 gathered) in 0.008046694 sec., 49958.40527799367 rows/sec., 46.82 MiB/sec. 2026.01.31 06:02:25.410238 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:02:25.410740 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:25.410813 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_11_2} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:02:25.410964 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.01.31 06:02:27.032784 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.032984 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.033060 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:02:27.033722 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.033764 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.034176 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:02:27.034409 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.034564 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} executeQuery: Read 24 rows, 2.04 KiB in 0.001631 sec., 14714.898835070508 rows/sec., 1.22 MiB/sec. 2026.01.31 06:02:27.034607 [ 5 ] {ff8ae9b8-3597-4c8c-9308-d5a40d32418f} TCPHandler: Processed in 0.001951844 sec. 2026.01.31 06:02:27.034738 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.034831 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:02:27.034877 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:02:27.035279 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.035313 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.035599 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:02:27.035822 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.035948 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} executeQuery: Read 4 rows, 334.00 B in 0.001136 sec., 3521.1267605633802 rows/sec., 287.12 KiB/sec. 2026.01.31 06:02:27.035983 [ 5 ] {67e8e7e7-cf33-453e-a017-71a96c61788a} TCPHandler: Processed in 0.00130167 sec. 2026.01.31 06:02:27.036098 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.036189 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:27.036226 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:27.037424 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.037458 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.037830 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:02:27.038042 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.038169 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} executeQuery: Read 1398 rows, 119.75 KiB in 0.001998 sec., 699699.6996996996 rows/sec., 58.53 MiB/sec. 2026.01.31 06:02:27.038204 [ 5 ] {bd8582b6-6afa-489a-bc88-3f26c902f972} TCPHandler: Processed in 0.00216118 sec. 2026.01.31 06:02:27.038321 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.038413 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.038450 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:27.038946 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.038980 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.039269 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:02:27.039471 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.039594 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} executeQuery: Read 56 rows, 4.25 KiB in 0.0012 sec., 46666.66666666667 rows/sec., 3.46 MiB/sec. 2026.01.31 06:02:27.039630 [ 5 ] {13d5a611-4686-4625-9aac-ee2eaecab663} TCPHandler: Processed in 0.001355481 sec. 2026.01.31 06:02:27.039748 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.039839 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.039877 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:02:27.040395 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.040435 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.040730 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:02:27.040939 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.041060 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} executeQuery: Read 252 rows, 17.85 KiB in 0.001238 sec., 203554.11954765752 rows/sec., 14.08 MiB/sec. 2026.01.31 06:02:27.041095 [ 5 ] {dfaf3fee-9c74-47cb-acf6-e9ee43b39462} TCPHandler: Processed in 0.001393492 sec. 2026.01.31 06:02:27.041212 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.041303 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.041341 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:02:27.041735 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.041769 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.042048 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:02:27.042249 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.042370 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} executeQuery: Read 12 rows, 960.00 B in 0.001085 sec., 11059.907834101383 rows/sec., 864.06 KiB/sec. 2026.01.31 06:02:27.042405 [ 5 ] {02656532-0414-4522-979e-7166dc80ea23} TCPHandler: Processed in 0.001239299 sec. 2026.01.31 06:02:27.042514 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.042604 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:27.042642 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:27.043349 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.043382 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.043696 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:02:27.043898 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.044025 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} executeQuery: Read 600 rows, 46.19 KiB in 0.001438 sec., 417246.1752433936 rows/sec., 31.37 MiB/sec. 2026.01.31 06:02:27.044061 [ 5 ] {7a3cb285-3a11-4140-959f-26bde303c4cc} TCPHandler: Processed in 0.001593006 sec. 2026.01.31 06:02:27.044168 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.044259 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.044300 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:27.044981 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.045015 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.045376 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:02:27.045580 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.045709 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} executeQuery: Read 882 rows, 61.30 KiB in 0.001468 sec., 600817.4386920981 rows/sec., 40.78 MiB/sec. 2026.01.31 06:02:27.045744 [ 5 ] {75dd07ed-b8ef-4734-9de2-4a2e7fa48f81} TCPHandler: Processed in 0.001622587 sec. 2026.01.31 06:02:27.045850 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.045941 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.046019 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} 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.01.31 06:02:27.046862 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.046897 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.047435 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:02:27.047647 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.047783 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} executeQuery: Read 40 rows, 73.40 KiB in 0.00186 sec., 21505.37634408602 rows/sec., 38.54 MiB/sec. 2026.01.31 06:02:27.047835 [ 5 ] {53b50469-250f-4c23-a397-f49ae381965a} TCPHandler: Processed in 0.002031957 sec. 2026.01.31 06:02:27.047940 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:27.048031 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:27.048071 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:27.048405 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.048439 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.048725 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:02:27.048928 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.049051 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.01.31 06:02:27.049086 [ 5 ] {defa13c3-db2e-46be-ba5c-b36a46461de3} TCPHandler: Processed in 0.001192657 sec. 2026.01.31 06:02:27.883254 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7184 2026.01.31 06:02:27.883982 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:27.884095 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:27.884864 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:27.885116 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:27.885271 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7184 2026.01.31 06:02:28.261317 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.31 06:02:28.277504 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:28.277567 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:28.283064 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:28.283747 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:28.286494 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.31 06:02:32.000114 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:32.000300 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:32.000370 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:32.001002 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.001160 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:32.001550 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:02:32.001774 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.001906 [ 104 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:02:32.001925 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} executeQuery: Read 56 rows, 4.38 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.55 MiB/sec. 2026.01.31 06:02:32.001971 [ 104 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.001983 [ 5 ] {eb5c120c-76f0-44ae-ae99-846abc48e22d} TCPHandler: Processed in 0.001999476 sec. 2026.01.31 06:02:32.002000 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.01.31 06:02:32.002103 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:02:32.002116 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:32.002208 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:32.002222 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:32.002239 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1405 rows starting from the beginning of the part 2026.01.31 06:02:32.002263 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:32.002301 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part 2026.01.31 06:02:32.002352 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part 2026.01.31 06:02:32.002398 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:32.002442 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:02:32.002481 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:32.002695 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.002729 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.003037 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:02:32.003250 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.003363 [ 132 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:02:32.003376 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2026.01.31 06:02:32.003409 [ 132 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.003428 [ 5 ] {0d8ca4dd-659e-448a-8ac6-3495840b0a83} TCPHandler: Processed in 0.001360701 sec. 2026.01.31 06:02:32.003432 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.003530 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:02:32.003558 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:32.003615 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:32.003640 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 631 rows starting from the beginning of the part 2026.01.31 06:02:32.003651 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:32.003690 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part 2026.01.31 06:02:32.003693 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:32.003732 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2026.01.31 06:02:32.003753 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686198 sec., 1843199.9089074947 rows/sec., 160.65 MiB/sec. 2026.01.31 06:02:32.003771 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:32.003841 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 600 rows starting from the beginning of the part 2026.01.31 06:02:32.003910 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:32.004121 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:02:32.004143 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.004180 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.004498 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.004598 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_21_4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:02:32.004625 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:02:32.004688 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:02:32.004843 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.004909 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416002 sec., 1079800.734744725 rows/sec., 85.99 MiB/sec. 2026.01.31 06:02:32.004955 [ 132 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:02:32.004981 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001349 sec., 118606.37509266124 rows/sec., 8.26 MiB/sec. 2026.01.31 06:02:32.004986 [ 132 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.005019 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.005026 [ 5 ] {23697f23-1738-4c1f-84ed-5c20a10f23d2} TCPHandler: Processed in 0.001514665 sec. 2026.01.31 06:02:32.005091 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:32.005113 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:02:32.005167 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:32.005184 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:32.005212 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5315 rows starting from the beginning of the part 2026.01.31 06:02:32.005260 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part 2026.01.31 06:02:32.005264 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:32.005303 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:32.005312 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:32.005342 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:32.005379 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 882 rows starting from the beginning of the part 2026.01.31 06:02:32.005415 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:32.005456 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.005554 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_21_4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:02:32.005668 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:02:32.005669 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.005718 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.006019 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:02:32.006238 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.006344 [ 132 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:02:32.006374 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.01.31 06:02:32.006378 [ 132 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:32.006412 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:32.006414 [ 5 ] {e3a3ef0b-6f38-4409-bb71-ec18e47eca42} TCPHandler: Processed in 0.001295759 sec. 2026.01.31 06:02:32.006490 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:32.006594 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:32.006625 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 858 rows starting from the beginning of the part 2026.01.31 06:02:32.006685 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:32.006728 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:32.006766 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:32.006804 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:32.006842 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:32.007732 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6838 rows, containing 5 columns (5 merged, 0 gathered) in 0.002674961 sec., 2556298.951648267 rows/sec., 175.54 MiB/sec. 2026.01.31 06:02:32.007738 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.001273419 sec., 909362.9041187543 rows/sec., 61.42 MiB/sec. 2026.01.31 06:02:32.007950 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:02:32.008193 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:02:32.008210 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.008279 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_21_4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:02:32.008346 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.31 06:02:32.008465 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:32.008533 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_21_4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:02:32.008600 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2026.01.31 06:02:35.294162 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:02:35.294238 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:02:35.386196 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7696 2026.01.31 06:02:35.386693 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:35.386740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:35.387209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:35.387440 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:35.387570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7696 2026.01.31 06:02:35.387597 [ 102 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:35.387679 [ 102 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:35.387716 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:35.387861 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:02:35.388029 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:35.388076 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5264 rows starting from the beginning of the part 2026.01.31 06:02:35.388149 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.01.31 06:02:35.388202 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.01.31 06:02:35.388250 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.01.31 06:02:35.388296 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.01.31 06:02:35.388343 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.01.31 06:02:35.389788 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7696 rows, containing 4 columns (4 merged, 0 gathered) in 0.001990356 sec., 3866644.9620067966 rows/sec., 55.31 MiB/sec. 2026.01.31 06:02:35.390242 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:35.390523 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:35.390583 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_16_3} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:35.390665 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.31 06:02:35.402333 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 430 2026.01.31 06:02:35.404596 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:35.404640 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:35.405869 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:02:35.406150 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:35.406492 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2026.01.31 06:02:35.787415 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.31 06:02:35.803481 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:35.803527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:35.809007 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:02:35.809701 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:35.809976 [ 131 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:02:35.810016 [ 131 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:35.810037 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:35.810169 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.812571 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.31 06:02:35.814216 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:35.815699 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.820611 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.825028 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.829621 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.834246 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.838660 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:02:35.896520 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.086409346 sec., 1400.31148945393 rows/sec., 7.24 MiB/sec. 2026.01.31 06:02:35.899200 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:02:35.901193 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_16_3} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:35.901293 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_16_3} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:02:35.903170 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.31 06:02:36.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.96 MiB, peak 235.94 MiB, free memory in arenas 0.00 B, will set to 234.53 MiB (RSS), difference: 8.57 MiB 2026.01.31 06:02:36.001248 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000837359 sec. 2026.01.31 06:02:37.002525 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.002689 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:37.002752 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:37.003460 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.003503 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.003902 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:02:37.004135 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.004290 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} executeQuery: Read 136 rows, 12.05 KiB in 0.001646 sec., 82624.54434993926 rows/sec., 7.15 MiB/sec. 2026.01.31 06:02:37.004336 [ 5 ] {aa3c5031-bb7e-4e80-9eee-d69af323a412} TCPHandler: Processed in 0.001930444 sec. 2026.01.31 06:02:37.004453 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.004561 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:37.004604 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:37.005028 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.005063 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.005370 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:02:37.005573 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.005700 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} executeQuery: Read 40 rows, 3.01 KiB in 0.001161 sec., 34453.05770887167 rows/sec., 2.53 MiB/sec. 2026.01.31 06:02:37.005736 [ 5 ] {13045420-a601-40ad-9e50-1134e798647b} TCPHandler: Processed in 0.001332301 sec. 2026.01.31 06:02:37.005847 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.005947 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:37.005986 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:37.006405 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.006440 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.006729 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:02:37.006931 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.007054 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} executeQuery: Read 104 rows, 8.32 KiB in 0.001126 sec., 92362.34458259324 rows/sec., 7.21 MiB/sec. 2026.01.31 06:02:37.007090 [ 5 ] {b49487ba-98b6-475c-952b-c2d9f2f888f4} TCPHandler: Processed in 0.00129201 sec. 2026.01.31 06:02:37.007200 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.007292 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:37.007334 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:37.007740 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.007775 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.008084 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:02:37.008289 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.008413 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2026.01.31 06:02:37.008448 [ 5 ] {adfb9f2d-8c2a-44f7-986a-4fdb96413116} TCPHandler: Processed in 0.00129477 sec. 2026.01.31 06:02:37.008553 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.008643 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:37.008696 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} 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.01.31 06:02:37.009545 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.009580 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.010137 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:02:37.010358 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.010467 [ 130 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 06:02:37.010496 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} executeQuery: Read 40 rows, 73.40 KiB in 0.00187 sec., 21390.374331550804 rows/sec., 38.33 MiB/sec. 2026.01.31 06:02:37.010549 [ 130 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.010573 [ 5 ] {a081812b-90e3-4d2d-bfb8-7a11a45e0442} TCPHandler: Processed in 0.002067017 sec. 2026.01.31 06:02:37.010578 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.010683 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:37.010711 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:02:37.010783 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:37.010827 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:37.010974 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:37.011048 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part 2026.01.31 06:02:37.011174 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:37.011213 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:37.011230 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part 2026.01.31 06:02:37.011371 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part 2026.01.31 06:02:37.011490 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:37.011519 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:02:37.011603 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:37.011712 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:37.011741 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.011874 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.01.31 06:02:37.011909 [ 5 ] {c3757362-d702-45a5-b100-db10c4f77d7b} TCPHandler: Processed in 0.001272069 sec. 2026.01.31 06:02:37.015525 [ 197 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 19 columns (19 merged, 0 gathered) in 0.004871042 sec., 78833.23527081065 rows/sec., 141.27 MiB/sec. 2026.01.31 06:02:37.016395 [ 195 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 06:02:37.016811 [ 195 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:37.016898 [ 195 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_11_2} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 06:02:37.017027 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2026.01.31 06:02:38.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 234.99 MiB, peak 239.83 MiB, free memory in arenas 0.00 B, will set to 236.36 MiB (RSS), difference: 1.37 MiB 2026.01.31 06:02:42.000013 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:42.000202 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:42.000285 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:42.001038 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:42.001084 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:42.001483 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:02:42.001696 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:42.001846 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} executeQuery: Read 56 rows, 4.38 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.52 MiB/sec. 2026.01.31 06:02:42.001890 [ 5 ] {0871ac40-7b25-4344-afdc-ca6cbefa0df6} TCPHandler: Processed in 0.002010256 sec. 2026.01.31 06:02:42.002035 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:42.002134 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:42.002176 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:42.002700 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:42.002742 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:42.003047 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:02:42.003252 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:42.003376 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} executeQuery: Read 64 rows, 5.12 KiB in 0.001266 sec., 50552.92259083728 rows/sec., 3.95 MiB/sec. 2026.01.31 06:02:42.003412 [ 5 ] {2a7c2715-eb09-40bf-8e04-b3184204f6fc} TCPHandler: Processed in 0.001427063 sec. 2026.01.31 06:02:42.003539 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:42.003632 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:42.003675 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:42.004193 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:42.004230 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:42.004556 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:02:42.004764 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:42.004891 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001277 sec., 125293.65700861394 rows/sec., 8.73 MiB/sec. 2026.01.31 06:02:42.004926 [ 5 ] {688291cf-0065-42df-bf9b-57b6591136cb} TCPHandler: Processed in 0.001434413 sec. 2026.01.31 06:02:42.005050 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:42.005149 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:42.005190 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:42.005585 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:42.005621 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:42.005946 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:02:42.006150 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:42.006276 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.01.31 06:02:42.006312 [ 5 ] {926936fa-b1a7-469c-b9a3-1df2b4e8e50d} TCPHandler: Processed in 0.00131099 sec. 2026.01.31 06:02:42.888588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8144 2026.01.31 06:02:42.889070 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:42.889110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:42.889671 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:42.889931 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:42.890255 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8144 2026.01.31 06:02:43.313599 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.31 06:02:43.328456 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:43.328520 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:43.334604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:02:43.335349 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:43.338003 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.31 06:02:44.333350 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37260 2026.01.31 06:02:44.333465 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.333495 [ 288 ] {} TCP-Session: 500f107b-c7b8-4db1-883e-0f942fc41d3c Authenticating user 'default' from [fd00:1122:3344:101::e]:37260 2026.01.31 06:02:44.333519 [ 288 ] {} TCP-Session: 500f107b-c7b8-4db1-883e-0f942fc41d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.333535 [ 288 ] {} TCP-Session: 500f107b-c7b8-4db1-883e-0f942fc41d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.333763 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48555 2026.01.31 06:02:44.333797 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64555 2026.01.31 06:02:44.333807 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49114 2026.01.31 06:02:44.333842 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60596 2026.01.31 06:02:44.333850 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44886 2026.01.31 06:02:44.333911 [ 288 ] {} TCP-Session: 500f107b-c7b8-4db1-883e-0f942fc41d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:44.333904 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.333904 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.333822 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53317 2026.01.31 06:02:44.334010 [ 292 ] {} TCP-Session: 391fec17-d084-4bc5-8612-316b2fdadb78 Authenticating user 'default' from [fd00:1122:3344:101::e]:64555 2026.01.31 06:02:44.334001 [ 289 ] {} TCP-Session: a7ea0913-d250-47c4-b44c-f859f439f114 Authenticating user 'default' from [fd00:1122:3344:101::e]:48555 2026.01.31 06:02:44.334077 [ 292 ] {} TCP-Session: 391fec17-d084-4bc5-8612-316b2fdadb78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.334090 [ 289 ] {} TCP-Session: a7ea0913-d250-47c4-b44c-f859f439f114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.334101 [ 292 ] {} TCP-Session: 391fec17-d084-4bc5-8612-316b2fdadb78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.334113 [ 289 ] {} TCP-Session: a7ea0913-d250-47c4-b44c-f859f439f114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.334092 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} executeQuery: (from [fd00:1122:3344:101::e]:37260) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:02:44.333769 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53092 2026.01.31 06:02:44.334385 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:02:44.334443 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:02:44.334718 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:02:44.335588 [ 302 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} AggregatingTransform: Aggregating 2026.01.31 06:02:44.335698 [ 302 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} Aggregator: Aggregation method: without_key 2026.01.31 06:02:44.335725 [ 302 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911681 sec. (1096.875 rows/sec., 42.85 KiB/sec.) 2026.01.31 06:02:44.335740 [ 302 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} Aggregator: Merging aggregated data 2026.01.31 06:02:44.337001 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} executeQuery: Read 1 rows, 40.00 B in 0.002964 sec., 337.38191632928476 rows/sec., 13.18 KiB/sec. 2026.01.31 06:02:44.337128 [ 288 ] {4972cbc9-d753-44f8-b32c-1b09db64c454} TCPHandler: Processed in 0.003357887 sec. 2026.01.31 06:02:44.337245 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:44.337273 [ 288 ] {} TCP-Session: 500f107b-c7b8-4db1-883e-0f942fc41d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.337273 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:44.337322 [ 289 ] {} TCP-Session: a7ea0913-d250-47c4-b44c-f859f439f114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.337390 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:44.337414 [ 292 ] {} TCP-Session: 391fec17-d084-4bc5-8612-316b2fdadb78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.338866 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.338909 [ 291 ] {} TCP-Session: 7500e790-d0c7-4893-b51c-b9666ae89d41 Authenticating user 'default' from [fd00:1122:3344:101::e]:49114 2026.01.31 06:02:44.338937 [ 291 ] {} TCP-Session: 7500e790-d0c7-4893-b51c-b9666ae89d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.338953 [ 291 ] {} TCP-Session: 7500e790-d0c7-4893-b51c-b9666ae89d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339008 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.339053 [ 290 ] {} TCP-Session: 6c4e9d6c-a885-4914-8945-f1d3bf314512 Authenticating user 'default' from [fd00:1122:3344:101::e]:53092 2026.01.31 06:02:44.339052 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.339078 [ 290 ] {} TCP-Session: 6c4e9d6c-a885-4914-8945-f1d3bf314512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339072 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.339099 [ 290 ] {} TCP-Session: 6c4e9d6c-a885-4914-8945-f1d3bf314512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339098 [ 293 ] {} TCP-Session: 8e6b6009-3c53-4427-8498-137ae6d70882 Authenticating user 'default' from [fd00:1122:3344:101::e]:53317 2026.01.31 06:02:44.339132 [ 294 ] {} TCP-Session: ac6e7257-dc75-44f8-b262-de804dc04c1a Authenticating user 'default' from [fd00:1122:3344:101::e]:44886 2026.01.31 06:02:44.339151 [ 293 ] {} TCP-Session: 8e6b6009-3c53-4427-8498-137ae6d70882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339160 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59375 2026.01.31 06:02:44.339173 [ 293 ] {} TCP-Session: 8e6b6009-3c53-4427-8498-137ae6d70882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339168 [ 294 ] {} TCP-Session: ac6e7257-dc75-44f8-b262-de804dc04c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339212 [ 294 ] {} TCP-Session: ac6e7257-dc75-44f8-b262-de804dc04c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339225 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.339253 [ 286 ] {} TCP-Session: 5ae2b640-78c3-4909-877b-f27253d12ca4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59375 2026.01.31 06:02:44.339268 [ 286 ] {} TCP-Session: 5ae2b640-78c3-4909-877b-f27253d12ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.339280 [ 286 ] {} TCP-Session: 5ae2b640-78c3-4909-877b-f27253d12ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.346401 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:44.346438 [ 3 ] {} TCP-Session: 5aa9161b-0425-4a7b-9aad-c9661696c47a Authenticating user 'default' from [fd00:1122:3344:101::e]:60596 2026.01.31 06:02:44.346455 [ 3 ] {} TCP-Session: 5aa9161b-0425-4a7b-9aad-c9661696c47a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.346467 [ 3 ] {} TCP-Session: 5aa9161b-0425-4a7b-9aad-c9661696c47a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358357 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59375). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.358525 [ 286 ] {} TCP-Session: 5ae2b640-78c3-4909-877b-f27253d12ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358534 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60596). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.358593 [ 3 ] {} TCP-Session: 5aa9161b-0425-4a7b-9aad-c9661696c47a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358612 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:53092). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.358664 [ 290 ] {} TCP-Session: 6c4e9d6c-a885-4914-8945-f1d3bf314512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358700 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49114). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.358806 [ 291 ] {} TCP-Session: 7500e790-d0c7-4893-b51c-b9666ae89d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358845 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:44886). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.358963 [ 294 ] {} TCP-Session: ac6e7257-dc75-44f8-b262-de804dc04c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:44.358990 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:53317). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.31 06:02:44.359080 [ 293 ] {} TCP-Session: 8e6b6009-3c53-4427-8498-137ae6d70882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.407565 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 452 2026.01.31 06:02:45.409807 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:45.409866 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:45.411125 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:02:45.411417 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:45.411785 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 452 2026.01.31 06:02:45.780120 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53359 2026.01.31 06:02:45.780219 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780244 [ 286 ] {} TCP-Session: 677d410f-85c5-4d06-8f58-391718a6c0af Authenticating user 'default' from [fd00:1122:3344:101::e]:53359 2026.01.31 06:02:45.780266 [ 286 ] {} TCP-Session: 677d410f-85c5-4d06-8f58-391718a6c0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780279 [ 286 ] {} TCP-Session: 677d410f-85c5-4d06-8f58-391718a6c0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780477 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54506 2026.01.31 06:02:45.780494 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54574 2026.01.31 06:02:45.780521 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40890 2026.01.31 06:02:45.780545 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51727 2026.01.31 06:02:45.780595 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780550 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57754 2026.01.31 06:02:45.780628 [ 288 ] {} TCP-Session: 025a166d-ed0e-4d53-a082-9d9abd977cf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54506 2026.01.31 06:02:45.780630 [ 286 ] {} TCP-Session: 677d410f-85c5-4d06-8f58-391718a6c0af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:45.780670 [ 288 ] {} TCP-Session: 025a166d-ed0e-4d53-a082-9d9abd977cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780520 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49371 2026.01.31 06:02:45.780702 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780700 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780739 [ 3 ] {} TCP-Session: 4634f3c2-534f-44d0-a389-ade8508e2041 Authenticating user 'default' from [fd00:1122:3344:101::e]:57754 2026.01.31 06:02:45.780765 [ 294 ] {} TCP-Session: 5d966eef-2872-48e5-bf90-ea7afc309a19 Authenticating user 'default' from [fd00:1122:3344:101::e]:51727 2026.01.31 06:02:45.780779 [ 3 ] {} TCP-Session: 4634f3c2-534f-44d0-a389-ade8508e2041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780797 [ 294 ] {} TCP-Session: 5d966eef-2872-48e5-bf90-ea7afc309a19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780807 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780813 [ 3 ] {} TCP-Session: 4634f3c2-534f-44d0-a389-ade8508e2041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780823 [ 294 ] {} TCP-Session: 5d966eef-2872-48e5-bf90-ea7afc309a19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780839 [ 293 ] {} TCP-Session: 428a01ed-9a94-48c1-a41d-689a9509dcb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49371 2026.01.31 06:02:45.780835 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} executeQuery: (from [fd00:1122:3344:101::e]:53359) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:02:45.780874 [ 293 ] {} TCP-Session: 428a01ed-9a94-48c1-a41d-689a9509dcb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780705 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780899 [ 293 ] {} TCP-Session: 428a01ed-9a94-48c1-a41d-689a9509dcb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780705 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.780936 [ 289 ] {} TCP-Session: 6ca35911-1fea-47ec-9810-c29534457094 Authenticating user 'default' from [fd00:1122:3344:101::e]:54574 2026.01.31 06:02:45.780511 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33884 2026.01.31 06:02:45.780977 [ 289 ] {} TCP-Session: 6ca35911-1fea-47ec-9810-c29534457094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780969 [ 292 ] {} TCP-Session: 555b8b15-d891-4b7f-9157-15a62e00ab36 Authenticating user 'default' from [fd00:1122:3344:101::e]:40890 2026.01.31 06:02:45.781016 [ 289 ] {} TCP-Session: 6ca35911-1fea-47ec-9810-c29534457094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781030 [ 292 ] {} TCP-Session: 555b8b15-d891-4b7f-9157-15a62e00ab36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780487 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34663 2026.01.31 06:02:45.781050 [ 292 ] {} TCP-Session: 555b8b15-d891-4b7f-9157-15a62e00ab36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.780699 [ 288 ] {} TCP-Session: 025a166d-ed0e-4d53-a082-9d9abd977cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781119 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:02:45.781177 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:02:45.781282 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.781284 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.781318 [ 290 ] {} TCP-Session: a99eeb51-5ba1-4349-b6ba-b988f5ae07af Authenticating user 'default' from [fd00:1122:3344:101::e]:34663 2026.01.31 06:02:45.781342 [ 291 ] {} TCP-Session: c06694cc-331b-41c3-8675-f6b1f80b9d90 Authenticating user 'default' from [fd00:1122:3344:101::e]:33884 2026.01.31 06:02:45.781346 [ 290 ] {} TCP-Session: a99eeb51-5ba1-4349-b6ba-b988f5ae07af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781375 [ 291 ] {} TCP-Session: c06694cc-331b-41c3-8675-f6b1f80b9d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781378 [ 290 ] {} TCP-Session: a99eeb51-5ba1-4349-b6ba-b988f5ae07af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781396 [ 291 ] {} TCP-Session: c06694cc-331b-41c3-8675-f6b1f80b9d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.781461 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:02:45.782322 [ 334 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} AggregatingTransform: Aggregating 2026.01.31 06:02:45.782370 [ 334 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} Aggregator: Aggregation method: without_key 2026.01.31 06:02:45.782403 [ 334 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000839749 sec. (1190.832 rows/sec., 46.52 KiB/sec.) 2026.01.31 06:02:45.782420 [ 334 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} Aggregator: Merging aggregated data 2026.01.31 06:02:45.783538 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} executeQuery: Read 1 rows, 40.00 B in 0.002758 sec., 362.58158085569255 rows/sec., 14.16 KiB/sec. 2026.01.31 06:02:45.783704 [ 286 ] {c41a3d08-0715-4b7f-b3d3-838076cd4213} TCPHandler: Processed in 0.003201373 sec. 2026.01.31 06:02:45.783828 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783846 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783866 [ 286 ] {} TCP-Session: 677d410f-85c5-4d06-8f58-391718a6c0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783870 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783890 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783924 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783932 [ 288 ] {} TCP-Session: 025a166d-ed0e-4d53-a082-9d9abd977cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783947 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783954 [ 3 ] {} TCP-Session: 4634f3c2-534f-44d0-a389-ade8508e2041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783978 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783996 [ 291 ] {} TCP-Session: c06694cc-331b-41c3-8675-f6b1f80b9d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783962 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.784029 [ 294 ] {} TCP-Session: 5d966eef-2872-48e5-bf90-ea7afc309a19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783962 [ 293 ] {} TCP-Session: 428a01ed-9a94-48c1-a41d-689a9509dcb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.784080 [ 292 ] {} TCP-Session: 555b8b15-d891-4b7f-9157-15a62e00ab36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.783907 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.783893 [ 289 ] {} TCP-Session: 6ca35911-1fea-47ec-9810-c29534457094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.784150 [ 290 ] {} TCP-Session: a99eeb51-5ba1-4349-b6ba-b988f5ae07af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923144 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39711 2026.01.31 06:02:45.923264 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923295 [ 286 ] {} TCP-Session: 84b85b4a-312c-4328-88d7-46236cdf78ec Authenticating user 'default' from [fd00:1122:3344:101::e]:39711 2026.01.31 06:02:45.923317 [ 286 ] {} TCP-Session: 84b85b4a-312c-4328-88d7-46236cdf78ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923332 [ 286 ] {} TCP-Session: 84b85b4a-312c-4328-88d7-46236cdf78ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923520 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52189 2026.01.31 06:02:45.923563 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46062 2026.01.31 06:02:45.923586 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34810 2026.01.31 06:02:45.923611 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49543 2026.01.31 06:02:45.923632 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923651 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923658 [ 286 ] {} TCP-Session: 84b85b4a-312c-4328-88d7-46236cdf78ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:45.923675 [ 288 ] {} TCP-Session: 0a40ed8e-c12b-4379-a5c8-01bdff3e9467 Authenticating user 'default' from [fd00:1122:3344:101::e]:52189 2026.01.31 06:02:45.923685 [ 290 ] {} TCP-Session: f83508d5-6a7b-48e2-9132-9bca20acdd20 Authenticating user 'default' from [fd00:1122:3344:101::e]:46062 2026.01.31 06:02:45.923708 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923719 [ 288 ] {} TCP-Session: 0a40ed8e-c12b-4379-a5c8-01bdff3e9467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923727 [ 290 ] {} TCP-Session: f83508d5-6a7b-48e2-9132-9bca20acdd20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923747 [ 288 ] {} TCP-Session: 0a40ed8e-c12b-4379-a5c8-01bdff3e9467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923743 [ 294 ] {} TCP-Session: 025b85c5-5e81-4e4b-aa73-9a4947d1bfb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49543 2026.01.31 06:02:45.923760 [ 290 ] {} TCP-Session: f83508d5-6a7b-48e2-9132-9bca20acdd20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923786 [ 294 ] {} TCP-Session: 025b85c5-5e81-4e4b-aa73-9a4947d1bfb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923715 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923839 [ 294 ] {} TCP-Session: 025b85c5-5e81-4e4b-aa73-9a4947d1bfb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923845 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} executeQuery: (from [fd00:1122:3344:101::e]:39711) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:02:45.923873 [ 292 ] {} TCP-Session: 708b947f-4814-4a80-98d1-f79f4a464d56 Authenticating user 'default' from [fd00:1122:3344:101::e]:34810 2026.01.31 06:02:45.923594 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47286 2026.01.31 06:02:45.923943 [ 292 ] {} TCP-Session: 708b947f-4814-4a80-98d1-f79f4a464d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.923586 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41004 2026.01.31 06:02:45.923978 [ 292 ] {} TCP-Session: 708b947f-4814-4a80-98d1-f79f4a464d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924013 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.923560 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61899 2026.01.31 06:02:45.924062 [ 293 ] {} TCP-Session: bb795e60-d465-4fa4-9a80-b4c1936f9b67 Authenticating user 'default' from [fd00:1122:3344:101::e]:47286 2026.01.31 06:02:45.923611 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33882 2026.01.31 06:02:45.924097 [ 293 ] {} TCP-Session: bb795e60-d465-4fa4-9a80-b4c1936f9b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924110 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.924128 [ 293 ] {} TCP-Session: bb795e60-d465-4fa4-9a80-b4c1936f9b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924148 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:02:45.924157 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.924157 [ 291 ] {} TCP-Session: 66df5af7-81c8-4adb-81e9-e8c7426bfd45 Authenticating user 'default' from [fd00:1122:3344:101::e]:41004 2026.01.31 06:02:45.924209 [ 3 ] {} TCP-Session: 8b648fef-3285-498e-8656-43b74c9325b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33882 2026.01.31 06:02:45.924223 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:02:45.924230 [ 291 ] {} TCP-Session: 66df5af7-81c8-4adb-81e9-e8c7426bfd45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924240 [ 3 ] {} TCP-Session: 8b648fef-3285-498e-8656-43b74c9325b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924263 [ 291 ] {} TCP-Session: 66df5af7-81c8-4adb-81e9-e8c7426bfd45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924275 [ 3 ] {} TCP-Session: 8b648fef-3285-498e-8656-43b74c9325b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924128 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:02:45.924332 [ 289 ] {} TCP-Session: 065fd06c-a6aa-4991-9913-24df299268b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61899 2026.01.31 06:02:45.924351 [ 289 ] {} TCP-Session: 065fd06c-a6aa-4991-9913-24df299268b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924367 [ 289 ] {} TCP-Session: 065fd06c-a6aa-4991-9913-24df299268b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.924516 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:02:45.925479 [ 296 ] {d187f1a1-c44e-41b3-8434-e73d21959933} AggregatingTransform: Aggregating 2026.01.31 06:02:45.925522 [ 296 ] {d187f1a1-c44e-41b3-8434-e73d21959933} Aggregator: Aggregation method: without_key 2026.01.31 06:02:45.925560 [ 296 ] {d187f1a1-c44e-41b3-8434-e73d21959933} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000936951 sec. (1067.292 rows/sec., 41.69 KiB/sec.) 2026.01.31 06:02:45.925578 [ 296 ] {d187f1a1-c44e-41b3-8434-e73d21959933} Aggregator: Merging aggregated data 2026.01.31 06:02:45.927072 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} executeQuery: Read 1 rows, 40.00 B in 0.003291 sec., 303.8590094196293 rows/sec., 11.87 KiB/sec. 2026.01.31 06:02:45.927233 [ 286 ] {d187f1a1-c44e-41b3-8434-e73d21959933} TCPHandler: Processed in 0.003721965 sec. 2026.01.31 06:02:45.927358 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927388 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927406 [ 288 ] {} TCP-Session: 0a40ed8e-c12b-4379-a5c8-01bdff3e9467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927411 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927424 [ 294 ] {} TCP-Session: 025b85c5-5e81-4e4b-aa73-9a4947d1bfb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927436 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927452 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927476 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927489 [ 290 ] {} TCP-Session: f83508d5-6a7b-48e2-9132-9bca20acdd20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927504 [ 293 ] {} TCP-Session: bb795e60-d465-4fa4-9a80-b4c1936f9b67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927520 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927531 [ 291 ] {} TCP-Session: 66df5af7-81c8-4adb-81e9-e8c7426bfd45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927538 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927560 [ 3 ] {} TCP-Session: 8b648fef-3285-498e-8656-43b74c9325b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927466 [ 289 ] {} TCP-Session: 065fd06c-a6aa-4991-9913-24df299268b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927600 [ 286 ] {} TCP-Session: 84b85b4a-312c-4328-88d7-46236cdf78ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:45.927495 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:02:45.927682 [ 292 ] {} TCP-Session: 708b947f-4814-4a80-98d1-f79f4a464d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:02:47.003132 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.003323 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:47.003394 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:47.004140 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.004197 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.004792 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:02:47.005042 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.005208 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} executeQuery: Read 136 rows, 12.05 KiB in 0.001933 sec., 70356.95809622349 rows/sec., 6.09 MiB/sec. 2026.01.31 06:02:47.005259 [ 5 ] {f043db0b-ef98-4ee0-830e-34edbd213796} TCPHandler: Processed in 0.002258142 sec. 2026.01.31 06:02:47.005379 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.005483 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:47.005536 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:47.005971 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.006011 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.006352 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:02:47.006569 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.006701 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} executeQuery: Read 40 rows, 3.01 KiB in 0.001243 sec., 32180.209171359616 rows/sec., 2.36 MiB/sec. 2026.01.31 06:02:47.006740 [ 5 ] {9f007326-00d0-45d6-b7a5-8d42829ce99f} TCPHandler: Processed in 0.001410933 sec. 2026.01.31 06:02:47.006853 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.006948 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:47.006990 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:47.007421 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.007459 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.007765 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:02:47.007987 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.008116 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} executeQuery: Read 104 rows, 8.32 KiB in 0.001188 sec., 87542.08754208754 rows/sec., 6.84 MiB/sec. 2026.01.31 06:02:47.008153 [ 5 ] {5aacce0b-dfce-42fc-aeea-974936bae63c} TCPHandler: Processed in 0.001349471 sec. 2026.01.31 06:02:47.008264 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.008358 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:47.008402 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:47.008809 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.008847 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.009186 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:02:47.009393 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.009530 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.01.31 06:02:47.009566 [ 5 ] {249baaee-5dff-4ce4-bd71-8d4112f56c24} TCPHandler: Processed in 0.001351001 sec. 2026.01.31 06:02:47.009682 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.009775 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:47.009830 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} 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.01.31 06:02:47.010702 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.010741 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.011339 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:02:47.011569 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.011714 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} executeQuery: Read 40 rows, 73.40 KiB in 0.001957 sec., 20439.448134900358 rows/sec., 36.63 MiB/sec. 2026.01.31 06:02:47.011780 [ 5 ] {d6eb5a2b-c393-4a6e-a134-aea6eafa5e79} TCPHandler: Processed in 0.002153039 sec. 2026.01.31 06:02:47.011904 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:47.011997 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:47.012038 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:47.012378 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:47.012415 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:47.012716 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:02:47.012933 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:47.013067 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.31 06:02:47.013103 [ 5 ] {eccd05c4-d72d-4861-ab0b-042d50f42d56} TCPHandler: Processed in 0.001246828 sec. 2026.01.31 06:02:50.294285 [ 118 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:02:50.294353 [ 118 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:02:50.391245 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8656 2026.01.31 06:02:50.391732 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:50.391769 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:50.392251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:50.392481 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:50.392615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8656 2026.01.31 06:02:50.838980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.31 06:02:50.854888 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:50.854940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:50.861145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:02:50.861863 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:50.864587 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.31 06:02:52.000056 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:52.000218 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:52.000280 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:52.000928 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:52.000972 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:52.001484 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:02:52.001704 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:52.001859 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} executeQuery: Read 56 rows, 4.38 KiB in 0.001687 sec., 33195.02074688797 rows/sec., 2.53 MiB/sec. 2026.01.31 06:02:52.001899 [ 5 ] {c672263f-a1e9-40e7-8aaa-e89ac497e1ed} TCPHandler: Processed in 0.001964395 sec. 2026.01.31 06:02:52.002022 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:52.002114 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:52.002153 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:52.002566 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:52.002601 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:52.002892 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:02:52.003092 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:52.003220 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} executeQuery: Read 64 rows, 5.12 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 4.44 MiB/sec. 2026.01.31 06:02:52.003256 [ 5 ] {da664bf8-b848-49f0-8bff-f5918492b2cc} TCPHandler: Processed in 0.00128238 sec. 2026.01.31 06:02:52.003384 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:52.003474 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:52.003516 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:52.003934 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:52.003968 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:52.004301 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:02:52.004511 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:52.004639 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.31 06:02:52.004674 [ 5 ] {08ef30d3-9132-4c7c-841d-1ab701557397} TCPHandler: Processed in 0.001336701 sec. 2026.01.31 06:02:52.004783 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:52.004873 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:52.004913 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:52.005255 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:52.005289 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:52.005584 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:02:52.005800 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:52.005933 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.01.31 06:02:52.005968 [ 5 ] {677fd2e9-5eb4-43f2-9f58-37e304e1d854} TCPHandler: Processed in 0.001231019 sec. 2026.01.31 06:02:55.412773 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 476 2026.01.31 06:02:55.414923 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:55.414982 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:55.416285 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:02:55.416577 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:55.416925 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2026.01.31 06:02:57.029782 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.029950 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.030011 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:02:57.030615 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.030652 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.031011 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:02:57.031228 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.031368 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} executeQuery: Read 24 rows, 2.04 KiB in 0.001464 sec., 16393.44262295082 rows/sec., 1.36 MiB/sec. 2026.01.31 06:02:57.031408 [ 5 ] {0cb961ae-6239-4370-a979-68eeaa68de1f} TCPHandler: Processed in 0.001744329 sec. 2026.01.31 06:02:57.031531 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.031631 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:02:57.031676 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:02:57.032072 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.032106 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.032430 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:02:57.032636 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.032757 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} executeQuery: Read 12 rows, 1002.00 B in 0.001149 sec., 10443.864229765013 rows/sec., 851.62 KiB/sec. 2026.01.31 06:02:57.032792 [ 5 ] {fa28f448-6319-409f-98b9-882af5046e87} TCPHandler: Processed in 0.00130892 sec. 2026.01.31 06:02:57.032900 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.032991 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:02:57.033029 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:02:57.034240 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.034272 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.034660 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:02:57.034865 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.034969 [ 109 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:02:57.034987 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} executeQuery: Read 1402 rows, 120.04 KiB in 0.002014 sec., 696127.1102284011 rows/sec., 58.21 MiB/sec. 2026.01.31 06:02:57.035015 [ 109 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.035027 [ 5 ] {6057774c-62ba-4c3b-9d83-f65d3a0345cd} TCPHandler: Processed in 0.00217313 sec. 2026.01.31 06:02:57.035044 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.035152 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:02:57.035157 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.035251 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:57.035276 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.035291 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1407 rows starting from the beginning of the part 2026.01.31 06:02:57.035319 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:02:57.035367 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part 2026.01.31 06:02:57.035432 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:57.035500 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part 2026.01.31 06:02:57.035598 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:57.035660 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:02:57.035863 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.035901 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.036235 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:02:57.036448 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.036575 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} executeQuery: Read 64 rows, 4.81 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.55 MiB/sec. 2026.01.31 06:02:57.036577 [ 107 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.01.31 06:02:57.036612 [ 5 ] {fe711234-40fb-48fe-b849-e90b99d9f826} TCPHandler: Processed in 0.001513684 sec. 2026.01.31 06:02:57.036692 [ 107 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.036721 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.036796 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.036820 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:02:57.036895 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.036935 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:57.036939 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:02:57.036938 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3193 rows, containing 5 columns (5 merged, 0 gathered) in 0.001829692 sec., 1745102.4544021618 rows/sec., 152.55 MiB/sec. 2026.01.31 06:02:57.036977 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 69 rows starting from the beginning of the part 2026.01.31 06:02:57.037083 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:57.037132 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.01.31 06:02:57.037173 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:57.037218 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.31 06:02:57.037253 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:02:57.037266 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:57.037476 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.037520 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:02:57.037690 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.037803 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_26_5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:02:57.037898 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:02:57.037948 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:02:57.038132 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.038246 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473954 sec., 209640.19229908125 rows/sec., 16.19 MiB/sec. 2026.01.31 06:02:57.038268 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} executeQuery: Read 252 rows, 17.85 KiB in 0.001391 sec., 181164.6297627606 rows/sec., 12.53 MiB/sec. 2026.01.31 06:02:57.038323 [ 5 ] {a91a0308-46e3-4944-8b64-cb25dfc05ca4} TCPHandler: Processed in 0.001577656 sec. 2026.01.31 06:02:57.038400 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.01.31 06:02:57.038439 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.038534 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.038573 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:02:57.038637 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.038697 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_15_3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.01.31 06:02:57.038771 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.31 06:02:57.038971 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.039006 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.039316 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:02:57.039532 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.039655 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} executeQuery: Read 12 rows, 960.00 B in 0.001139 sec., 10535.557506584722 rows/sec., 823.09 KiB/sec. 2026.01.31 06:02:57.039694 [ 5 ] {b567fd34-0a41-47f6-907a-f2f1299b8f02} TCPHandler: Processed in 0.00130434 sec. 2026.01.31 06:02:57.039805 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.039897 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:02:57.039937 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:02:57.040624 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.040660 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.040996 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:02:57.041197 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.041297 [ 107 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:02:57.041323 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} executeQuery: Read 608 rows, 46.84 KiB in 0.001443 sec., 421344.42134442134 rows/sec., 31.70 MiB/sec. 2026.01.31 06:02:57.041330 [ 107 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.041363 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.041366 [ 5 ] {be7e961d-ffc5-4603-8bf1-100e7f9974a4} TCPHandler: Processed in 0.001610857 sec. 2026.01.31 06:02:57.041434 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:02:57.041486 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.041534 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:57.041565 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2026.01.31 06:02:57.041585 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.041619 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2026.01.31 06:02:57.041632 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:02:57.041669 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:57.041714 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2026.01.31 06:02:57.041758 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2026.01.31 06:02:57.041798 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 608 rows starting from the beginning of the part 2026.01.31 06:02:57.042314 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.042356 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.042759 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:02:57.042808 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404852 sec., 1121826.356085908 rows/sec., 89.43 MiB/sec. 2026.01.31 06:02:57.042985 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.042987 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:02:57.043093 [ 107 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:02:57.043120 [ 107 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.043123 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} executeQuery: Read 886 rows, 61.58 KiB in 0.001557 sec., 569043.0314707771 rows/sec., 38.62 MiB/sec. 2026.01.31 06:02:57.043139 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.043173 [ 5 ] {4d7b1f31-745b-44d2-ae47-de294c146b00} TCPHandler: Processed in 0.00173668 sec. 2026.01.31 06:02:57.043245 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:57.043270 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.043289 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.043353 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_26_5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:02:57.043388 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.043393 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:57.043427 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:02:57.043443 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6838 rows starting from the beginning of the part 2026.01.31 06:02:57.043451 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} 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.01.31 06:02:57.043533 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:57.043588 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:02:57.043638 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:57.043681 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.01.31 06:02:57.043721 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 886 rows starting from the beginning of the part 2026.01.31 06:02:57.044343 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.044383 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.044954 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:02:57.045189 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.045326 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} executeQuery: Read 40 rows, 73.40 KiB in 0.001957 sec., 20439.448134900358 rows/sec., 36.63 MiB/sec. 2026.01.31 06:02:57.045378 [ 5 ] {d0e2eed1-39b2-4caf-bb6c-caba95527184} TCPHandler: Processed in 0.002137909 sec. 2026.01.31 06:02:57.045483 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:02:57.045577 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:02:57.045617 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:02:57.045963 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.045999 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.046330 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:02:57.046532 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.046638 [ 107 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:02:57.046659 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.01.31 06:02:57.046672 [ 107 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.046700 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.01.31 06:02:57.046702 [ 5 ] {3085d20c-6f00-4367-82d9-d275f52111e6} TCPHandler: Processed in 0.001268229 sec. 2026.01.31 06:02:57.046786 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:57.046910 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:02:57.046946 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1158 rows starting from the beginning of the part 2026.01.31 06:02:57.046961 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8364 rows, containing 5 columns (5 merged, 0 gathered) in 0.003761846 sec., 2223376.501855738 rows/sec., 152.66 MiB/sec. 2026.01.31 06:02:57.047012 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:57.047061 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:57.047106 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:57.047140 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:02:57.047145 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:02:57.047204 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.01.31 06:02:57.047482 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.047569 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_26_5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:02:57.047651 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.01.31 06:02:57.048293 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 4 columns (4 merged, 0 gathered) in 0.001546155 sec., 942984.3709071858 rows/sec., 63.66 MiB/sec. 2026.01.31 06:02:57.048496 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:02:57.048757 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.048823 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_26_5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:02:57.048890 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.31 06:02:57.893604 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9104 2026.01.31 06:02:57.894084 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:57.894124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:02:57.894628 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:57.894866 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:57.894992 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9104 2026.01.31 06:02:58.365568 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.31 06:02:58.381891 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:02:58.381942 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:02:58.388156 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:02:58.388849 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:02:58.391546 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.31 06:03:02.000074 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:02.000262 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:02.000332 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:02.001127 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:02.001172 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:02.001544 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:02.001764 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:02.001913 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} executeQuery: Read 56 rows, 4.38 KiB in 0.001701 sec., 32921.810699588474 rows/sec., 2.51 MiB/sec. 2026.01.31 06:03:02.001952 [ 5 ] {572aed0d-76ea-4446-9af2-538c046019b9} TCPHandler: Processed in 0.002002115 sec. 2026.01.31 06:03:02.002082 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:02.002194 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:02.002233 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:02.002689 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:02.002725 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:02.003017 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:02.003224 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:02.003349 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2026.01.31 06:03:02.003386 [ 5 ] {f47963ae-a68f-45a3-98b6-2114bc641fe1} TCPHandler: Processed in 0.001352501 sec. 2026.01.31 06:03:02.003518 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:02.003610 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:02.003652 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:02.004136 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:02.004173 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:02.004515 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:02.004716 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:02.004842 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.01.31 06:03:02.004878 [ 5 ] {281f6fe3-af01-4b25-9ae3-06f1499ab96d} TCPHandler: Processed in 0.001415783 sec. 2026.01.31 06:03:02.004993 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:02.005085 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:02.005136 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:02.005486 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:02.005519 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:02.005813 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:02.006014 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:02.006141 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.01.31 06:03:02.006176 [ 5 ] {1967eb2b-c694-48d4-8413-f505667fd196} TCPHandler: Processed in 0.001231428 sec. 2026.01.31 06:03:05.294394 [ 97 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:03:05.294448 [ 97 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:03:05.396024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9616 2026.01.31 06:03:05.396558 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:05.396602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:05.397094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:03:05.397335 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:05.397464 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9616 2026.01.31 06:03:05.417989 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 504 2026.01.31 06:03:05.420177 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:05.420223 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:05.421395 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:03:05.421670 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:05.421946 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 504 2026.01.31 06:03:05.892576 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.31 06:03:05.910995 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:05.911062 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:05.916864 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:03:05.917577 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:05.921058 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.31 06:03:07.002733 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.002911 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:07.002984 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:07.003769 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.003824 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.004240 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:03:07.004495 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.004686 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} executeQuery: Read 136 rows, 12.05 KiB in 0.00182 sec., 74725.27472527472 rows/sec., 6.47 MiB/sec. 2026.01.31 06:03:07.004747 [ 5 ] {fa7d6def-e809-4b4a-981f-03b9b665ab97} TCPHandler: Processed in 0.002139159 sec. 2026.01.31 06:03:07.004882 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.004992 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:07.005039 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:07.005525 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.005568 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.005905 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:03:07.006148 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.006303 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} executeQuery: Read 40 rows, 3.01 KiB in 0.001336 sec., 29940.119760479043 rows/sec., 2.20 MiB/sec. 2026.01.31 06:03:07.006352 [ 5 ] {f2834e90-b7e4-4437-a898-6f0c86213062} TCPHandler: Processed in 0.001526304 sec. 2026.01.31 06:03:07.006468 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.006574 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:07.006622 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:07.007100 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.007141 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.007483 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:03:07.007711 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.007861 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} executeQuery: Read 104 rows, 8.32 KiB in 0.001312 sec., 79268.29268292683 rows/sec., 6.19 MiB/sec. 2026.01.31 06:03:07.007906 [ 5 ] {28309c6c-db62-4591-9e5a-eb3ba01eece9} TCPHandler: Processed in 0.001489914 sec. 2026.01.31 06:03:07.008024 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.008129 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:07.008176 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:07.008619 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.008659 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.009013 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:03:07.009233 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.009382 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001277 sec., 125293.65700861394 rows/sec., 8.73 MiB/sec. 2026.01.31 06:03:07.009424 [ 5 ] {0a61b452-4584-4981-8ff9-6cbf2efaf0fb} TCPHandler: Processed in 0.001451923 sec. 2026.01.31 06:03:07.009531 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.009634 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:07.009690 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} 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.01.31 06:03:07.010575 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.010615 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.011190 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:03:07.011419 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.011559 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} executeQuery: Read 40 rows, 73.40 KiB in 0.00195 sec., 20512.820512820515 rows/sec., 36.76 MiB/sec. 2026.01.31 06:03:07.011613 [ 5 ] {8db9504d-5db6-4391-a804-b0f26ee3140f} TCPHandler: Processed in 0.002132999 sec. 2026.01.31 06:03:07.011731 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:07.011827 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:07.011870 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:07.012219 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:07.012256 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:07.012572 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:03:07.012795 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:07.012931 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.01.31 06:03:07.012967 [ 5 ] {505f1a8f-837d-4925-afa4-2a70e1e4ccac} TCPHandler: Processed in 0.00128633 sec. 2026.01.31 06:03:09.130681 [ 93 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:03:09.130754 [ 93 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:09.130781 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:09.130903 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:03:09.131045 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:09.131083 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:03:09.131159 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 252 rows starting from the beginning of the part 2026.01.31 06:03:09.131214 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 253 rows starting from the beginning of the part 2026.01.31 06:03:09.131265 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part 2026.01.31 06:03:09.131313 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part 2026.01.31 06:03:09.132199 [ 191 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355182 sec., 745287.3488579395 rows/sec., 54.38 MiB/sec. 2026.01.31 06:03:09.132330 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:03:09.132570 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:09.132637 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_5_1} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:03:09.132698 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.31 06:03:12.000709 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.000883 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:03:12.000948 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:03:12.001580 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.001626 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.001996 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:03:12.002228 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.002390 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} executeQuery: Read 2 rows, 167.00 B in 0.001554 sec., 1287.001287001287 rows/sec., 104.95 KiB/sec. 2026.01.31 06:03:12.002438 [ 5 ] {81385ca0-3a66-411e-bc9b-4b2d1ffd3bca} TCPHandler: Processed in 0.001895353 sec. 2026.01.31 06:03:12.002569 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.002674 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:12.002716 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:12.003151 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.003190 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.003500 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:03:12.003735 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.003869 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} executeQuery: Read 57 rows, 4.45 KiB in 0.001219 sec., 46759.63904840033 rows/sec., 3.57 MiB/sec. 2026.01.31 06:03:12.003907 [ 5 ] {3d00262b-7b52-4faa-b93d-d31056ff2d29} TCPHandler: Processed in 0.001392912 sec. 2026.01.31 06:03:12.004022 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.004118 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:12.004159 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:12.004546 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.004586 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.004885 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:03:12.005098 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.005228 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} executeQuery: Read 2 rows, 143.00 B in 0.001129 sec., 1771.4791851195748 rows/sec., 123.69 KiB/sec. 2026.01.31 06:03:12.005266 [ 5 ] {b3efb42e-2969-4a8b-8cda-c0a1ac4766a6} TCPHandler: Processed in 0.00129521 sec. 2026.01.31 06:03:12.005380 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.005474 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:12.005513 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:12.005928 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.005964 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.006262 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:03:12.006480 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.006618 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} executeQuery: Read 66 rows, 5.28 KiB in 0.001162 sec., 56798.6230636833 rows/sec., 4.44 MiB/sec. 2026.01.31 06:03:12.006655 [ 5 ] {7a683bd7-2cfe-4149-9023-98897e394b29} TCPHandler: Processed in 0.00132634 sec. 2026.01.31 06:03:12.006774 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.006869 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:12.006913 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:12.007333 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.007371 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.007712 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:03:12.007937 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.008070 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} executeQuery: Read 161 rows, 11.48 KiB in 0.001219 sec., 132075.4716981132 rows/sec., 9.20 MiB/sec. 2026.01.31 06:03:12.008107 [ 5 ] {3a864622-31ff-4cdb-a8a5-076242ab376e} TCPHandler: Processed in 0.001381982 sec. 2026.01.31 06:03:12.008221 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:12.008315 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:12.008359 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:12.008700 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.008737 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.009047 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:03:12.009270 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.009399 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.01.31 06:03:12.009434 [ 5 ] {5607bbc9-b992-4e93-b634-06f6bf5e76c3} TCPHandler: Processed in 0.001263839 sec. 2026.01.31 06:03:12.898455 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10064 2026.01.31 06:03:12.899009 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.899051 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.899548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:03:12.899777 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.899905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10064 2026.01.31 06:03:12.899918 [ 91 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:03:12.899993 [ 91 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:12.900018 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:12.900161 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:03:12.900314 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:12.900359 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7696 rows starting from the beginning of the part 2026.01.31 06:03:12.900431 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.01.31 06:03:12.900475 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.01.31 06:03:12.900516 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.01.31 06:03:12.900555 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.01.31 06:03:12.900597 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.01.31 06:03:12.902760 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10064 rows, containing 4 columns (4 merged, 0 gathered) in 0.002670111 sec., 3769131.6952740913 rows/sec., 53.92 MiB/sec. 2026.01.31 06:03:12.903155 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:03:12.903479 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:12.903577 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_21_4} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:03:12.903686 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.01.31 06:03:13.422033 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.31 06:03:13.440915 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:13.440977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:13.447007 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:03:13.447970 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:13.448299 [ 90 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:03:13.448366 [ 90 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:13.448386 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:13.448500 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:13.451621 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.31 06:03:13.453068 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:13.454652 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:13.459321 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.01.31 06:03:13.463806 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.01.31 06:03:13.468134 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:13.472602 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:13.476975 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:13.528327 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079872385 sec., 1990.6755006752333 rows/sec., 10.29 MiB/sec. 2026.01.31 06:03:13.532120 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:03:13.534330 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:13.534446 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_21_4} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:03:13.537186 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.31 06:03:14.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.55 MiB, peak 253.09 MiB, free memory in arenas 0.00 B, will set to 247.16 MiB (RSS), difference: 4.61 MiB 2026.01.31 06:03:15.422990 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 528 2026.01.31 06:03:15.425160 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:15.425211 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:15.426449 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:03:15.426734 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:15.426881 [ 89 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:03:15.426943 [ 89 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:15.426964 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:15.427001 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2026.01.31 06:03:15.427070 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:03:15.427675 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:15.427816 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part 2026.01.31 06:03:15.428163 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part 2026.01.31 06:03:15.428494 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part 2026.01.31 06:03:15.428807 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:15.429111 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2026.01.31 06:03:15.429417 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:15.435532 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 72 columns (72 merged, 0 gathered) in 0.008505515 sec., 62077.36980065287 rows/sec., 54.87 MiB/sec. 2026.01.31 06:03:15.436438 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:03:15.437006 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:15.437088 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_16_3} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:03:15.437257 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2026.01.31 06:03:17.001357 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.001534 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:17.001600 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:17.002331 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.002382 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.002803 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:03:17.003034 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.003199 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} executeQuery: Read 136 rows, 12.05 KiB in 0.001715 sec., 79300.29154518951 rows/sec., 6.86 MiB/sec. 2026.01.31 06:03:17.003248 [ 5 ] {c831715d-e6a4-4b34-9e27-e7c45fd4747c} TCPHandler: Processed in 0.002015507 sec. 2026.01.31 06:03:17.003376 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.003480 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:17.003525 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:17.003999 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.004037 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.004353 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:03:17.004576 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.004713 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} executeQuery: Read 40 rows, 3.01 KiB in 0.001256 sec., 31847.133757961783 rows/sec., 2.34 MiB/sec. 2026.01.31 06:03:17.004752 [ 5 ] {d641914a-b150-41a4-8b33-c8c22360f907} TCPHandler: Processed in 0.001428143 sec. 2026.01.31 06:03:17.004866 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.004961 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:17.005003 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:17.005450 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.005487 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.005806 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:03:17.006031 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.006161 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} executeQuery: Read 104 rows, 8.32 KiB in 0.001219 sec., 85315.83264971287 rows/sec., 6.66 MiB/sec. 2026.01.31 06:03:17.006198 [ 5 ] {ace47920-5389-4c86-9473-8c65324416c5} TCPHandler: Processed in 0.001382081 sec. 2026.01.31 06:03:17.006313 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.006409 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:17.006452 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:17.006874 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.006909 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.007234 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:03:17.007458 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.007591 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.01.31 06:03:17.007628 [ 5 ] {7d1db26b-644a-497a-866f-e0c6aa38671e} TCPHandler: Processed in 0.001364441 sec. 2026.01.31 06:03:17.007743 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.007838 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:17.007892 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} 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.01.31 06:03:17.008754 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.008789 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.009355 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:03:17.009585 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.009726 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} executeQuery: Read 40 rows, 73.40 KiB in 0.001905 sec., 20997.37532808399 rows/sec., 37.63 MiB/sec. 2026.01.31 06:03:17.009784 [ 5 ] {700f7ca7-5bcd-4776-af7f-584d8972b4bf} TCPHandler: Processed in 0.002090358 sec. 2026.01.31 06:03:17.009896 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:17.009991 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:17.010033 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:17.010380 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:17.010414 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:17.010719 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:03:17.010937 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:17.011066 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.31 06:03:17.011102 [ 5 ] {2d4ab5b3-bdb8-4861-82b1-6d0730c67a54} TCPHandler: Processed in 0.001256249 sec. 2026.01.31 06:03:20.294695 [ 83 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:03:20.294812 [ 83 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:03:20.400962 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10576 2026.01.31 06:03:20.401474 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:20.401522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:20.402059 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:03:20.402289 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:20.402435 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10576 2026.01.31 06:03:20.951671 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.31 06:03:20.967233 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:20.967279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:20.973183 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:03:20.973880 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:20.976478 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.31 06:03:22.000046 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:22.000220 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:22.000284 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:22.000977 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.001018 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.001392 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:03:22.001628 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.001763 [ 48 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:03:22.001780 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} executeQuery: Read 56 rows, 4.38 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.66 MiB/sec. 2026.01.31 06:03:22.001830 [ 48 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.001847 [ 5 ] {27d70802-7ab4-4707-bd9a-2ea31682cdfa} TCPHandler: Processed in 0.001924034 sec. 2026.01.31 06:03:22.001855 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.001953 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:03:22.001975 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:22.002045 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:22.002072 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1407 rows starting from the beginning of the part 2026.01.31 06:03:22.002073 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:22.002118 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:22.002127 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2026.01.31 06:03:22.002172 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part 2026.01.31 06:03:22.002210 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part 2026.01.31 06:03:22.002247 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part 2026.01.31 06:03:22.002283 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.01.31 06:03:22.002588 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.002623 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.002922 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:03:22.003132 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.003264 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} executeQuery: Read 64 rows, 5.12 KiB in 0.00121 sec., 52892.561983471074 rows/sec., 4.13 MiB/sec. 2026.01.31 06:03:22.003289 [ 82 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:03:22.003324 [ 191 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.001400182 sec., 1319828.4223051004 rows/sec., 115.06 MiB/sec. 2026.01.31 06:03:22.003361 [ 82 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.003301 [ 5 ] {beb379ea-42b3-49ce-875f-c33dd4812592} TCPHandler: Processed in 0.001372931 sec. 2026.01.31 06:03:22.003400 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.003473 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:03:22.003504 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:22.003555 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:22.003578 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 632 rows starting from the beginning of the part 2026.01.31 06:03:22.003613 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:22.003620 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2026.01.31 06:03:22.003618 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:03:22.003662 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:22.003665 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2026.01.31 06:03:22.003706 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part 2026.01.31 06:03:22.003738 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2026.01.31 06:03:22.003771 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.01.31 06:03:22.004012 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.004091 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.004113 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_31_6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:03:22.004132 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.004221 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.31 06:03:22.004464 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:03:22.004581 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132876 sec., 912721.2510460104 rows/sec., 73.24 MiB/sec. 2026.01.31 06:03:22.004693 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.004828 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:03:22.004830 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.01.31 06:03:22.004830 [ 82 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:03:22.004889 [ 5 ] {923ddbbf-cc18-465c-83ea-6cd111eaec4a} TCPHandler: Processed in 0.001431493 sec. 2026.01.31 06:03:22.004906 [ 82 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.004933 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.005005 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:22.005019 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:03:22.005104 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:22.005138 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:22.005150 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:22.005172 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.005179 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8364 rows starting from the beginning of the part 2026.01.31 06:03:22.005255 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:03:22.005268 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_31_6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:03:22.005300 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.01.31 06:03:22.005344 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part 2026.01.31 06:03:22.005366 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.31 06:03:22.005385 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:03:22.005428 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.01.31 06:03:22.005504 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.005555 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.005883 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:03:22.006104 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.006232 [ 82 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:03:22.006235 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.01.31 06:03:22.006273 [ 82 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:22.006293 [ 5 ] {bbd5afba-f1ee-44a8-88d4-2dc978596722} TCPHandler: Processed in 0.00133506 sec. 2026.01.31 06:03:22.006299 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:22.006377 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:22.006453 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:22.006477 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1458 rows starting from the beginning of the part 2026.01.31 06:03:22.006517 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:22.006551 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:22.006583 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.01.31 06:03:22.006614 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:22.006644 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.31 06:03:22.007713 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1758 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358982 sec., 1293615.3679739689 rows/sec., 87.31 MiB/sec. 2026.01.31 06:03:22.007978 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:03:22.008250 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.008326 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_31_6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:03:22.008399 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.31 06:03:22.009302 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9165 rows, containing 5 columns (5 merged, 0 gathered) in 0.004322169 sec., 2120463.128581969 rows/sec., 145.77 MiB/sec. 2026.01.31 06:03:22.009486 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:03:22.009723 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:22.009787 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_31_6} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:03:22.009844 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.01.31 06:03:23.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.81 MiB, peak 255.53 MiB, free memory in arenas 0.00 B, will set to 250.14 MiB (RSS), difference: 1.33 MiB 2026.01.31 06:03:25.427117 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 548 2026.01.31 06:03:25.429289 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:25.429351 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:25.430598 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:03:25.430885 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:25.431266 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 548 2026.01.31 06:03:27.034097 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.034270 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.034335 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:03:27.034976 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.035028 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.035404 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:03:27.035641 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.035784 [ 81 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:03:27.035802 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} executeQuery: Read 24 rows, 2.04 KiB in 0.001579 sec., 15199.493350221659 rows/sec., 1.26 MiB/sec. 2026.01.31 06:03:27.035829 [ 81 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.035853 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.035859 [ 5 ] {05a4e492-a6dd-407c-b956-ea22cd88582b} TCPHandler: Processed in 0.001886433 sec. 2026.01.31 06:03:27.035986 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.035984 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:03:27.036086 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:03:27.036135 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:03:27.036156 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:27.036198 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:27.036272 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:27.036323 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:27.036370 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:27.036414 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.31 06:03:27.036559 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.036600 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.036914 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:03:27.037150 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.037267 [ 196 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001341311 sec., 89464.71027226349 rows/sec., 7.76 MiB/sec. 2026.01.31 06:03:27.037282 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} executeQuery: Read 4 rows, 334.00 B in 0.001219 sec., 3281.3781788351107 rows/sec., 267.57 KiB/sec. 2026.01.31 06:03:27.037348 [ 5 ] {04ab2e81-3ac3-4e09-9193-72b1e0bac3b6} TCPHandler: Processed in 0.001411422 sec. 2026.01.31 06:03:27.037469 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.037500 [ 196 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:03:27.037570 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:27.037617 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:27.037846 [ 196 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.037931 [ 196 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_5_1} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:03:27.038017 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.31 06:03:27.038742 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.038782 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.039188 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:03:27.039399 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.039531 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} executeQuery: Read 1398 rows, 119.75 KiB in 0.001981 sec., 705704.1898031296 rows/sec., 59.03 MiB/sec. 2026.01.31 06:03:27.039568 [ 5 ] {e41d1361-cd2e-4d84-ae15-0ff1e268ccf7} TCPHandler: Processed in 0.002148259 sec. 2026.01.31 06:03:27.039681 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.039776 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.039816 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:27.040236 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.040269 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.040562 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:03:27.040768 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.040893 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} executeQuery: Read 56 rows, 4.25 KiB in 0.001137 sec., 49252.418645558486 rows/sec., 3.65 MiB/sec. 2026.01.31 06:03:27.040930 [ 5 ] {2ed3c334-953a-42bb-90ed-781e87831bf1} TCPHandler: Processed in 0.00129725 sec. 2026.01.31 06:03:27.041037 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.041129 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.041167 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:03:27.041643 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.041676 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.041969 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:03:27.042174 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.042296 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} executeQuery: Read 252 rows, 17.85 KiB in 0.001185 sec., 212658.22784810126 rows/sec., 14.71 MiB/sec. 2026.01.31 06:03:27.042332 [ 5 ] {5c41d54a-3e2b-41b6-bb2c-4995bf637202} TCPHandler: Processed in 0.001341361 sec. 2026.01.31 06:03:27.042440 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.042531 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.042570 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:03:27.042951 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.042985 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.043272 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:03:27.043470 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.043559 [ 81 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:03:27.043591 [ 81 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.043596 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. 2026.01.31 06:03:27.043609 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.043634 [ 5 ] {30633d54-51ea-4572-bb57-60812f78ed6f} TCPHandler: Processed in 0.001241019 sec. 2026.01.31 06:03:27.043701 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:03:27.043738 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.043814 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:27.043832 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:27.043852 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:27.043875 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:27.043920 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:27.043967 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:27.044003 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:27.044042 [ 200 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:27.044482 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.044523 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.044695 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001028824 sec., 58319.01277575173 rows/sec., 4.67 MiB/sec. 2026.01.31 06:03:27.044840 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:03:27.044859 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:03:27.045140 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.045190 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.045260 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_5_1} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:03:27.045271 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} executeQuery: Read 600 rows, 46.19 KiB in 0.001456 sec., 412087.9120879121 rows/sec., 30.98 MiB/sec. 2026.01.31 06:03:27.045312 [ 5 ] {75050b34-01e1-48d8-828e-4b4ca9b9f06c} TCPHandler: Processed in 0.001620937 sec. 2026.01.31 06:03:27.045326 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:03:27.045419 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.045514 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.045555 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:27.046140 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.046174 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.046542 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:03:27.046745 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.046871 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} executeQuery: Read 882 rows, 61.30 KiB in 0.001376 sec., 640988.3720930233 rows/sec., 43.50 MiB/sec. 2026.01.31 06:03:27.046907 [ 5 ] {2f805af0-e0d5-4468-a394-c36049639039} TCPHandler: Processed in 0.001534836 sec. 2026.01.31 06:03:27.047013 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.047104 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.047156 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} 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.01.31 06:03:27.048020 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.048055 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.048638 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:03:27.048869 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.048999 [ 51 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 06:03:27.049010 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} executeQuery: Read 40 rows, 73.40 KiB in 0.001924 sec., 20790.02079002079 rows/sec., 37.25 MiB/sec. 2026.01.31 06:03:27.049045 [ 51 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.049071 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.049089 [ 5 ] {d9730214-2278-4ad6-b608-a38c7c6d4dec} TCPHandler: Processed in 0.002122698 sec. 2026.01.31 06:03:27.049145 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:03:27.049215 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:27.049311 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:27.049329 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:27.049351 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:27.049380 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 384 rows starting from the beginning of the part 2026.01.31 06:03:27.049488 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:27.049582 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:27.049690 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.049705 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:27.049732 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.049810 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:27.049912 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:27.050045 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:03:27.050273 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.050406 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.31 06:03:27.050465 [ 5 ] {b5f95f4c-5f51-4fcf-a21d-6c6d30901e68} TCPHandler: Processed in 0.00129804 sec. 2026.01.31 06:03:27.053577 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 19 columns (19 merged, 0 gathered) in 0.004462152 sec., 130878.55366648201 rows/sec., 234.53 MiB/sec. 2026.01.31 06:03:27.054623 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 06:03:27.054992 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.055070 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_16_3} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 06:03:27.055194 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. 2026.01.31 06:03:27.903498 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11024 2026.01.31 06:03:27.903969 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:27.904008 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB. 2026.01.31 06:03:27.904469 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:03:27.904754 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:27.905083 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11024 2026.01.31 06:03:28.477520 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.31 06:03:28.494198 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:28.494253 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:28.499981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:03:28.500659 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:28.503415 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.31 06:03:32.000913 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:32.001106 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:32.001175 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:32.002080 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:32.002129 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:32.002573 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:03:32.002828 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:32.002998 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec. 2026.01.31 06:03:32.003041 [ 5 ] {19b448e4-8f37-4de3-8bca-43e3c3ec0448} TCPHandler: Processed in 0.002258771 sec. 2026.01.31 06:03:32.003178 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:32.003286 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:32.003327 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:32.003768 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:32.003805 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:32.004098 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:03:32.004310 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:32.004434 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. 2026.01.31 06:03:32.004472 [ 5 ] {3d1e9850-77a8-4848-be72-10e0378ddb13} TCPHandler: Processed in 0.00134413 sec. 2026.01.31 06:03:32.004601 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:32.004694 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:32.004736 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:32.005196 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:32.005233 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:32.005564 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:03:32.005772 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:32.005901 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.01.31 06:03:32.005938 [ 5 ] {e6950a16-c951-414f-b9bf-6b4346eadfa2} TCPHandler: Processed in 0.001388962 sec. 2026.01.31 06:03:32.006052 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:32.006146 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:32.006186 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:32.006524 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:32.006559 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:32.006864 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:03:32.007063 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:32.007187 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.31 06:03:32.007221 [ 5 ] {fde288b9-da2f-46ee-a164-dfa19623efa5} TCPHandler: Processed in 0.001216198 sec. 2026.01.31 06:03:35.294864 [ 76 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:03:35.294924 [ 76 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:03:35.406076 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11536 2026.01.31 06:03:35.406569 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:35.406606 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:35.407086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:03:35.407321 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:35.407446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11536 2026.01.31 06:03:35.432293 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 576 2026.01.31 06:03:35.434539 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:35.434599 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:35.435831 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:03:35.436129 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:35.436499 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 576 2026.01.31 06:03:36.004410 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.31 06:03:36.022026 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:36.022104 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:36.028172 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:03:36.028893 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:36.031699 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.31 06:03:37.001590 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.001769 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:37.001843 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:37.002560 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.002614 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.003035 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:03:37.003292 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.003474 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} executeQuery: Read 136 rows, 12.05 KiB in 0.001753 sec., 77581.2892184826 rows/sec., 6.71 MiB/sec. 2026.01.31 06:03:37.003532 [ 5 ] {ec06cfab-bb2a-4da7-9073-f7013b360cd7} TCPHandler: Processed in 0.002073388 sec. 2026.01.31 06:03:37.003664 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.003774 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:37.003823 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:37.004315 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.004358 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.004691 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:03:37.004907 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.005059 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} executeQuery: Read 40 rows, 3.01 KiB in 0.001311 sec., 30511.06025934401 rows/sec., 2.24 MiB/sec. 2026.01.31 06:03:37.005077 [ 74 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.01.31 06:03:37.005107 [ 5 ] {22de14d6-339b-471b-9494-0fd02feec9a4} TCPHandler: Processed in 0.001497934 sec. 2026.01.31 06:03:37.005157 [ 74 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.005196 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.005265 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.005320 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:03:37.005373 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:37.005424 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:37.005464 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:37.005505 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 70 rows starting from the beginning of the part 2026.01.31 06:03:37.005577 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:37.005628 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.01.31 06:03:37.005672 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:37.005713 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.01.31 06:03:37.005756 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.01.31 06:03:37.005904 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.005951 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.006392 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:03:37.006587 [ 191 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317391 sec., 188250.86857280793 rows/sec., 14.53 MiB/sec. 2026.01.31 06:03:37.006628 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.006759 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.01.31 06:03:37.006791 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} executeQuery: Read 104 rows, 8.32 KiB in 0.00144 sec., 72222.22222222222 rows/sec., 5.64 MiB/sec. 2026.01.31 06:03:37.006838 [ 5 ] {b4d7d7f2-a2e9-4c6c-80d7-5f85884c8e01} TCPHandler: Processed in 0.001627808 sec. 2026.01.31 06:03:37.006965 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.007035 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.007070 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:37.007110 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_20_4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.01.31 06:03:37.007123 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:37.007196 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:03:37.007555 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.007596 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.007937 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:03:37.008151 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.008288 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.01.31 06:03:37.008325 [ 5 ] {dbad0325-468e-4886-b4df-2512dd901d94} TCPHandler: Processed in 0.001411122 sec. 2026.01.31 06:03:37.008446 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.008539 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:37.008593 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} 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.01.31 06:03:37.009398 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.009434 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.010013 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:03:37.010231 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.010373 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} executeQuery: Read 40 rows, 73.40 KiB in 0.001852 sec., 21598.272138228942 rows/sec., 38.70 MiB/sec. 2026.01.31 06:03:37.010429 [ 5 ] {8c7e603b-4577-4320-978b-20162640e6a1} TCPHandler: Processed in 0.002032097 sec. 2026.01.31 06:03:37.010549 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:37.010641 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:37.010682 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:37.011026 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:37.011061 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:37.011356 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:03:37.011567 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:37.011693 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.31 06:03:37.011728 [ 5 ] {d78bdb22-ce6d-4cee-8a9e-a5e392869124} TCPHandler: Processed in 0.001229248 sec. 2026.01.31 06:03:38.209436 [ 73 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.31 06:03:38.209521 [ 73 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:38.209557 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:38.209697 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:03:38.209846 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:38.209883 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:03:38.209954 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.01.31 06:03:38.210004 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.01.31 06:03:38.210050 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:03:38.210092 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2026.01.31 06:03:38.210822 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179336 sec., 33917.39080296031 rows/sec., 2.83 MiB/sec. 2026.01.31 06:03:38.211015 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.31 06:03:38.211323 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:38.211398 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_9_2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.31 06:03:38.211540 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:03:41.999751 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:41.999942 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:42.000012 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:42.000767 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:42.000809 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:42.001191 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:03:42.001409 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:42.001560 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} executeQuery: Read 56 rows, 4.38 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.56 MiB/sec. 2026.01.31 06:03:42.001601 [ 5 ] {7762b13f-9aa6-43e1-a987-9821d8584e53} TCPHandler: Processed in 0.001979925 sec. 2026.01.31 06:03:42.001722 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:42.001815 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:42.001855 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:42.002296 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:42.002333 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:42.002639 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:03:42.002847 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:42.002972 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.01.31 06:03:42.003010 [ 5 ] {c4dbdf7d-4238-4b2e-9c8f-c96b40f14b6b} TCPHandler: Processed in 0.00133782 sec. 2026.01.31 06:03:42.003127 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:42.003221 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:42.003264 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:42.003717 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:42.003753 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:42.004071 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:03:42.004270 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:42.004398 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.31 06:03:42.004434 [ 5 ] {b42224ca-b541-428b-bc16-76b67e240e70} TCPHandler: Processed in 0.001356281 sec. 2026.01.31 06:03:42.004543 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:42.004636 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:42.004677 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:42.005015 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:42.005050 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:42.005343 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:03:42.005547 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:42.005676 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.01.31 06:03:42.005710 [ 5 ] {099022ef-8461-43c7-b93d-b26ddb2b0a49} TCPHandler: Processed in 0.001215728 sec. 2026.01.31 06:03:42.907579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11984 2026.01.31 06:03:42.908157 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:42.908208 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:42.908713 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:03:42.908980 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:42.909143 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11984 2026.01.31 06:03:43.531808 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.31 06:03:43.556265 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:43.556350 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:43.563819 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:03:43.565181 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:43.573553 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.31 06:03:44.277095 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40041 2026.01.31 06:03:44.277228 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.277268 [ 286 ] {} TCP-Session: 551a4e5f-4ebc-441b-8a60-10d9bc8b1618 Authenticating user 'default' from [fd00:1122:3344:101::e]:40041 2026.01.31 06:03:44.277301 [ 286 ] {} TCP-Session: 551a4e5f-4ebc-441b-8a60-10d9bc8b1618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277323 [ 286 ] {} TCP-Session: 551a4e5f-4ebc-441b-8a60-10d9bc8b1618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277540 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45993 2026.01.31 06:03:44.277547 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63673 2026.01.31 06:03:44.277573 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35619 2026.01.31 06:03:44.277624 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60062 2026.01.31 06:03:44.277650 [ 286 ] {} TCP-Session: 551a4e5f-4ebc-441b-8a60-10d9bc8b1618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:44.277690 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.277626 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.277728 [ 289 ] {} TCP-Session: 2c6cce93-db6d-4e19-886b-5a479f3f10dd Authenticating user 'default' from [fd00:1122:3344:101::e]:63673 2026.01.31 06:03:44.277609 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56872 2026.01.31 06:03:44.277751 [ 290 ] {} TCP-Session: a84c6fe4-a3f4-4edf-b23f-8cb1bf502e96 Authenticating user 'default' from [fd00:1122:3344:101::e]:45993 2026.01.31 06:03:44.277763 [ 289 ] {} TCP-Session: 2c6cce93-db6d-4e19-886b-5a479f3f10dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277810 [ 290 ] {} TCP-Session: a84c6fe4-a3f4-4edf-b23f-8cb1bf502e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277826 [ 289 ] {} TCP-Session: 2c6cce93-db6d-4e19-886b-5a479f3f10dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277839 [ 290 ] {} TCP-Session: a84c6fe4-a3f4-4edf-b23f-8cb1bf502e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.277840 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} executeQuery: (from [fd00:1122:3344:101::e]:40041) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:03:44.277573 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37616 2026.01.31 06:03:44.277540 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62037 2026.01.31 06:03:44.277629 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48717 2026.01.31 06:03:44.277939 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.277988 [ 291 ] {} TCP-Session: f8753b4b-8a0a-41c3-8973-41c921026117 Authenticating user 'default' from [fd00:1122:3344:101::e]:35619 2026.01.31 06:03:44.278007 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.278011 [ 291 ] {} TCP-Session: f8753b4b-8a0a-41c3-8973-41c921026117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278046 [ 293 ] {} TCP-Session: 141f14b2-18f2-450a-84c0-2e33c2725816 Authenticating user 'default' from [fd00:1122:3344:101::e]:56872 2026.01.31 06:03:44.278047 [ 291 ] {} TCP-Session: f8753b4b-8a0a-41c3-8973-41c921026117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278074 [ 293 ] {} TCP-Session: 141f14b2-18f2-450a-84c0-2e33c2725816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278095 [ 293 ] {} TCP-Session: 141f14b2-18f2-450a-84c0-2e33c2725816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278095 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.278110 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:03:44.278138 [ 292 ] {} TCP-Session: 594d0428-04ba-40c1-bc7a-d9564de2f746 Authenticating user 'default' from [fd00:1122:3344:101::e]:37616 2026.01.31 06:03:44.278137 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.278167 [ 292 ] {} TCP-Session: 594d0428-04ba-40c1-bc7a-d9564de2f746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278182 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:03:44.278190 [ 288 ] {} TCP-Session: b369c2f5-2da3-4389-9e2a-52b7039455b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62037 2026.01.31 06:03:44.278190 [ 292 ] {} TCP-Session: 594d0428-04ba-40c1-bc7a-d9564de2f746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278224 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.278226 [ 288 ] {} TCP-Session: b369c2f5-2da3-4389-9e2a-52b7039455b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278255 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:44.278263 [ 294 ] {} TCP-Session: 653bce13-ace1-4a56-98a8-e9b35b130d49 Authenticating user 'default' from [fd00:1122:3344:101::e]:60062 2026.01.31 06:03:44.278288 [ 3 ] {} TCP-Session: 644df3a7-26f9-40ed-ac55-ea82fb4ea3d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48717 2026.01.31 06:03:44.278303 [ 294 ] {} TCP-Session: 653bce13-ace1-4a56-98a8-e9b35b130d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278317 [ 3 ] {} TCP-Session: 644df3a7-26f9-40ed-ac55-ea82fb4ea3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278329 [ 294 ] {} TCP-Session: 653bce13-ace1-4a56-98a8-e9b35b130d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278340 [ 3 ] {} TCP-Session: 644df3a7-26f9-40ed-ac55-ea82fb4ea3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278260 [ 288 ] {} TCP-Session: b369c2f5-2da3-4389-9e2a-52b7039455b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.278462 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:03:44.279367 [ 326 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} AggregatingTransform: Aggregating 2026.01.31 06:03:44.279412 [ 326 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} Aggregator: Aggregation method: without_key 2026.01.31 06:03:44.279449 [ 326 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00088416 sec. (1131.017 rows/sec., 44.18 KiB/sec.) 2026.01.31 06:03:44.279467 [ 326 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} Aggregator: Merging aggregated data 2026.01.31 06:03:44.280699 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} executeQuery: Read 1 rows, 40.00 B in 0.002914 sec., 343.17089910775564 rows/sec., 13.41 KiB/sec. 2026.01.31 06:03:44.280827 [ 286 ] {e213c02c-297a-4c2e-920f-2fe7d8287d6f} TCPHandler: Processed in 0.003286765 sec. 2026.01.31 06:03:44.280927 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.280957 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.280976 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.280996 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281005 [ 289 ] {} TCP-Session: 2c6cce93-db6d-4e19-886b-5a479f3f10dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281023 [ 290 ] {} TCP-Session: a84c6fe4-a3f4-4edf-b23f-8cb1bf502e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281040 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281041 [ 292 ] {} TCP-Session: 594d0428-04ba-40c1-bc7a-d9564de2f746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281057 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281075 [ 3 ] {} TCP-Session: 644df3a7-26f9-40ed-ac55-ea82fb4ea3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281082 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281104 [ 293 ] {} TCP-Session: 141f14b2-18f2-450a-84c0-2e33c2725816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281096 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281130 [ 294 ] {} TCP-Session: 653bce13-ace1-4a56-98a8-e9b35b130d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281017 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:44.281157 [ 286 ] {} TCP-Session: 551a4e5f-4ebc-441b-8a60-10d9bc8b1618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.280962 [ 288 ] {} TCP-Session: b369c2f5-2da3-4389-9e2a-52b7039455b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:44.281200 [ 291 ] {} TCP-Session: f8753b4b-8a0a-41c3-8973-41c921026117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.436731 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 598 2026.01.31 06:03:45.439808 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:45.439891 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:45.441706 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:03:45.442059 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:45.442389 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2026.01.31 06:03:45.850537 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63078 2026.01.31 06:03:45.850650 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.850677 [ 286 ] {} TCP-Session: 6b8c08df-26de-4431-9512-5b271e692cc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63078 2026.01.31 06:03:45.850699 [ 286 ] {} TCP-Session: 6b8c08df-26de-4431-9512-5b271e692cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.850714 [ 286 ] {} TCP-Session: 6b8c08df-26de-4431-9512-5b271e692cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.850983 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63767 2026.01.31 06:03:45.851000 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46736 2026.01.31 06:03:45.851032 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64684 2026.01.31 06:03:45.851051 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52940 2026.01.31 06:03:45.851077 [ 286 ] {} TCP-Session: 6b8c08df-26de-4431-9512-5b271e692cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:45.851046 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36678 2026.01.31 06:03:45.851119 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851137 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851161 [ 293 ] {} TCP-Session: bef6a945-cb7d-4831-ace2-e1c0932f7274 Authenticating user 'default' from [fd00:1122:3344:101::e]:64684 2026.01.31 06:03:45.851172 [ 3 ] {} TCP-Session: 2b9f477d-e62c-4f80-bcb1-6be201de9e14 Authenticating user 'default' from [fd00:1122:3344:101::e]:52940 2026.01.31 06:03:45.851183 [ 293 ] {} TCP-Session: bef6a945-cb7d-4831-ace2-e1c0932f7274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851188 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851192 [ 3 ] {} TCP-Session: 2b9f477d-e62c-4f80-bcb1-6be201de9e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851118 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851236 [ 294 ] {} TCP-Session: 45e8c162-4ed7-4aef-b15c-146e790ae909 Authenticating user 'default' from [fd00:1122:3344:101::e]:36678 2026.01.31 06:03:45.851234 [ 3 ] {} TCP-Session: 2b9f477d-e62c-4f80-bcb1-6be201de9e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851262 [ 290 ] {} TCP-Session: 8ae470a2-e259-493b-8d35-65ed550356e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46736 2026.01.31 06:03:45.851258 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} executeQuery: (from [fd00:1122:3344:101::e]:63078) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:03:45.851271 [ 294 ] {} TCP-Session: 45e8c162-4ed7-4aef-b15c-146e790ae909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851289 [ 290 ] {} TCP-Session: 8ae470a2-e259-493b-8d35-65ed550356e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851323 [ 294 ] {} TCP-Session: 45e8c162-4ed7-4aef-b15c-146e790ae909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851330 [ 290 ] {} TCP-Session: 8ae470a2-e259-493b-8d35-65ed550356e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851223 [ 293 ] {} TCP-Session: bef6a945-cb7d-4831-ace2-e1c0932f7274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851110 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851034 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42170 2026.01.31 06:03:45.851408 [ 288 ] {} TCP-Session: 6abaa4ef-a331-464b-8876-1968b1df9bae Authenticating user 'default' from [fd00:1122:3344:101::e]:63767 2026.01.31 06:03:45.851028 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54356 2026.01.31 06:03:45.850996 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54108 2026.01.31 06:03:45.851510 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851454 [ 288 ] {} TCP-Session: 6abaa4ef-a331-464b-8876-1968b1df9bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851563 [ 291 ] {} TCP-Session: b5878eb5-21b5-4ea4-bdec-f4229cc51987 Authenticating user 'default' from [fd00:1122:3344:101::e]:42170 2026.01.31 06:03:45.851571 [ 288 ] {} TCP-Session: 6abaa4ef-a331-464b-8876-1968b1df9bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851574 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:03:45.851595 [ 291 ] {} TCP-Session: b5878eb5-21b5-4ea4-bdec-f4229cc51987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851598 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851629 [ 291 ] {} TCP-Session: b5878eb5-21b5-4ea4-bdec-f4229cc51987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851650 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:03:45.851671 [ 292 ] {} TCP-Session: e2411bc7-7c77-4533-9b49-160c7bd59845 Authenticating user 'default' from [fd00:1122:3344:101::e]:54356 2026.01.31 06:03:45.851597 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.851720 [ 292 ] {} TCP-Session: e2411bc7-7c77-4533-9b49-160c7bd59845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851724 [ 289 ] {} TCP-Session: 8e7ca0d2-0016-4aff-b298-53345231ed41 Authenticating user 'default' from [fd00:1122:3344:101::e]:54108 2026.01.31 06:03:45.851743 [ 292 ] {} TCP-Session: e2411bc7-7c77-4533-9b49-160c7bd59845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851749 [ 289 ] {} TCP-Session: 8e7ca0d2-0016-4aff-b298-53345231ed41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851768 [ 289 ] {} TCP-Session: 8e7ca0d2-0016-4aff-b298-53345231ed41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.851991 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:03:45.852981 [ 316 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} AggregatingTransform: Aggregating 2026.01.31 06:03:45.853054 [ 316 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} Aggregator: Aggregation method: without_key 2026.01.31 06:03:45.853097 [ 316 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000994153 sec. (1005.881 rows/sec., 39.29 KiB/sec.) 2026.01.31 06:03:45.853112 [ 316 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} Aggregator: Merging aggregated data 2026.01.31 06:03:45.854418 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} executeQuery: Read 1 rows, 40.00 B in 0.003218 sec., 310.75201988812927 rows/sec., 12.14 KiB/sec. 2026.01.31 06:03:45.854578 [ 286 ] {be3586ee-1ec2-4a31-951e-39a08b98921b} TCPHandler: Processed in 0.003630973 sec. 2026.01.31 06:03:45.854683 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854711 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854733 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854741 [ 291 ] {} TCP-Session: b5878eb5-21b5-4ea4-bdec-f4229cc51987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854760 [ 293 ] {} TCP-Session: bef6a945-cb7d-4831-ace2-e1c0932f7274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854775 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854788 [ 289 ] {} TCP-Session: 8e7ca0d2-0016-4aff-b298-53345231ed41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854802 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854823 [ 290 ] {} TCP-Session: 8ae470a2-e259-493b-8d35-65ed550356e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854854 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854865 [ 3 ] {} TCP-Session: 2b9f477d-e62c-4f80-bcb1-6be201de9e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854839 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854884 [ 286 ] {} TCP-Session: 6b8c08df-26de-4431-9512-5b271e692cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854758 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854936 [ 294 ] {} TCP-Session: 45e8c162-4ed7-4aef-b15c-146e790ae909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.854824 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.854969 [ 288 ] {} TCP-Session: 6abaa4ef-a331-464b-8876-1968b1df9bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.855002 [ 292 ] {} TCP-Session: e2411bc7-7c77-4533-9b49-160c7bd59845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954138 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57019 2026.01.31 06:03:45.954251 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.954278 [ 291 ] {} TCP-Session: 6022382d-74c0-488a-9238-0a156786601d Authenticating user 'default' from [fd00:1122:3344:101::e]:57019 2026.01.31 06:03:45.954307 [ 291 ] {} TCP-Session: 6022382d-74c0-488a-9238-0a156786601d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954320 [ 291 ] {} TCP-Session: 6022382d-74c0-488a-9238-0a156786601d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954543 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48337 2026.01.31 06:03:45.954589 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33994 2026.01.31 06:03:45.954611 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53356 2026.01.31 06:03:45.954645 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57357 2026.01.31 06:03:45.954660 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54905 2026.01.31 06:03:45.954691 [ 291 ] {} TCP-Session: 6022382d-74c0-488a-9238-0a156786601d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:45.954706 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.954652 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46801 2026.01.31 06:03:45.954756 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.954766 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.954803 [ 288 ] {} TCP-Session: e9e2a41c-6b26-4745-b80d-e5d5fe81fac9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57357 2026.01.31 06:03:45.954765 [ 293 ] {} TCP-Session: c71fd8f7-2d31-4901-b0c9-75cd710073ea Authenticating user 'default' from [fd00:1122:3344:101::e]:33994 2026.01.31 06:03:45.954822 [ 290 ] {} TCP-Session: db5e376c-3054-4999-9537-d478989371c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54905 2026.01.31 06:03:45.954837 [ 288 ] {} TCP-Session: e9e2a41c-6b26-4745-b80d-e5d5fe81fac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954855 [ 293 ] {} TCP-Session: c71fd8f7-2d31-4901-b0c9-75cd710073ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954861 [ 290 ] {} TCP-Session: db5e376c-3054-4999-9537-d478989371c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954882 [ 293 ] {} TCP-Session: c71fd8f7-2d31-4901-b0c9-75cd710073ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954871 [ 288 ] {} TCP-Session: e9e2a41c-6b26-4745-b80d-e5d5fe81fac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954891 [ 290 ] {} TCP-Session: db5e376c-3054-4999-9537-d478989371c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954826 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.954608 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36621 2026.01.31 06:03:45.954965 [ 289 ] {} TCP-Session: 1e9ce7c1-e0cd-4087-9d6c-0cf8e1ae963f Authenticating user 'default' from [fd00:1122:3344:101::e]:46801 2026.01.31 06:03:45.954604 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44408 2026.01.31 06:03:45.955002 [ 289 ] {} TCP-Session: 1e9ce7c1-e0cd-4087-9d6c-0cf8e1ae963f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955021 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.955030 [ 289 ] {} TCP-Session: 1e9ce7c1-e0cd-4087-9d6c-0cf8e1ae963f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955052 [ 294 ] {} TCP-Session: 5ad09e0d-d385-4303-bfe5-a737423d69b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:36621 2026.01.31 06:03:45.955056 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.955079 [ 294 ] {} TCP-Session: 5ad09e0d-d385-4303-bfe5-a737423d69b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955096 [ 3 ] {} TCP-Session: 026e1dcd-425e-4f66-9939-e0587bf86e75 Authenticating user 'default' from [fd00:1122:3344:101::e]:44408 2026.01.31 06:03:45.955104 [ 294 ] {} TCP-Session: 5ad09e0d-d385-4303-bfe5-a737423d69b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955121 [ 3 ] {} TCP-Session: 026e1dcd-425e-4f66-9939-e0587bf86e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954706 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.955142 [ 3 ] {} TCP-Session: 026e1dcd-425e-4f66-9939-e0587bf86e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.954667 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:03:45.955162 [ 286 ] {} TCP-Session: ca576604-7b43-40b6-8a15-7a753f2ac40b Authenticating user 'default' from [fd00:1122:3344:101::e]:53356 2026.01.31 06:03:45.954893 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} executeQuery: (from [fd00:1122:3344:101::e]:57019) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:03:45.955204 [ 286 ] {} TCP-Session: ca576604-7b43-40b6-8a15-7a753f2ac40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955197 [ 292 ] {} TCP-Session: 37c37679-a6e2-46ea-b05b-90c86791803a Authenticating user 'default' from [fd00:1122:3344:101::e]:48337 2026.01.31 06:03:45.955238 [ 286 ] {} TCP-Session: ca576604-7b43-40b6-8a15-7a753f2ac40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955260 [ 292 ] {} TCP-Session: 37c37679-a6e2-46ea-b05b-90c86791803a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955279 [ 292 ] {} TCP-Session: 37c37679-a6e2-46ea-b05b-90c86791803a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.955537 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:03:45.955597 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:03:45.955915 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:03:45.956974 [ 313 ] {85d0f133-b69b-42d2-97d1-734c787a969e} AggregatingTransform: Aggregating 2026.01.31 06:03:45.957032 [ 313 ] {85d0f133-b69b-42d2-97d1-734c787a969e} Aggregator: Aggregation method: without_key 2026.01.31 06:03:45.957072 [ 313 ] {85d0f133-b69b-42d2-97d1-734c787a969e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001053914 sec. (948.844 rows/sec., 37.06 KiB/sec.) 2026.01.31 06:03:45.957091 [ 313 ] {85d0f133-b69b-42d2-97d1-734c787a969e} Aggregator: Merging aggregated data 2026.01.31 06:03:45.958202 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} executeQuery: Read 1 rows, 40.00 B in 0.00337 sec., 296.7359050445104 rows/sec., 11.59 KiB/sec. 2026.01.31 06:03:45.958368 [ 291 ] {85d0f133-b69b-42d2-97d1-734c787a969e} TCPHandler: Processed in 0.003840038 sec. 2026.01.31 06:03:45.958480 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958507 [ 291 ] {} TCP-Session: 6022382d-74c0-488a-9238-0a156786601d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958512 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958536 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958556 [ 293 ] {} TCP-Session: c71fd8f7-2d31-4901-b0c9-75cd710073ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958557 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958585 [ 289 ] {} TCP-Session: 1e9ce7c1-e0cd-4087-9d6c-0cf8e1ae963f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958599 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958620 [ 292 ] {} TCP-Session: 37c37679-a6e2-46ea-b05b-90c86791803a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958621 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958644 [ 3 ] {} TCP-Session: 026e1dcd-425e-4f66-9939-e0587bf86e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958658 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958683 [ 294 ] {} TCP-Session: 5ad09e0d-d385-4303-bfe5-a737423d69b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958574 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958715 [ 288 ] {} TCP-Session: e9e2a41c-6b26-4745-b80d-e5d5fe81fac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958636 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:03:45.958747 [ 290 ] {} TCP-Session: db5e376c-3054-4999-9537-d478989371c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:45.958781 [ 286 ] {} TCP-Session: ca576604-7b43-40b6-8a15-7a753f2ac40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:03:47.004136 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.004365 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:47.004462 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:47.005432 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.005498 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.006066 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:03:47.006415 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.006629 [ 66 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:03:47.006638 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} executeQuery: Read 136 rows, 12.05 KiB in 0.002338 sec., 58169.375534645 rows/sec., 5.03 MiB/sec. 2026.01.31 06:03:47.006719 [ 66 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.006748 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.006767 [ 5 ] {4046d817-b70c-4525-9f46-62a2c201feda} TCPHandler: Processed in 0.002795874 sec. 2026.01.31 06:03:47.006869 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:03:47.006947 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.006999 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:47.007037 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1407 rows starting from the beginning of the part 2026.01.31 06:03:47.007084 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:47.007100 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:03:47.007153 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:47.007163 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.01.31 06:03:47.007221 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part 2026.01.31 06:03:47.007269 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.01.31 06:03:47.007308 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 136 rows starting from the beginning of the part 2026.01.31 06:03:47.007742 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.007792 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.008229 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:03:47.008547 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.008688 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} executeQuery: Read 40 rows, 3.01 KiB in 0.001639 sec., 24405.125076266017 rows/sec., 1.79 MiB/sec. 2026.01.31 06:03:47.008726 [ 5 ] {0c0ec66c-3604-4dbd-ad3d-4b0eaa2e1c48} TCPHandler: Processed in 0.001849312 sec. 2026.01.31 06:03:47.008764 [ 191 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001943544 sec., 1640816.9817611538 rows/sec., 143.45 MiB/sec. 2026.01.31 06:03:47.008853 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.008954 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:47.008997 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:47.009046 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:03:47.009398 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.009468 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.009486 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_36_7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:03:47.009522 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.009603 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:03:47.009865 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:03:47.010091 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.010194 [ 65 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:03:47.010222 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} executeQuery: Read 104 rows, 8.32 KiB in 0.001288 sec., 80745.34161490682 rows/sec., 6.31 MiB/sec. 2026.01.31 06:03:47.010230 [ 65 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.010255 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.010261 [ 5 ] {dd8c4097-17bf-409f-8035-0daa034e7c0c} TCPHandler: Processed in 0.001458344 sec. 2026.01.31 06:03:47.010334 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:03:47.010386 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.010439 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:47.010470 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 632 rows starting from the beginning of the part 2026.01.31 06:03:47.010483 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:47.010520 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 600 rows starting from the beginning of the part 2026.01.31 06:03:47.010538 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:47.010570 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.01.31 06:03:47.010616 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2026.01.31 06:03:47.010655 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.01.31 06:03:47.010693 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2026.01.31 06:03:47.010982 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.011022 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.011476 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:03:47.011705 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405832 sec., 1115353.7549294652 rows/sec., 88.89 MiB/sec. 2026.01.31 06:03:47.011716 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.011835 [ 65 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:03:47.011863 [ 65 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.011865 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} executeQuery: Read 160 rows, 11.41 KiB in 0.001399 sec., 114367.40528949248 rows/sec., 7.97 MiB/sec. 2026.01.31 06:03:47.011867 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:03:47.011891 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.011914 [ 5 ] {9f6d12e6-2a84-4595-80b0-24773e0a0a8b} TCPHandler: Processed in 0.001577176 sec. 2026.01.31 06:03:47.011984 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:03:47.012030 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.012085 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:47.012115 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9165 rows starting from the beginning of the part 2026.01.31 06:03:47.012130 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:47.012151 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.012162 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 882 rows starting from the beginning of the part 2026.01.31 06:03:47.012189 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} 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.01.31 06:03:47.012204 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.01.31 06:03:47.012226 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_36_7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:03:47.012242 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:03:47.012275 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.01.31 06:03:47.012295 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:03:47.012309 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.01.31 06:03:47.013120 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.013161 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.013774 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:03:47.014084 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.014239 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} executeQuery: Read 40 rows, 73.40 KiB in 0.002128 sec., 18796.992481203008 rows/sec., 33.68 MiB/sec. 2026.01.31 06:03:47.014300 [ 5 ] {c77bd63c-d7c2-406f-bc15-4ea0df374740} TCPHandler: Processed in 0.002318853 sec. 2026.01.31 06:03:47.014435 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:47.014550 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:47.014594 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:47.014843 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10687 rows, containing 5 columns (5 merged, 0 gathered) in 0.002887366 sec., 3701297.306957275 rows/sec., 254.38 MiB/sec. 2026.01.31 06:03:47.014957 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.014994 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.015058 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:03:47.015363 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.015364 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:03:47.015438 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_36_7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:03:47.015524 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2026.01.31 06:03:47.015618 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.015731 [ 65 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:03:47.015756 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.01.31 06:03:47.015763 [ 65 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:47.015791 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB. 2026.01.31 06:03:47.015796 [ 5 ] {4644120f-22f8-40ba-9e84-7230385c46fb} TCPHandler: Processed in 0.001413332 sec. 2026.01.31 06:03:47.015869 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:47.015979 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:47.016011 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1758 rows starting from the beginning of the part 2026.01.31 06:03:47.016070 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:47.016112 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.01.31 06:03:47.016149 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:03:47.016187 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.01.31 06:03:47.016224 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.01.31 06:03:47.017350 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 4 columns (4 merged, 0 gathered) in 0.001513914 sec., 1359390.2956178486 rows/sec., 91.73 MiB/sec. 2026.01.31 06:03:47.017564 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:03:47.017814 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:47.017887 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_36_7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:03:47.017956 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.31 06:03:50.295166 [ 64 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:03:50.295227 [ 64 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:03:50.409214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12496 2026.01.31 06:03:50.409748 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:50.409784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:50.410272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:03:50.410499 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:50.410640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12496 2026.01.31 06:03:50.410668 [ 62 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:03:50.410744 [ 62 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:50.410768 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:50.410874 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:03:50.410983 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:50.411019 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10064 rows starting from the beginning of the part 2026.01.31 06:03:50.411079 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.01.31 06:03:50.411126 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.01.31 06:03:50.411169 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.01.31 06:03:50.411208 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.01.31 06:03:50.411251 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.01.31 06:03:50.414762 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12496 rows, containing 4 columns (4 merged, 0 gathered) in 0.00392967 sec., 3179910.781312426 rows/sec., 45.49 MiB/sec. 2026.01.31 06:03:50.415225 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:03:50.415580 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:50.415667 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_26_5} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:03:50.415768 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.31 06:03:51.073663 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.31 06:03:51.091417 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:51.091481 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:51.097055 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:03:51.097773 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:51.098071 [ 62 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:03:51.098148 [ 62 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:51.098172 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:51.098276 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.100817 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.31 06:03:51.101267 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:03:51.102040 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.105488 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.108925 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.112764 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.116947 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.121344 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:03:51.173988 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.075753652 sec., 2587.3340073426425 rows/sec., 13.38 MiB/sec. 2026.01.31 06:03:51.176870 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:03:51.178997 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_26_5} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:51.179120 [ 201 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_26_5} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:03:51.182175 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.01.31 06:03:52.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.09 MiB, peak 263.65 MiB, free memory in arenas 0.00 B, will set to 258.95 MiB (RSS), difference: 5.85 MiB 2026.01.31 06:03:52.000442 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:52.000615 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:52.000679 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:52.001393 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:52.001439 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:52.001831 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:03:52.002054 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:52.002203 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} executeQuery: Read 56 rows, 4.38 KiB in 0.001634 sec., 34271.72582619339 rows/sec., 2.62 MiB/sec. 2026.01.31 06:03:52.002244 [ 5 ] {0f705cbf-c3cc-4c7f-950b-1354ff755f92} TCPHandler: Processed in 0.001922704 sec. 2026.01.31 06:03:52.002363 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:52.002456 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:52.002495 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:52.002961 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:52.002998 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:52.003291 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:03:52.003489 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:52.003614 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} executeQuery: Read 64 rows, 5.12 KiB in 0.001177 sec., 54375.53101104502 rows/sec., 4.24 MiB/sec. 2026.01.31 06:03:52.003650 [ 5 ] {1a211b2e-5a5e-40ec-8b80-9c471350e65c} TCPHandler: Processed in 0.00133438 sec. 2026.01.31 06:03:52.003769 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:52.003861 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:52.003904 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:52.004362 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:52.004398 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:52.004731 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:03:52.004933 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:52.005060 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.01.31 06:03:52.005096 [ 5 ] {073d1d86-9a12-4747-9358-d74bf95dcf72} TCPHandler: Processed in 0.001374341 sec. 2026.01.31 06:03:52.005222 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:52.005315 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:52.005355 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:52.005689 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:52.005724 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:52.006029 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:03:52.006233 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:52.006357 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.31 06:03:52.006391 [ 5 ] {6843b2de-b50e-4602-b57e-ac431e219db2} TCPHandler: Processed in 0.001222978 sec. 2026.01.31 06:03:55.443497 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 622 2026.01.31 06:03:55.445676 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:55.445725 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:55.446979 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:03:55.447242 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:55.447499 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2026.01.31 06:03:57.030629 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.030833 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.030902 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:03:57.031561 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.031618 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.032035 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:03:57.032261 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.032428 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} executeQuery: Read 24 rows, 2.04 KiB in 0.001644 sec., 14598.5401459854 rows/sec., 1.21 MiB/sec. 2026.01.31 06:03:57.032478 [ 5 ] {b704d478-b4f1-454c-bd4d-74ede3a64dd6} TCPHandler: Processed in 0.001984425 sec. 2026.01.31 06:03:57.032605 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.032706 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:03:57.032750 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:03:57.033176 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.033214 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.033515 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:03:57.033727 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.033862 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} executeQuery: Read 12 rows, 1002.00 B in 0.001179 sec., 10178.117048346057 rows/sec., 829.95 KiB/sec. 2026.01.31 06:03:57.033902 [ 5 ] {54fe311a-c675-4a75-94a0-990247e2022b} TCPHandler: Processed in 0.001348861 sec. 2026.01.31 06:03:57.034018 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.034112 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:03:57.034153 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:03:57.035299 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.035335 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.035729 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:03:57.035936 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.036075 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} executeQuery: Read 1402 rows, 120.04 KiB in 0.001981 sec., 707723.3720343261 rows/sec., 59.18 MiB/sec. 2026.01.31 06:03:57.036112 [ 5 ] {191e6f7f-3648-4548-a732-221ba45dc1db} TCPHandler: Processed in 0.002144289 sec. 2026.01.31 06:03:57.036226 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.036321 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.036361 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:03:57.036807 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.036843 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.037153 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:03:57.037357 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.037484 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} executeQuery: Read 64 rows, 4.81 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 3.97 MiB/sec. 2026.01.31 06:03:57.037526 [ 5 ] {3d902cd1-db7b-431d-b0fa-fded851d6da3} TCPHandler: Processed in 0.001349911 sec. 2026.01.31 06:03:57.037637 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.037730 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.037769 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:03:57.038244 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.038280 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.038581 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:03:57.038786 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.038910 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} executeQuery: Read 252 rows, 17.85 KiB in 0.001198 sec., 210350.58430717862 rows/sec., 14.55 MiB/sec. 2026.01.31 06:03:57.038946 [ 5 ] {b11f6344-a209-4fc4-b91b-dbfd3facb4b1} TCPHandler: Processed in 0.001357671 sec. 2026.01.31 06:03:57.039060 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.039152 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.039192 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:03:57.039584 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.039619 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.039914 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 06:03:57.040117 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.040243 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2026.01.31 06:03:57.040279 [ 5 ] {2ddc8b95-9515-402b-83ea-f2011f215c6a} TCPHandler: Processed in 0.001267889 sec. 2026.01.31 06:03:57.040389 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.040481 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:03:57.040519 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:03:57.041163 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.041199 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.041521 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:03:57.041734 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.041866 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} executeQuery: Read 608 rows, 46.84 KiB in 0.001404 sec., 433048.43304843304 rows/sec., 32.58 MiB/sec. 2026.01.31 06:03:57.041904 [ 5 ] {11ae6364-8fc3-418e-8cfe-1812fa3622bc} TCPHandler: Processed in 0.001564946 sec. 2026.01.31 06:03:57.042014 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.042107 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.042150 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:03:57.042749 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.042785 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.043151 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:03:57.043356 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.043490 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} executeQuery: Read 886 rows, 61.58 KiB in 0.001401 sec., 632405.4246966454 rows/sec., 42.92 MiB/sec. 2026.01.31 06:03:57.043527 [ 5 ] {8249c918-53be-42bb-9c37-7610fcc99c74} TCPHandler: Processed in 0.001562216 sec. 2026.01.31 06:03:57.043637 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.043730 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.043782 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} 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.01.31 06:03:57.044625 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.044661 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.045204 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:03:57.045424 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.045563 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} executeQuery: Read 40 rows, 73.40 KiB in 0.001851 sec., 21609.940572663425 rows/sec., 38.72 MiB/sec. 2026.01.31 06:03:57.045629 [ 5 ] {35e9396a-6d76-4667-b68a-bf77d72e30da} TCPHandler: Processed in 0.002040077 sec. 2026.01.31 06:03:57.045741 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:03:57.045835 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:03:57.045877 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:03:57.046225 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.046260 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.046556 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:03:57.046767 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.046903 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.31 06:03:57.046938 [ 5 ] {8c12b5c9-d733-4087-a6ce-7693b6dda348} TCPHandler: Processed in 0.001245449 sec. 2026.01.31 06:03:57.910704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12944 2026.01.31 06:03:57.911323 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:57.911372 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:57.911937 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:57.912226 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:57.912380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12944 2026.01.31 06:03:58.600864 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.31 06:03:58.619873 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:03:58.619951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:03:58.626004 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:03:58.626799 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:03:58.630903 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.31 06:04:02.000062 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:02.000258 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:02.000321 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:02.000986 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:02.001024 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:02.001419 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:04:02.001645 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:02.001796 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} executeQuery: Read 56 rows, 4.38 KiB in 0.001581 sec., 35420.61986084757 rows/sec., 2.70 MiB/sec. 2026.01.31 06:04:02.001846 [ 5 ] {8ec2d170-6717-4d78-91a2-8b8a473e38b3} TCPHandler: Processed in 0.001900403 sec. 2026.01.31 06:04:02.001984 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:02.002088 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:02.002135 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:02.002587 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:02.002620 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:02.002920 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:04:02.003129 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:02.003253 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2026.01.31 06:04:02.003288 [ 5 ] {c96feda6-d1d8-4b1a-871a-d186fd7a8a67} TCPHandler: Processed in 0.001360282 sec. 2026.01.31 06:04:02.003400 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:02.003493 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:02.003535 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:02.003945 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:02.003979 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:02.004311 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:04:02.004529 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:02.004657 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.31 06:04:02.004691 [ 5 ] {bab75912-07f3-4ac8-ba10-7cb56b4c8e70} TCPHandler: Processed in 0.001338031 sec. 2026.01.31 06:04:02.004798 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:02.004889 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:02.004929 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:02.005295 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:02.005338 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:02.005628 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:04:02.005828 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:02.005952 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.01.31 06:04:02.005986 [ 5 ] {5e33d1cf-f49f-4741-abac-64db658ecadc} TCPHandler: Processed in 0.001234908 sec. 2026.01.31 06:04:05.295482 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:04:05.295562 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:04:05.412472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13456 2026.01.31 06:04:05.413045 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:05.413099 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:05.413621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:04:05.413878 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:05.414029 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13456 2026.01.31 06:04:05.447660 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 650 2026.01.31 06:04:05.449995 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:05.450035 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:05.451261 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:04:05.451537 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:05.451690 [ 33 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:04:05.451745 [ 33 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:05.451769 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:05.451791 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 650 2026.01.31 06:04:05.451897 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:04:05.452565 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:05.452767 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 528 rows starting from the beginning of the part 2026.01.31 06:04:05.453198 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:04:05.453593 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:04:05.453979 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part 2026.01.31 06:04:05.454389 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.01.31 06:04:05.454794 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2026.01.31 06:04:05.461323 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 72 columns (72 merged, 0 gathered) in 0.009487407 sec., 68511.87052479145 rows/sec., 58.37 MiB/sec. 2026.01.31 06:04:05.462401 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:04:05.462978 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:05.463053 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_21_4} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:04:05.463360 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2026.01.31 06:04:06.130996 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.31 06:04:06.147859 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:06.147912 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:06.154511 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:04:06.155244 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:06.157992 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.31 06:04:07.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.10 MiB, peak 265.10 MiB, free memory in arenas 0.00 B, will set to 262.12 MiB (RSS), difference: 1.02 MiB 2026.01.31 06:04:07.002914 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.003093 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:07.003164 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:07.004008 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.004057 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.004526 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:04:07.004763 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.004943 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} executeQuery: Read 136 rows, 12.05 KiB in 0.001898 sec., 71654.37302423605 rows/sec., 6.20 MiB/sec. 2026.01.31 06:04:07.005003 [ 5 ] {3051f3f4-6aa9-411b-b3b8-fc8aae556e38} TCPHandler: Processed in 0.002214961 sec. 2026.01.31 06:04:07.005134 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.005249 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:07.005296 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:07.005786 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.005825 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.006150 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:04:07.006370 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.006521 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} executeQuery: Read 40 rows, 3.01 KiB in 0.001298 sec., 30816.640986132516 rows/sec., 2.26 MiB/sec. 2026.01.31 06:04:07.006571 [ 5 ] {8d271626-0eda-463e-8745-e271f9b8b61b} TCPHandler: Processed in 0.001492175 sec. 2026.01.31 06:04:07.006716 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.006829 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:07.006876 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:07.007360 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.007398 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.007752 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:04:07.007970 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.008106 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} executeQuery: Read 104 rows, 8.32 KiB in 0.001301 sec., 79938.50883935434 rows/sec., 6.24 MiB/sec. 2026.01.31 06:04:07.008143 [ 5 ] {456a9b92-c725-4d9d-b06f-602e94d35b89} TCPHandler: Processed in 0.001495374 sec. 2026.01.31 06:04:07.008277 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.008371 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:07.008416 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:07.008953 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.008997 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.009452 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:04:07.009749 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.009900 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. 2026.01.31 06:04:07.009938 [ 5 ] {db886274-f243-4c8a-89cf-e1d6c07b31aa} TCPHandler: Processed in 0.001710009 sec. 2026.01.31 06:04:07.010065 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.010160 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:07.010216 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} 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.01.31 06:04:07.011101 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.011137 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.011757 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:04:07.011990 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.012142 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} executeQuery: Read 40 rows, 73.40 KiB in 0.002001 sec., 19990.004997501248 rows/sec., 35.82 MiB/sec. 2026.01.31 06:04:07.012227 [ 5 ] {7a541365-075d-4d32-90c1-16a8409e4ebc} TCPHandler: Processed in 0.002212771 sec. 2026.01.31 06:04:07.012368 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:07.012472 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:07.012515 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:07.012974 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:07.013018 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:07.013456 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:04:07.013773 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:07.013941 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. 2026.01.31 06:04:07.013995 [ 5 ] {169c03c9-d4a0-49a4-853c-66df1f2eaeae} TCPHandler: Processed in 0.001678588 sec. 2026.01.31 06:04:11.999748 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:11.999953 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:04:12.000024 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:04:12.000838 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.000886 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.001244 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:04:12.001462 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.001613 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} executeQuery: Read 2 rows, 167.00 B in 0.001711 sec., 1168.907071887785 rows/sec., 95.32 KiB/sec. 2026.01.31 06:04:12.001654 [ 5 ] {f0928c16-a44c-4b07-8fa0-a2a7e8495e20} TCPHandler: Processed in 0.002039246 sec. 2026.01.31 06:04:12.001770 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:12.001872 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:12.001911 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:12.002413 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.002448 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.002755 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:04:12.002959 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.003073 [ 24 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:04:12.003084 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} executeQuery: Read 57 rows, 4.45 KiB in 0.001231 sec., 46303.8180341186 rows/sec., 3.53 MiB/sec. 2026.01.31 06:04:12.003142 [ 24 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.003147 [ 5 ] {8fdeaa22-5fdd-4401-b876-24b33dc0d4b6} TCPHandler: Processed in 0.001424493 sec. 2026.01.31 06:04:12.003172 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.003289 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:04:12.003333 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:12.003407 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:12.003429 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:12.003445 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1407 rows starting from the beginning of the part 2026.01.31 06:04:12.003473 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:12.003523 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.01.31 06:04:12.003572 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:04:12.003612 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2026.01.31 06:04:12.003649 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part 2026.01.31 06:04:12.003687 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part 2026.01.31 06:04:12.003921 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.003961 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.004276 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:04:12.004505 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.004632 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} executeQuery: Read 2 rows, 143.00 B in 0.00122 sec., 1639.344262295082 rows/sec., 114.47 KiB/sec. 2026.01.31 06:04:12.004667 [ 5 ] {17640c1e-578c-401b-829f-1ce17130ba72} TCPHandler: Processed in 0.001389962 sec. 2026.01.31 06:04:12.004785 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:12.004876 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:12.004914 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:12.005030 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3114 rows, containing 5 columns (5 merged, 0 gathered) in 0.00178073 sec., 1748721.030139325 rows/sec., 152.40 MiB/sec. 2026.01.31 06:04:12.005305 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:04:12.005359 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.005400 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.005585 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.005650 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_41_8} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:04:12.005711 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:04:12.005740 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:04:12.005912 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.006023 [ 24 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:04:12.006035 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} executeQuery: Read 66 rows, 5.28 KiB in 0.001177 sec., 56074.766355140186 rows/sec., 4.38 MiB/sec. 2026.01.31 06:04:12.006060 [ 24 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.006082 [ 5 ] {2fc75b82-93a6-4217-9b59-48bb3c027fa5} TCPHandler: Processed in 0.001343601 sec. 2026.01.31 06:04:12.006084 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.006167 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:04:12.006229 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:12.006255 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:12.006284 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 632 rows starting from the beginning of the part 2026.01.31 06:04:12.006324 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:12.006329 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.01.31 06:04:12.006375 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:12.006396 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 608 rows starting from the beginning of the part 2026.01.31 06:04:12.006444 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2026.01.31 06:04:12.006479 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2026.01.31 06:04:12.006512 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part 2026.01.31 06:04:12.006814 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.006854 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.007213 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:04:12.007394 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001253908 sec., 1226565.2663512793 rows/sec., 97.71 MiB/sec. 2026.01.31 06:04:12.007414 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.007537 [ 24 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:04:12.007558 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} executeQuery: Read 161 rows, 11.48 KiB in 0.001252 sec., 128594.24920127795 rows/sec., 8.96 MiB/sec. 2026.01.31 06:04:12.007567 [ 24 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.007598 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.007602 [ 5 ] {c4e836a5-777d-4c85-89b4-914671d7a2d0} TCPHandler: Processed in 0.001429722 sec. 2026.01.31 06:04:12.007615 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:04:12.007658 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:04:12.007740 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:12.007752 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:12.007799 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10687 rows starting from the beginning of the part 2026.01.31 06:04:12.007847 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:04:12.007849 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:12.007884 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 886 rows starting from the beginning of the part 2026.01.31 06:04:12.007904 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:12.007921 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.01.31 06:04:12.007961 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.01.31 06:04:12.007986 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.007995 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part 2026.01.31 06:04:12.008091 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_41_8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:04:12.008215 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:04:12.008273 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.008312 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.008607 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:04:12.008808 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.008909 [ 24 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:04:12.008932 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.01.31 06:04:12.008936 [ 24 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.008970 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.008974 [ 5 ] {aeb9b504-0183-4fdf-b306-382fab807a1b} TCPHandler: Processed in 0.00128557 sec. 2026.01.31 06:04:12.009064 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:12.009176 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:12.009206 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2058 rows starting from the beginning of the part 2026.01.31 06:04:12.009266 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:12.009306 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.01.31 06:04:12.009344 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:12.009379 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:12.009415 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:12.010628 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2358 rows, containing 4 columns (4 merged, 0 gathered) in 0.001600657 sec., 1473145.089797502 rows/sec., 99.39 MiB/sec. 2026.01.31 06:04:12.010947 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:04:12.011218 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.011291 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_41_8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:04:12.011372 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.31 06:04:12.011801 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12214 rows, containing 5 columns (5 merged, 0 gathered) in 0.004159895 sec., 2936131.8014036412 rows/sec., 201.75 MiB/sec. 2026.01.31 06:04:12.012195 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:04:12.012496 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.012577 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_41_8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:04:12.012675 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2026.01.31 06:04:12.915075 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13904 2026.01.31 06:04:12.915616 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:12.915666 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:12.916186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:04:12.916432 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:12.916568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13904 2026.01.31 06:04:13.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.69 MiB, peak 269.59 MiB, free memory in arenas 0.00 B, will set to 263.92 MiB (RSS), difference: 1.22 MiB 2026.01.31 06:04:13.659033 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.31 06:04:13.677030 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:13.677096 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:13.683640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:04:13.684431 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:13.688411 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.31 06:04:15.452892 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 674 2026.01.31 06:04:15.455047 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:15.455097 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:15.456271 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:04:15.456529 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:15.456791 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 674 2026.01.31 06:04:17.001580 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.001768 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:17.001841 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:17.002638 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.002681 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.003068 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:04:17.003286 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.003443 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} executeQuery: Read 136 rows, 12.05 KiB in 0.001726 sec., 78794.9015063731 rows/sec., 6.82 MiB/sec. 2026.01.31 06:04:17.003484 [ 5 ] {ddeb383e-740d-4623-9dfc-36b14ff2de73} TCPHandler: Processed in 0.002039957 sec. 2026.01.31 06:04:17.003646 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.003745 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:17.003786 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:17.004212 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.004248 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.004550 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:04:17.004750 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.004875 [ 41 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.01.31 06:04:17.004882 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} executeQuery: Read 40 rows, 3.01 KiB in 0.001159 sec., 34512.51078515962 rows/sec., 2.53 MiB/sec. 2026.01.31 06:04:17.004918 [ 41 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.004933 [ 5 ] {af71de49-b152-43f0-802f-724a6a3ba8a8} TCPHandler: Processed in 0.001335701 sec. 2026.01.31 06:04:17.004942 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.005040 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:04:17.005048 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.005147 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:17.005157 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:17.005182 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 70 rows starting from the beginning of the part 2026.01.31 06:04:17.005207 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:17.005254 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.005305 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2026.01.31 06:04:17.005351 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.005395 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2026.01.31 06:04:17.005440 [ 189 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.005636 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.005670 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:17.005966 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:04:17.006161 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158987 sec., 220882.54656868454 rows/sec., 17.02 MiB/sec. 2026.01.31 06:04:17.006177 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.006329 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} executeQuery: Read 104 rows, 8.32 KiB in 0.001189 sec., 87468.46089150547 rows/sec., 6.83 MiB/sec. 2026.01.31 06:04:17.006367 [ 5 ] {ac7df56b-c4dd-44f3-86a7-73d0f9f09703} TCPHandler: Processed in 0.001373552 sec. 2026.01.31 06:04:17.006386 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.01.31 06:04:17.006481 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.006584 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:17.006630 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:17.006741 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.006839 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_25_5} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.01.31 06:04:17.006945 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:04:17.007043 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.007083 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.007418 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:04:17.007621 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.007749 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.31 06:04:17.007785 [ 5 ] {1dbdfdf5-aaf0-45e2-95f4-752ba4936764} TCPHandler: Processed in 0.001351951 sec. 2026.01.31 06:04:17.007890 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.007982 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:17.008035 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} 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.01.31 06:04:17.008892 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.008926 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.009466 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:04:17.009679 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.009774 [ 41 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.31 06:04:17.009805 [ 41 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.009813 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} executeQuery: Read 40 rows, 73.40 KiB in 0.001849 sec., 21633.31530557058 rows/sec., 38.77 MiB/sec. 2026.01.31 06:04:17.009824 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB. 2026.01.31 06:04:17.009865 [ 5 ] {6e5ccd8b-0280-4f7e-8539-2dd02caf70aa} TCPHandler: Processed in 0.002022647 sec. 2026.01.31 06:04:17.009930 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:04:17.009972 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:17.010074 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:17.010117 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:17.010191 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:17.010259 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 584 rows starting from the beginning of the part 2026.01.31 06:04:17.010405 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.010452 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:17.010492 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:17.010516 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.010620 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.010722 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.010809 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:04:17.010822 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.01.31 06:04:17.011030 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.011163 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.01.31 06:04:17.011200 [ 5 ] {eb0da727-60da-43ad-9c32-4e4ba4050749} TCPHandler: Processed in 0.001275849 sec. 2026.01.31 06:04:17.035172 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 19 columns (19 merged, 0 gathered) in 0.025293378 sec., 30996.255225379547 rows/sec., 55.54 MiB/sec. 2026.01.31 06:04:17.036227 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.31 06:04:17.036555 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:17.036629 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_21_4} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.31 06:04:17.036747 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.79 MiB. 2026.01.31 06:04:18.000398 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 264.53 MiB, peak 272.28 MiB, free memory in arenas 0.00 B, will set to 267.23 MiB (RSS), difference: 2.70 MiB 2026.01.31 06:04:20.295835 [ 40 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:04:20.295894 [ 40 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:04:20.417640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14416 2026.01.31 06:04:20.418358 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:20.418410 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:20.418924 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:04:20.419160 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:20.419305 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14416 2026.01.31 06:04:21.188484 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.31 06:04:21.206425 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:21.206483 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:21.212096 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:04:21.212849 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:21.216091 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.31 06:04:22.000160 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:22.000337 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:22.000402 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:22.001037 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:22.001085 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:22.001486 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:04:22.001729 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:22.001890 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} executeQuery: Read 56 rows, 4.38 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.67 MiB/sec. 2026.01.31 06:04:22.001942 [ 5 ] {86d6a473-d8db-4096-bfcf-b099b3180036} TCPHandler: Processed in 0.001908364 sec. 2026.01.31 06:04:22.002068 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:22.002170 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:22.002215 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:22.002648 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:22.002686 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:22.002996 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:04:22.003207 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:22.003343 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} executeQuery: Read 64 rows, 5.12 KiB in 0.001194 sec., 53601.34003350084 rows/sec., 4.18 MiB/sec. 2026.01.31 06:04:22.003383 [ 5 ] {6703082b-5581-48bc-a609-17822b0b5198} TCPHandler: Processed in 0.001364192 sec. 2026.01.31 06:04:22.003500 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:22.003596 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:22.003640 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:22.004043 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:22.004080 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:22.004410 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:04:22.004618 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:22.004752 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.01.31 06:04:22.004789 [ 5 ] {966f2084-4ff6-44dd-b6f1-e1dc17c1f04b} TCPHandler: Processed in 0.001338011 sec. 2026.01.31 06:04:22.004899 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:22.004993 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:22.005035 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:22.005366 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:22.005402 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:22.005700 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:04:22.005918 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:22.006047 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.01.31 06:04:22.006084 [ 5 ] {6413d18d-4e25-4ae9-90d4-040fab958a1f} TCPHandler: Processed in 0.001233179 sec. 2026.01.31 06:04:25.457881 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 694 2026.01.31 06:04:25.460057 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:25.460104 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:25.461303 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:04:25.461589 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:25.461936 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 694 2026.01.31 06:04:27.028828 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.029021 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.029095 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:04:27.029764 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.029819 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.030209 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:04:27.030428 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.030587 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} executeQuery: Read 24 rows, 2.04 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.23 MiB/sec. 2026.01.31 06:04:27.030635 [ 5 ] {dcb82d4f-0b63-465f-a18b-e2cf43c59ef1} TCPHandler: Processed in 0.001936904 sec. 2026.01.31 06:04:27.030763 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.030864 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:04:27.030908 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:04:27.031314 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.031352 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.031647 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:04:27.031850 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.031980 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} executeQuery: Read 4 rows, 334.00 B in 0.001138 sec., 3514.9384885764503 rows/sec., 286.62 KiB/sec. 2026.01.31 06:04:27.032017 [ 5 ] {79918d91-0b39-4317-9b98-28a19253e611} TCPHandler: Processed in 0.001305229 sec. 2026.01.31 06:04:27.032127 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.032224 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:27.032265 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:27.033165 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.033202 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.033599 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:04:27.033816 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.033945 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} executeQuery: Read 1398 rows, 119.75 KiB in 0.001741 sec., 802986.7892016083 rows/sec., 67.17 MiB/sec. 2026.01.31 06:04:27.033983 [ 5 ] {1aafe305-aa2d-45cc-a26a-7725eade4a50} TCPHandler: Processed in 0.001903453 sec. 2026.01.31 06:04:27.034099 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.034194 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.034235 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:27.034647 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.034684 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.034977 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:04:27.035177 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.035303 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} executeQuery: Read 56 rows, 4.25 KiB in 0.001129 sec., 49601.417183348094 rows/sec., 3.67 MiB/sec. 2026.01.31 06:04:27.035340 [ 5 ] {26fd58af-daa5-496b-bb5e-f92b2301f4d2} TCPHandler: Processed in 0.001288819 sec. 2026.01.31 06:04:27.035450 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.035551 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.035590 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:04:27.036033 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.036069 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.036371 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:04:27.036577 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.036701 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} executeQuery: Read 252 rows, 17.85 KiB in 0.001169 sec., 215568.86227544912 rows/sec., 14.91 MiB/sec. 2026.01.31 06:04:27.036739 [ 5 ] {1fb8422b-d09e-4f2c-bb17-7d1fb97ea455} TCPHandler: Processed in 0.00133742 sec. 2026.01.31 06:04:27.036850 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.036943 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.036982 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:04:27.037366 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.037402 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.037688 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 06:04:27.037891 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.038017 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} executeQuery: Read 12 rows, 960.00 B in 0.001092 sec., 10989.010989010989 rows/sec., 858.52 KiB/sec. 2026.01.31 06:04:27.038054 [ 5 ] {18e9bd79-d093-40dc-a7ff-d0f212c1112c} TCPHandler: Processed in 0.001252148 sec. 2026.01.31 06:04:27.038162 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.038253 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:27.038292 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:27.038871 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.038907 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.039238 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:04:27.039446 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.039575 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} executeQuery: Read 600 rows, 46.19 KiB in 0.00134 sec., 447761.1940298507 rows/sec., 33.66 MiB/sec. 2026.01.31 06:04:27.039613 [ 5 ] {f76be780-64a6-45f8-b423-2dd7c2c97cd6} TCPHandler: Processed in 0.001498594 sec. 2026.01.31 06:04:27.039721 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.039814 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.039856 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:27.040401 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.040437 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.040812 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:04:27.041017 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.041150 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} executeQuery: Read 882 rows, 61.30 KiB in 0.001354 sec., 651403.2496307238 rows/sec., 44.21 MiB/sec. 2026.01.31 06:04:27.041186 [ 5 ] {bde92525-6dd8-4e45-8a77-bbebaf32aa40} TCPHandler: Processed in 0.001513365 sec. 2026.01.31 06:04:27.041296 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.041389 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.041444 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} 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.01.31 06:04:27.042235 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.042271 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.042824 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:04:27.043046 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.043185 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} executeQuery: Read 40 rows, 73.40 KiB in 0.001813 sec., 22062.87920573635 rows/sec., 39.54 MiB/sec. 2026.01.31 06:04:27.043246 [ 5 ] {1f805d0a-a702-49c8-96c6-4b47b11d04b5} TCPHandler: Processed in 0.001997646 sec. 2026.01.31 06:04:27.043355 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:27.043449 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:27.043489 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:27.043818 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.043854 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.044162 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:04:27.044369 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.044497 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.01.31 06:04:27.044533 [ 5 ] {1cb2b0c9-9c34-4a34-a5f4-c03056af409e} TCPHandler: Processed in 0.001225208 sec. 2026.01.31 06:04:27.919361 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14864 2026.01.31 06:04:27.919957 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.920018 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.920565 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:04:27.920840 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.921006 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14864 2026.01.31 06:04:27.921014 [ 28 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:04:27.921079 [ 28 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:27.921098 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:27.921194 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:04:27.921289 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:27.921320 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12496 rows starting from the beginning of the part 2026.01.31 06:04:27.921376 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.01.31 06:04:27.921418 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.01.31 06:04:27.921458 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.01.31 06:04:27.921498 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.01.31 06:04:27.921535 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.01.31 06:04:27.923087 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14864 rows, containing 4 columns (4 merged, 0 gathered) in 0.001933264 sec., 7688551.58943631 rows/sec., 109.99 MiB/sec. 2026.01.31 06:04:27.923508 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:04:27.923821 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:27.923907 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_31_6} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:04:27.924033 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.31 06:04:28.716149 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.31 06:04:28.733677 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:28.733726 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:28.739341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:04:28.740055 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:28.740386 [ 27 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:04:28.740491 [ 27 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:28.740528 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:28.740684 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.743145 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.31 06:04:28.745103 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:28.746871 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.752033 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.756987 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.761332 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.766032 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.770280 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:04:28.823485 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082871485 sec., 2823.649171967897 rows/sec., 14.60 MiB/sec. 2026.01.31 06:04:28.825233 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:04:28.826945 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_31_6} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:28.827043 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_31_6} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:04:28.828670 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.31 06:04:29.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 268.35 MiB, peak 278.89 MiB, free memory in arenas 0.00 B, will set to 272.55 MiB (RSS), difference: 4.20 MiB 2026.01.31 06:04:31.999754 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:31.999921 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:31.999985 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:32.000619 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:32.000667 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:32.001060 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:04:32.001283 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:32.001440 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} executeQuery: Read 56 rows, 4.38 KiB in 0.001567 sec., 35737.077217613274 rows/sec., 2.73 MiB/sec. 2026.01.31 06:04:32.001484 [ 5 ] {68f1c7b7-a152-423f-b672-bfa618dbd8ea} TCPHandler: Processed in 0.001855082 sec. 2026.01.31 06:04:32.001603 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:32.001698 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:32.001739 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:32.002155 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:32.002192 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:32.002497 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:04:32.002709 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:32.002842 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2026.01.31 06:04:32.002879 [ 5 ] {5c6e75c2-5633-446d-a908-e61eb8cb2198} TCPHandler: Processed in 0.001325 sec. 2026.01.31 06:04:32.002994 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:32.003087 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:32.003131 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:32.003542 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:32.003577 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:32.003918 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:04:32.004138 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:32.004273 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.31 06:04:32.004310 [ 5 ] {2c9238f7-ea86-40d5-ba2f-2f9bb1814b53} TCPHandler: Processed in 0.001364611 sec. 2026.01.31 06:04:32.004424 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:32.004523 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:32.004565 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:32.004900 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:32.004936 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:32.005230 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:04:32.005434 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:32.005570 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.31 06:04:32.005605 [ 5 ] {bb2efb44-ba61-46ad-be46-1cee48e51e10} TCPHandler: Processed in 0.001229858 sec. 2026.01.31 06:04:35.295962 [ 88 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:04:35.296035 [ 88 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:04:35.421163 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15376 2026.01.31 06:04:35.421685 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:35.421732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:35.422418 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:04:35.422666 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:35.422821 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15376 2026.01.31 06:04:35.462150 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 722 2026.01.31 06:04:35.464412 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:35.464469 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:35.465704 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:04:35.465982 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:35.466363 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 722 2026.01.31 06:04:36.001161 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000808688 sec. 2026.01.31 06:04:36.243304 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.31 06:04:36.259194 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:36.259252 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:36.265125 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:04:36.265798 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:36.268445 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.31 06:04:37.002836 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.003026 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:37.003098 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:37.003909 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.003969 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.004395 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:04:37.004624 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.004775 [ 127 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:04:37.004781 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} executeQuery: Read 136 rows, 12.05 KiB in 0.001807 sec., 75262.86662977311 rows/sec., 6.51 MiB/sec. 2026.01.31 06:04:37.004847 [ 127 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.004874 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.004879 [ 5 ] {85807c53-b215-4f62-9773-37402b4209a5} TCPHandler: Processed in 0.00217371 sec. 2026.01.31 06:04:37.005016 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:04:37.005023 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.005182 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:37.005191 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:37.005234 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:37.005243 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1407 rows starting from the beginning of the part 2026.01.31 06:04:37.005329 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 136 rows starting from the beginning of the part 2026.01.31 06:04:37.005381 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:04:37.005429 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:04:37.005473 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2026.01.31 06:04:37.005523 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part 2026.01.31 06:04:37.005705 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.005748 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.006207 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:04:37.006437 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.006574 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} executeQuery: Read 40 rows, 3.01 KiB in 0.001416 sec., 28248.58757062147 rows/sec., 2.07 MiB/sec. 2026.01.31 06:04:37.006621 [ 5 ] {11574c85-193f-4a8a-a27d-0fda5bf922f3} TCPHandler: Processed in 0.001654937 sec. 2026.01.31 06:04:37.006734 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.006833 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:37.006877 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:37.007085 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.002140089 sec., 1490124.9434018866 rows/sec., 130.28 MiB/sec. 2026.01.31 06:04:37.007324 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.007328 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:04:37.007361 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.007685 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.007731 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:04:37.007772 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_46_9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:04:37.007870 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:04:37.007956 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.008091 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} executeQuery: Read 104 rows, 8.32 KiB in 0.001281 sec., 81186.57298985167 rows/sec., 6.34 MiB/sec. 2026.01.31 06:04:37.008094 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:04:37.008131 [ 5 ] {3a138b5d-cc8f-47bc-8cc9-cf8bead3a7e7} TCPHandler: Processed in 0.001448313 sec. 2026.01.31 06:04:37.008142 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.008166 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.008239 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:04:37.008251 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.008345 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:37.008363 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:37.008373 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 632 rows starting from the beginning of the part 2026.01.31 06:04:37.008414 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:37.008433 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part 2026.01.31 06:04:37.008475 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:04:37.008510 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 600 rows starting from the beginning of the part 2026.01.31 06:04:37.008543 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2026.01.31 06:04:37.008582 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2026.01.31 06:04:37.008837 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.008878 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.009306 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:04:37.009482 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001277429 sec., 1227465.4794904452 rows/sec., 97.83 MiB/sec. 2026.01.31 06:04:37.009514 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.009638 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:04:37.009646 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} executeQuery: Read 160 rows, 11.41 KiB in 0.0013 sec., 123076.92307692308 rows/sec., 8.57 MiB/sec. 2026.01.31 06:04:37.009642 [ 127 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:04:37.009701 [ 5 ] {74a5a857-c3d1-49eb-adaf-7324074e9880} TCPHandler: Processed in 0.001498814 sec. 2026.01.31 06:04:37.009712 [ 127 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.009743 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.009813 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.009829 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:04:37.009913 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:37.009927 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.009945 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:37.009971 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} 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.01.31 06:04:37.009981 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12214 rows starting from the beginning of the part 2026.01.31 06:04:37.010004 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_46_9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:04:37.010049 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.01.31 06:04:37.010084 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:04:37.010090 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.01.31 06:04:37.010134 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 882 rows starting from the beginning of the part 2026.01.31 06:04:37.010169 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.01.31 06:04:37.010209 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:04:37.010850 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.010890 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.011626 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:04:37.011894 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.012038 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} executeQuery: Read 40 rows, 73.40 KiB in 0.002143 sec., 18665.422305179654 rows/sec., 33.45 MiB/sec. 2026.01.31 06:04:37.012095 [ 5 ] {5b1f5ece-5fba-4cfa-9ff4-c4ebc94c0b77} TCPHandler: Processed in 0.002330704 sec. 2026.01.31 06:04:37.012220 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:37.012313 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:37.012356 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:37.012781 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.012816 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.013330 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:04:37.013599 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.013730 [ 127 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:04:37.013734 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. 2026.01.31 06:04:37.013774 [ 127 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:37.013795 [ 5 ] {202a65af-d147-47c6-b8e5-eddb3c310c86} TCPHandler: Processed in 0.001623068 sec. 2026.01.31 06:04:37.013797 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB. 2026.01.31 06:04:37.013890 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:37.013982 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:37.014011 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2358 rows starting from the beginning of the part 2026.01.31 06:04:37.014066 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.01.31 06:04:37.014109 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.01.31 06:04:37.014146 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:37.014183 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.01.31 06:04:37.014220 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:04:37.015047 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13736 rows, containing 5 columns (5 merged, 0 gathered) in 0.00525515 sec., 2613816.922447504 rows/sec., 179.58 MiB/sec. 2026.01.31 06:04:37.015391 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:04:37.015418 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2658 rows, containing 4 columns (4 merged, 0 gathered) in 0.001561565 sec., 1702138.559714133 rows/sec., 114.83 MiB/sec. 2026.01.31 06:04:37.015641 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.015713 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_46_9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:04:37.015715 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:04:37.015778 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.01.31 06:04:37.015978 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:37.016046 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_46_9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:04:37.016116 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.31 06:04:38.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.55 MiB, peak 282.20 MiB, free memory in arenas 0.00 B, will set to 275.43 MiB (RSS), difference: 1.88 MiB 2026.01.31 06:04:42.000025 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:42.000216 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:42.000295 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:42.000943 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:42.000987 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:42.001382 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:04:42.001599 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:42.001750 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} executeQuery: Read 56 rows, 4.38 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.70 MiB/sec. 2026.01.31 06:04:42.001793 [ 5 ] {4597739f-8305-450c-a3dd-bd8ec64f0c4c} TCPHandler: Processed in 0.001903623 sec. 2026.01.31 06:04:42.001915 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:42.002010 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:42.002050 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:42.002465 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:42.002500 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:42.002812 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:04:42.003020 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:42.003146 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} executeQuery: Read 64 rows, 5.12 KiB in 0.001155 sec., 55411.25541125541 rows/sec., 4.32 MiB/sec. 2026.01.31 06:04:42.003183 [ 5 ] {31835fbb-4fb0-4aa3-962d-d520a66088c1} TCPHandler: Processed in 0.00131826 sec. 2026.01.31 06:04:42.003301 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:42.003394 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:42.003437 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:42.003837 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:42.003873 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:42.004187 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:04:42.004402 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:42.004528 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.01.31 06:04:42.004566 [ 5 ] {9193e06c-b2f4-41b9-b38c-055901bc57a8} TCPHandler: Processed in 0.00131322 sec. 2026.01.31 06:04:42.004679 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:42.004772 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:42.004813 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:42.005146 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:42.005179 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:42.005482 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:04:42.005681 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:42.005807 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.31 06:04:42.005843 [ 5 ] {f36c7d78-c3db-4632-aa64-eb3e94f3e390} TCPHandler: Processed in 0.001212968 sec. 2026.01.31 06:04:42.922907 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15824 2026.01.31 06:04:42.923395 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:42.923438 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:42.923928 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:04:42.924156 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:42.924282 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15824 2026.01.31 06:04:43.768518 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.31 06:04:43.785343 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:43.785410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:43.791380 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:04:43.792100 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:43.796005 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.31 06:04:44.343183 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64324 2026.01.31 06:04:44.343300 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.343332 [ 291 ] {} TCP-Session: 6ec01b5d-49fa-4d9b-a5fd-7a1ac4d4575e Authenticating user 'default' from [fd00:1122:3344:101::e]:64324 2026.01.31 06:04:44.343359 [ 291 ] {} TCP-Session: 6ec01b5d-49fa-4d9b-a5fd-7a1ac4d4575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.343374 [ 291 ] {} TCP-Session: 6ec01b5d-49fa-4d9b-a5fd-7a1ac4d4575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.343656 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46091 2026.01.31 06:04:44.343679 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46883 2026.01.31 06:04:44.343715 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62447 2026.01.31 06:04:44.343729 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62295 2026.01.31 06:04:44.343779 [ 291 ] {} TCP-Session: 6ec01b5d-49fa-4d9b-a5fd-7a1ac4d4575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:44.343782 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.343745 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62978 2026.01.31 06:04:44.343839 [ 292 ] {} TCP-Session: 59c3af8b-9e44-47c2-9c34-0af3bea7e595 Authenticating user 'default' from [fd00:1122:3344:101::e]:46091 2026.01.31 06:04:44.343738 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55224 2026.01.31 06:04:44.343899 [ 292 ] {} TCP-Session: 59c3af8b-9e44-47c2-9c34-0af3bea7e595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.343913 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.343918 [ 292 ] {} TCP-Session: 59c3af8b-9e44-47c2-9c34-0af3bea7e595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.343704 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35702 2026.01.31 06:04:44.343952 [ 293 ] {} TCP-Session: 5f66fa49-5461-445f-9d92-7004627004b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46883 2026.01.31 06:04:44.343962 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} executeQuery: (from [fd00:1122:3344:101::e]:64324) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:04:44.344010 [ 293 ] {} TCP-Session: 5f66fa49-5461-445f-9d92-7004627004b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.343704 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57890 2026.01.31 06:04:44.344046 [ 293 ] {} TCP-Session: 5f66fa49-5461-445f-9d92-7004627004b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344301 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:04:44.344364 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:04:44.344386 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.344429 [ 288 ] {} TCP-Session: a26a7c38-793c-42a3-aaa6-219cd778f45e Authenticating user 'default' from [fd00:1122:3344:101::e]:62295 2026.01.31 06:04:44.344454 [ 288 ] {} TCP-Session: a26a7c38-793c-42a3-aaa6-219cd778f45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344467 [ 288 ] {} TCP-Session: a26a7c38-793c-42a3-aaa6-219cd778f45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344488 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.344522 [ 3 ] {} TCP-Session: 7d2ccf2b-42a8-423b-bd13-a83bbf3e6d44 Authenticating user 'default' from [fd00:1122:3344:101::e]:57890 2026.01.31 06:04:44.344539 [ 3 ] {} TCP-Session: 7d2ccf2b-42a8-423b-bd13-a83bbf3e6d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344555 [ 3 ] {} TCP-Session: 7d2ccf2b-42a8-423b-bd13-a83bbf3e6d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344654 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:04:44.344845 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.344879 [ 290 ] {} TCP-Session: 07eff8a2-1544-4512-a5bc-b8af7bccc8aa Authenticating user 'default' from [fd00:1122:3344:101::e]:62978 2026.01.31 06:04:44.344897 [ 290 ] {} TCP-Session: 07eff8a2-1544-4512-a5bc-b8af7bccc8aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344909 [ 290 ] {} TCP-Session: 07eff8a2-1544-4512-a5bc-b8af7bccc8aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344915 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.344946 [ 286 ] {} TCP-Session: 3c1fab12-5cb0-4c62-8bf7-2e9014caa03c Authenticating user 'default' from [fd00:1122:3344:101::e]:62447 2026.01.31 06:04:44.344963 [ 286 ] {} TCP-Session: 3c1fab12-5cb0-4c62-8bf7-2e9014caa03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.344979 [ 286 ] {} TCP-Session: 3c1fab12-5cb0-4c62-8bf7-2e9014caa03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.345021 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.345055 [ 289 ] {} TCP-Session: 24b0ea59-15dd-4f1b-b3d6-e0e0dd69acd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55224 2026.01.31 06:04:44.345072 [ 289 ] {} TCP-Session: 24b0ea59-15dd-4f1b-b3d6-e0e0dd69acd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.345088 [ 289 ] {} TCP-Session: 24b0ea59-15dd-4f1b-b3d6-e0e0dd69acd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.345124 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:44.345159 [ 294 ] {} TCP-Session: 7ba66307-ed35-4040-9101-9f5f60d76072 Authenticating user 'default' from [fd00:1122:3344:101::e]:35702 2026.01.31 06:04:44.345177 [ 294 ] {} TCP-Session: 7ba66307-ed35-4040-9101-9f5f60d76072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.345189 [ 294 ] {} TCP-Session: 7ba66307-ed35-4040-9101-9f5f60d76072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.345625 [ 321 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} AggregatingTransform: Aggregating 2026.01.31 06:04:44.345674 [ 321 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} Aggregator: Aggregation method: without_key 2026.01.31 06:04:44.345711 [ 321 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000945022 sec. (1058.176 rows/sec., 41.34 KiB/sec.) 2026.01.31 06:04:44.345729 [ 321 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} Aggregator: Merging aggregated data 2026.01.31 06:04:44.346954 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} executeQuery: Read 1 rows, 40.00 B in 0.003048 sec., 328.0839895013123 rows/sec., 12.82 KiB/sec. 2026.01.31 06:04:44.347082 [ 291 ] {fd1f1ec3-9057-4ce5-8cd1-a3b66169bdf6} TCPHandler: Processed in 0.003425058 sec. 2026.01.31 06:04:44.347203 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347238 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347242 [ 291 ] {} TCP-Session: 6ec01b5d-49fa-4d9b-a5fd-7a1ac4d4575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347261 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347282 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347304 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347314 [ 290 ] {} TCP-Session: 07eff8a2-1544-4512-a5bc-b8af7bccc8aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347324 [ 286 ] {} TCP-Session: 3c1fab12-5cb0-4c62-8bf7-2e9014caa03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347333 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347338 [ 293 ] {} TCP-Session: 5f66fa49-5461-445f-9d92-7004627004b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347356 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347376 [ 294 ] {} TCP-Session: 7ba66307-ed35-4040-9101-9f5f60d76072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347376 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347395 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:44.347402 [ 3 ] {} TCP-Session: 7d2ccf2b-42a8-423b-bd13-a83bbf3e6d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347424 [ 288 ] {} TCP-Session: a26a7c38-793c-42a3-aaa6-219cd778f45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347444 [ 289 ] {} TCP-Session: 24b0ea59-15dd-4f1b-b3d6-e0e0dd69acd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:44.347283 [ 292 ] {} TCP-Session: 59c3af8b-9e44-47c2-9c34-0af3bea7e595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.466555 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 744 2026.01.31 06:04:45.468975 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:45.469026 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:45.470236 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:04:45.470510 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:45.470806 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.01.31 06:04:45.781791 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52077 2026.01.31 06:04:45.781898 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.781925 [ 291 ] {} TCP-Session: 0c71ecb4-92e5-4b64-bfec-e5ae75d4cf11 Authenticating user 'default' from [fd00:1122:3344:101::e]:52077 2026.01.31 06:04:45.781948 [ 291 ] {} TCP-Session: 0c71ecb4-92e5-4b64-bfec-e5ae75d4cf11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.781960 [ 291 ] {} TCP-Session: 0c71ecb4-92e5-4b64-bfec-e5ae75d4cf11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782206 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56943 2026.01.31 06:04:45.782222 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49808 2026.01.31 06:04:45.782256 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44627 2026.01.31 06:04:45.782273 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41312 2026.01.31 06:04:45.782315 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782315 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782322 [ 291 ] {} TCP-Session: 0c71ecb4-92e5-4b64-bfec-e5ae75d4cf11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:45.782346 [ 3 ] {} TCP-Session: a05d3e60-1f64-494b-bee6-2c93ff5a3b0e Authenticating user 'default' from [fd00:1122:3344:101::e]:49808 2026.01.31 06:04:45.782356 [ 293 ] {} TCP-Session: 22db6b88-c7c2-4f6e-89cb-f070b49b2cf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56943 2026.01.31 06:04:45.782388 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782391 [ 3 ] {} TCP-Session: a05d3e60-1f64-494b-bee6-2c93ff5a3b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782398 [ 293 ] {} TCP-Session: 22db6b88-c7c2-4f6e-89cb-f070b49b2cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782417 [ 3 ] {} TCP-Session: a05d3e60-1f64-494b-bee6-2c93ff5a3b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782415 [ 290 ] {} TCP-Session: 0354b171-7243-4243-87a6-ccfa725ed665 Authenticating user 'default' from [fd00:1122:3344:101::e]:41312 2026.01.31 06:04:45.782424 [ 293 ] {} TCP-Session: 22db6b88-c7c2-4f6e-89cb-f070b49b2cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782443 [ 290 ] {} TCP-Session: 0354b171-7243-4243-87a6-ccfa725ed665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782394 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782461 [ 290 ] {} TCP-Session: 0354b171-7243-4243-87a6-ccfa725ed665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782234 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43846 2026.01.31 06:04:45.782498 [ 288 ] {} TCP-Session: 9306615b-2d4f-4182-8a55-889b232e637b Authenticating user 'default' from [fd00:1122:3344:101::e]:44627 2026.01.31 06:04:45.782520 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} executeQuery: (from [fd00:1122:3344:101::e]:52077) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:04:45.782225 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39057 2026.01.31 06:04:45.782568 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782558 [ 288 ] {} TCP-Session: 9306615b-2d4f-4182-8a55-889b232e637b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782614 [ 286 ] {} TCP-Session: 37ba018b-5474-490c-ad7d-47513d49654f Authenticating user 'default' from [fd00:1122:3344:101::e]:43846 2026.01.31 06:04:45.782628 [ 288 ] {} TCP-Session: 9306615b-2d4f-4182-8a55-889b232e637b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782640 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782643 [ 286 ] {} TCP-Session: 37ba018b-5474-490c-ad7d-47513d49654f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782666 [ 294 ] {} TCP-Session: baf8ced8-8320-413b-8436-704500013c4e Authenticating user 'default' from [fd00:1122:3344:101::e]:39057 2026.01.31 06:04:45.782678 [ 286 ] {} TCP-Session: 37ba018b-5474-490c-ad7d-47513d49654f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782694 [ 294 ] {} TCP-Session: baf8ced8-8320-413b-8436-704500013c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782207 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62647 2026.01.31 06:04:45.782718 [ 294 ] {} TCP-Session: baf8ced8-8320-413b-8436-704500013c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782265 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44924 2026.01.31 06:04:45.782828 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:04:45.782839 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782866 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:45.782885 [ 292 ] {} TCP-Session: 7c89e5f0-3ad1-46f7-b06f-a811c87eb250 Authenticating user 'default' from [fd00:1122:3344:101::e]:62647 2026.01.31 06:04:45.782889 [ 289 ] {} TCP-Session: ad8b97f0-f871-4160-9391-64912bdb5f1f Authenticating user 'default' from [fd00:1122:3344:101::e]:44924 2026.01.31 06:04:45.782894 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:04:45.782916 [ 289 ] {} TCP-Session: ad8b97f0-f871-4160-9391-64912bdb5f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782911 [ 292 ] {} TCP-Session: 7c89e5f0-3ad1-46f7-b06f-a811c87eb250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782939 [ 289 ] {} TCP-Session: ad8b97f0-f871-4160-9391-64912bdb5f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.782943 [ 292 ] {} TCP-Session: 7c89e5f0-3ad1-46f7-b06f-a811c87eb250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.783213 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:04:45.784255 [ 338 ] {7b615fa8-fc5a-433f-b190-a420834469db} AggregatingTransform: Aggregating 2026.01.31 06:04:45.784312 [ 338 ] {7b615fa8-fc5a-433f-b190-a420834469db} Aggregator: Aggregation method: without_key 2026.01.31 06:04:45.784350 [ 338 ] {7b615fa8-fc5a-433f-b190-a420834469db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001032003 sec. (968.989 rows/sec., 37.85 KiB/sec.) 2026.01.31 06:04:45.784366 [ 338 ] {7b615fa8-fc5a-433f-b190-a420834469db} Aggregator: Merging aggregated data 2026.01.31 06:04:45.785415 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} executeQuery: Read 1 rows, 40.00 B in 0.00295 sec., 338.98305084745766 rows/sec., 13.24 KiB/sec. 2026.01.31 06:04:45.785632 [ 291 ] {7b615fa8-fc5a-433f-b190-a420834469db} TCPHandler: Processed in 0.003428788 sec. 2026.01.31 06:04:45.785758 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785783 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785798 [ 291 ] {} TCP-Session: 0c71ecb4-92e5-4b64-bfec-e5ae75d4cf11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785802 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785829 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785846 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785865 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785896 [ 3 ] {} TCP-Session: a05d3e60-1f64-494b-bee6-2c93ff5a3b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785896 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785923 [ 288 ] {} TCP-Session: 9306615b-2d4f-4182-8a55-889b232e637b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785910 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785965 [ 286 ] {} TCP-Session: 37ba018b-5474-490c-ad7d-47513d49654f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785907 [ 294 ] {} TCP-Session: baf8ced8-8320-413b-8436-704500013c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785985 [ 290 ] {} TCP-Session: 0354b171-7243-4243-87a6-ccfa725ed665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785880 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:45.785866 [ 289 ] {} TCP-Session: ad8b97f0-f871-4160-9391-64912bdb5f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.785827 [ 293 ] {} TCP-Session: 22db6b88-c7c2-4f6e-89cb-f070b49b2cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:45.786063 [ 292 ] {} TCP-Session: 7c89e5f0-3ad1-46f7-b06f-a811c87eb250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027024 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48057 2026.01.31 06:04:46.027124 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027151 [ 291 ] {} TCP-Session: 75fdd827-c7bb-4a93-b2fe-84161afdf493 Authenticating user 'default' from [fd00:1122:3344:101::e]:48057 2026.01.31 06:04:46.027175 [ 291 ] {} TCP-Session: 75fdd827-c7bb-4a93-b2fe-84161afdf493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027188 [ 291 ] {} TCP-Session: 75fdd827-c7bb-4a93-b2fe-84161afdf493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027388 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41374 2026.01.31 06:04:46.027412 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38007 2026.01.31 06:04:46.027437 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40876 2026.01.31 06:04:46.027474 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48792 2026.01.31 06:04:46.027489 [ 291 ] {} TCP-Session: 75fdd827-c7bb-4a93-b2fe-84161afdf493 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:46.027507 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027529 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027561 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027564 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027589 [ 294 ] {} TCP-Session: 8c22a5a1-3cc3-4080-a741-3b1c4a01f4ac Authenticating user 'default' from [fd00:1122:3344:101::e]:38007 2026.01.31 06:04:46.027594 [ 290 ] {} TCP-Session: 3a9ad492-d772-4fd4-9f48-8d6653effbdc Authenticating user 'default' from [fd00:1122:3344:101::e]:48792 2026.01.31 06:04:46.027606 [ 286 ] {} TCP-Session: bfab424e-9f67-412d-8e7d-f7f4a3c3a958 Authenticating user 'default' from [fd00:1122:3344:101::e]:40876 2026.01.31 06:04:46.027622 [ 294 ] {} TCP-Session: 8c22a5a1-3cc3-4080-a741-3b1c4a01f4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027633 [ 290 ] {} TCP-Session: 3a9ad492-d772-4fd4-9f48-8d6653effbdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027638 [ 286 ] {} TCP-Session: bfab424e-9f67-412d-8e7d-f7f4a3c3a958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027646 [ 294 ] {} TCP-Session: 8c22a5a1-3cc3-4080-a741-3b1c4a01f4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027664 [ 286 ] {} TCP-Session: bfab424e-9f67-412d-8e7d-f7f4a3c3a958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027679 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} executeQuery: (from [fd00:1122:3344:101::e]:48057) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:04:46.027656 [ 290 ] {} TCP-Session: 3a9ad492-d772-4fd4-9f48-8d6653effbdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027474 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44670 2026.01.31 06:04:46.027462 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47458 2026.01.31 06:04:46.027423 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46343 2026.01.31 06:04:46.027815 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027396 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40189 2026.01.31 06:04:46.027857 [ 289 ] {} TCP-Session: c6db99fe-b059-4054-8058-4dc4536fd7e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44670 2026.01.31 06:04:46.027873 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027880 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027895 [ 289 ] {} TCP-Session: c6db99fe-b059-4054-8058-4dc4536fd7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027919 [ 288 ] {} TCP-Session: 9ca3eb71-d4a7-4ddd-a42a-538435588f9b Authenticating user 'default' from [fd00:1122:3344:101::e]:47458 2026.01.31 06:04:46.027928 [ 3 ] {} TCP-Session: 66509e25-5ed5-420f-bee0-48e8cdc179cb Authenticating user 'default' from [fd00:1122:3344:101::e]:46343 2026.01.31 06:04:46.027940 [ 289 ] {} TCP-Session: c6db99fe-b059-4054-8058-4dc4536fd7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027958 [ 288 ] {} TCP-Session: 9ca3eb71-d4a7-4ddd-a42a-538435588f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027970 [ 3 ] {} TCP-Session: 66509e25-5ed5-420f-bee0-48e8cdc179cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027994 [ 288 ] {} TCP-Session: 9ca3eb71-d4a7-4ddd-a42a-538435588f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.028007 [ 3 ] {} TCP-Session: 66509e25-5ed5-420f-bee0-48e8cdc179cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027911 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:04:46.027562 [ 292 ] {} TCP-Session: 24933673-c80e-428f-b08d-9bf6fe306c97 Authenticating user 'default' from [fd00:1122:3344:101::e]:41374 2026.01.31 06:04:46.028056 [ 293 ] {} TCP-Session: 0ad3b6df-217d-4980-82c6-8d9b05718213 Authenticating user 'default' from [fd00:1122:3344:101::e]:40189 2026.01.31 06:04:46.028080 [ 292 ] {} TCP-Session: 24933673-c80e-428f-b08d-9bf6fe306c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.028090 [ 293 ] {} TCP-Session: 0ad3b6df-217d-4980-82c6-8d9b05718213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.028104 [ 292 ] {} TCP-Session: 24933673-c80e-428f-b08d-9bf6fe306c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.028116 [ 293 ] {} TCP-Session: 0ad3b6df-217d-4980-82c6-8d9b05718213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.027971 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:04:46.028206 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:04:46.028501 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:04:46.029540 [ 324 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} AggregatingTransform: Aggregating 2026.01.31 06:04:46.029577 [ 324 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} Aggregator: Aggregation method: without_key 2026.01.31 06:04:46.029616 [ 324 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001008534 sec. (991.538 rows/sec., 38.73 KiB/sec.) 2026.01.31 06:04:46.029639 [ 324 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} Aggregator: Merging aggregated data 2026.01.31 06:04:46.030896 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} executeQuery: Read 1 rows, 40.00 B in 0.003232 sec., 309.4059405940594 rows/sec., 12.09 KiB/sec. 2026.01.31 06:04:46.031011 [ 291 ] {b6e05b1f-13a1-4817-b20c-53163f71a1b3} TCPHandler: Processed in 0.003645084 sec. 2026.01.31 06:04:46.031132 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031160 [ 291 ] {} TCP-Session: 75fdd827-c7bb-4a93-b2fe-84161afdf493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031162 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031182 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031207 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031220 [ 292 ] {} TCP-Session: 24933673-c80e-428f-b08d-9bf6fe306c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031233 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031263 [ 288 ] {} TCP-Session: 9ca3eb71-d4a7-4ddd-a42a-538435588f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031259 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031285 [ 290 ] {} TCP-Session: 3a9ad492-d772-4fd4-9f48-8d6653effbdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031309 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031316 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031339 [ 286 ] {} TCP-Session: bfab424e-9f67-412d-8e7d-f7f4a3c3a958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031313 [ 294 ] {} TCP-Session: 8c22a5a1-3cc3-4080-a741-3b1c4a01f4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031360 [ 3 ] {} TCP-Session: 66509e25-5ed5-420f-bee0-48e8cdc179cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031281 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:04:46.031238 [ 293 ] {} TCP-Session: 0ad3b6df-217d-4980-82c6-8d9b05718213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:46.031435 [ 289 ] {} TCP-Session: c6db99fe-b059-4054-8058-4dc4536fd7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:04:47.001613 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.001808 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:47.001881 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:47.002635 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.002685 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.003074 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:04:47.003296 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.003455 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} executeQuery: Read 136 rows, 12.05 KiB in 0.001697 sec., 80141.42604596347 rows/sec., 6.93 MiB/sec. 2026.01.31 06:04:47.003503 [ 5 ] {c77be0e7-4138-459b-98b5-a6dd6bef58fb} TCPHandler: Processed in 0.002022206 sec. 2026.01.31 06:04:47.003630 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.003729 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:47.003773 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:47.004194 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.004231 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.004536 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:04:47.004751 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.004886 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} executeQuery: Read 40 rows, 3.01 KiB in 0.001179 sec., 33927.05682782019 rows/sec., 2.49 MiB/sec. 2026.01.31 06:04:47.004924 [ 5 ] {1bf86913-6c7c-4947-aa5d-c9b68ee45793} TCPHandler: Processed in 0.00134995 sec. 2026.01.31 06:04:47.005040 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.005136 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:47.005176 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:47.005618 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.005653 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.005948 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:04:47.006153 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.006287 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} executeQuery: Read 104 rows, 8.32 KiB in 0.00117 sec., 88888.88888888889 rows/sec., 6.94 MiB/sec. 2026.01.31 06:04:47.006325 [ 5 ] {b59d375c-0b6c-4145-8f8e-5ea24c9708bc} TCPHandler: Processed in 0.001334711 sec. 2026.01.31 06:04:47.006441 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.006536 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:47.006579 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:47.006980 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.007014 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.007334 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:04:47.007541 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.007671 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.01.31 06:04:47.007708 [ 5 ] {75c372ad-9904-451e-b714-da65c6b88c29} TCPHandler: Processed in 0.00131658 sec. 2026.01.31 06:04:47.007822 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.007915 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:47.007970 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} 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.01.31 06:04:47.008780 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.008816 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.009367 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:04:47.009589 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.009728 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} executeQuery: Read 40 rows, 73.40 KiB in 0.00183 sec., 21857.92349726776 rows/sec., 39.17 MiB/sec. 2026.01.31 06:04:47.009792 [ 5 ] {30cfb5b5-36b0-48d9-9316-b911ce25a4ce} TCPHandler: Processed in 0.002018686 sec. 2026.01.31 06:04:47.009905 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:47.009999 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:47.010040 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:47.010373 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:47.010409 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:47.010702 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:04:47.010905 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:47.011032 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.31 06:04:47.011067 [ 5 ] {b20e1b1c-c149-4cf0-8084-0918f5ac1d80} TCPHandler: Processed in 0.001211238 sec. 2026.01.31 06:04:50.296082 [ 144 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:04:50.296176 [ 144 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:04:50.424332 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16336 2026.01.31 06:04:50.424820 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:50.424857 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:50.425332 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:04:50.425564 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:50.425688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16336 2026.01.31 06:04:51.296078 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.31 06:04:51.312759 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:51.312822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:51.318815 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:04:51.319507 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:51.322042 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.31 06:04:52.000474 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:52.000661 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:52.000731 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:52.001351 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:52.001390 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:52.001766 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:04:52.001980 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:52.002130 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} executeQuery: Read 56 rows, 4.38 KiB in 0.00152 sec., 36842.10526315789 rows/sec., 2.81 MiB/sec. 2026.01.31 06:04:52.002170 [ 5 ] {025ba4a4-6f24-4ac7-b266-cd29fa0db4f3} TCPHandler: Processed in 0.001821032 sec. 2026.01.31 06:04:52.002289 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:52.002382 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:52.002420 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:52.002824 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:52.002859 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:52.003143 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:04:52.003341 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:52.003463 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} executeQuery: Read 64 rows, 5.12 KiB in 0.0011 sec., 58181.81818181818 rows/sec., 4.54 MiB/sec. 2026.01.31 06:04:52.003498 [ 5 ] {2c6a9150-0749-43bf-8f5e-c607f0140342} TCPHandler: Processed in 0.001256558 sec. 2026.01.31 06:04:52.003619 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:52.003714 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:52.003756 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:52.004150 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:52.004185 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:52.004510 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:04:52.004710 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:52.004835 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2026.01.31 06:04:52.004871 [ 5 ] {686cbab2-70cc-4190-bbf5-67f86d37d799} TCPHandler: Processed in 0.00130532 sec. 2026.01.31 06:04:52.004979 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:52.005070 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:52.005109 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:52.005433 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:52.005468 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:52.005749 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:04:52.005943 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:52.006067 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} executeQuery: Read 60 rows, 4.14 KiB in 0.001015 sec., 59113.30049261083 rows/sec., 3.98 MiB/sec. 2026.01.31 06:04:52.006102 [ 5 ] {b1ffee68-a9fd-435b-bac5-b5cf71248546} TCPHandler: Processed in 0.001168807 sec. 2026.01.31 06:04:55.470971 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 768 2026.01.31 06:04:55.473234 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:55.473289 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:55.474474 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:04:55.474735 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:55.474883 [ 141 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:04:55.474951 [ 141 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:55.474974 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:55.474998 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.01.31 06:04:55.475077 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:04:55.475607 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:04:55.475768 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 650 rows starting from the beginning of the part 2026.01.31 06:04:55.476164 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.01.31 06:04:55.476532 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:04:55.476875 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part 2026.01.31 06:04:55.477213 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part 2026.01.31 06:04:55.477536 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.01.31 06:04:55.483385 [ 192 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 72 columns (72 merged, 0 gathered) in 0.008347921 sec., 91998.95399105958 rows/sec., 76.44 MiB/sec. 2026.01.31 06:04:55.484351 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:04:55.484857 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:55.484933 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_26_5} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:04:55.485101 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.01.31 06:04:57.030381 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.030553 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.030617 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:04:57.031224 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.031270 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.031650 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:04:57.031870 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.032018 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} executeQuery: Read 24 rows, 2.04 KiB in 0.001512 sec., 15873.015873015873 rows/sec., 1.32 MiB/sec. 2026.01.31 06:04:57.032060 [ 5 ] {0b1616b7-3c0a-4339-9f17-6d67946111c4} TCPHandler: Processed in 0.001805531 sec. 2026.01.31 06:04:57.032179 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.032272 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:04:57.032313 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:04:57.032715 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.032750 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.033048 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:04:57.033257 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.033385 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} executeQuery: Read 12 rows, 1002.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 865.94 KiB/sec. 2026.01.31 06:04:57.033422 [ 5 ] {e74dc6db-5474-447e-b20f-9eb05bd472c7} TCPHandler: Processed in 0.001292109 sec. 2026.01.31 06:04:57.033535 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.033628 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:04:57.033668 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:04:57.034673 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.034712 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.035103 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:04:57.035307 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.035436 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} executeQuery: Read 1402 rows, 120.04 KiB in 0.001826 sec., 767798.4665936474 rows/sec., 64.20 MiB/sec. 2026.01.31 06:04:57.035473 [ 5 ] {e54ec7a8-934b-42ca-846c-1763dec387ef} TCPHandler: Processed in 0.001986985 sec. 2026.01.31 06:04:57.035585 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.035679 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.035719 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:04:57.036134 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.036170 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.036485 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:04:57.036699 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.036823 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} executeQuery: Read 64 rows, 4.81 KiB in 0.001163 sec., 55030.09458297506 rows/sec., 4.04 MiB/sec. 2026.01.31 06:04:57.036859 [ 5 ] {71e2fe7a-8ffc-445a-ac5a-cc1cc73dcb35} TCPHandler: Processed in 0.001322491 sec. 2026.01.31 06:04:57.036969 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.037060 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.037100 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:04:57.037553 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.037588 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.037885 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:04:57.038095 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.038224 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} executeQuery: Read 252 rows, 17.85 KiB in 0.001181 sec., 213378.49280270957 rows/sec., 14.76 MiB/sec. 2026.01.31 06:04:57.038261 [ 5 ] {9da2a45b-24d4-41fa-a6c5-a1697fad1da8} TCPHandler: Processed in 0.001340051 sec. 2026.01.31 06:04:57.038377 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.038470 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.038509 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:04:57.038906 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.038941 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.039231 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 06:04:57.039428 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.039553 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} executeQuery: Read 12 rows, 960.00 B in 0.001101 sec., 10899.182561307902 rows/sec., 851.50 KiB/sec. 2026.01.31 06:04:57.039589 [ 5 ] {3d8304a5-ce1c-4e5d-b6f4-f13837d444fc} TCPHandler: Processed in 0.001261699 sec. 2026.01.31 06:04:57.039703 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.039795 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:04:57.039834 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:04:57.040437 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.040473 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.040790 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:04:57.040992 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.041120 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} executeQuery: Read 608 rows, 46.84 KiB in 0.001342 sec., 453055.1415797317 rows/sec., 34.09 MiB/sec. 2026.01.31 06:04:57.041156 [ 5 ] {aec544c9-4b44-44e6-90a1-15b0cb2479cd} TCPHandler: Processed in 0.001501404 sec. 2026.01.31 06:04:57.041269 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.041362 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.041403 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:04:57.041959 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.041996 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.042360 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:04:57.042573 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.042703 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} executeQuery: Read 886 rows, 61.58 KiB in 0.00136 sec., 651470.5882352941 rows/sec., 44.22 MiB/sec. 2026.01.31 06:04:57.042740 [ 5 ] {a5922e86-29a2-4b6c-81cb-ba7b2ebeb26f} TCPHandler: Processed in 0.001519794 sec. 2026.01.31 06:04:57.042850 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.042944 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.042996 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} 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.01.31 06:04:57.043804 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.043841 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.044384 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:04:57.044599 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.044741 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} executeQuery: Read 40 rows, 73.40 KiB in 0.001815 sec., 22038.567493112947 rows/sec., 39.49 MiB/sec. 2026.01.31 06:04:57.044794 [ 5 ] {95640ce3-83b7-418c-b96d-09232411407c} TCPHandler: Processed in 0.001992345 sec. 2026.01.31 06:04:57.044910 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:04:57.045004 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:04:57.045045 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:04:57.045379 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.045414 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.045707 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:04:57.045907 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.046032 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.01.31 06:04:57.046067 [ 5 ] {0a30b5f9-a53a-4c37-95e0-16631f524b1b} TCPHandler: Processed in 0.001206947 sec. 2026.01.31 06:04:57.925786 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16784 2026.01.31 06:04:57.926271 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:57.926315 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:57.926782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:04:57.927009 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:57.927136 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16784 2026.01.31 06:04:58.822134 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.31 06:04:58.839789 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:04:58.839851 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:04:58.846631 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:04:58.847326 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:04:58.850207 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.31 06:05:02.000795 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:02.000989 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:02.001061 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:02.001718 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.001766 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:02.002159 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:05:02.002381 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.002511 [ 108 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:05:02.002533 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} executeQuery: Read 56 rows, 4.38 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.68 MiB/sec. 2026.01.31 06:05:02.002577 [ 108 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.002590 [ 5 ] {53bcd0e7-a4d0-4e32-ab57-d58fe0446ed5} TCPHandler: Processed in 0.001928615 sec. 2026.01.31 06:05:02.002603 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:02.002697 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:05:02.002720 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:02.002788 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:02.002814 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:02.002817 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1407 rows starting from the beginning of the part 2026.01.31 06:05:02.002854 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:02.002882 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:02.002923 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 136 rows starting from the beginning of the part 2026.01.31 06:05:02.002962 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:02.003000 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:05:02.003040 [ 193 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:02.003278 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.003313 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:02.003631 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:05:02.003841 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.003948 [ 108 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:05:02.003966 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2026.01.31 06:05:02.003983 [ 108 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.004006 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:02.004007 [ 5 ] {83a12134-594c-4209-a879-b82ea1b304aa} TCPHandler: Processed in 0.001336441 sec. 2026.01.31 06:05:02.004099 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:05:02.004136 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:02.004223 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:02.004233 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:02.004266 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 632 rows starting from the beginning of the part 2026.01.31 06:05:02.004286 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:02.004311 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001645158 sec., 1892219.470713451 rows/sec., 164.92 MiB/sec. 2026.01.31 06:05:02.004341 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:02.004403 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part 2026.01.31 06:05:02.004448 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:02.004489 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 608 rows starting from the beginning of the part 2026.01.31 06:05:02.004529 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:02.004634 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:05:02.004730 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.004772 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:02.005057 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.005160 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_51_10} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:05:02.005165 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:05:02.005259 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.31 06:05:02.005400 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.005526 [ 108 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:05:02.005536 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. 2026.01.31 06:05:02.005563 [ 108 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.005585 [ 5 ] {da53d5dc-3bac-4049-9689-ffb431f14da9} TCPHandler: Processed in 0.001497734 sec. 2026.01.31 06:05:02.005585 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:02.005595 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.001541095 sec., 996693.9092009254 rows/sec., 79.39 MiB/sec. 2026.01.31 06:05:02.005680 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:02.005708 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:02.005775 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:02.005778 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:05:02.005806 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:02.005812 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13736 rows starting from the beginning of the part 2026.01.31 06:05:02.005854 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:02.005891 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:02.005940 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:02.005985 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:02.006025 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 886 rows starting from the beginning of the part 2026.01.31 06:05:02.006060 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.006064 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:02.006141 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_51_10} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:05:02.006200 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.006222 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:05:02.006237 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:02.006573 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:05:02.006782 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.006890 [ 108 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:05:02.006909 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.31 06:05:02.006921 [ 108 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:02.006948 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:02.006952 [ 5 ] {9a6e9d43-e41c-494b-beb7-3b7c13ca339e} TCPHandler: Processed in 0.001293059 sec. 2026.01.31 06:05:02.007031 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:02.007131 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:02.007159 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2658 rows starting from the beginning of the part 2026.01.31 06:05:02.007208 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:02.007251 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:02.007289 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:02.007324 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:02.007362 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:02.008491 [ 190 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2958 rows, containing 4 columns (4 merged, 0 gathered) in 0.001502154 sec., 1969172.2686222587 rows/sec., 132.83 MiB/sec. 2026.01.31 06:05:02.008816 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:05:02.009069 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.009136 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_51_10} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:05:02.009221 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.01.31 06:05:02.010257 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15262 rows, containing 5 columns (5 merged, 0 gathered) in 0.004610486 sec., 3310280.0876089856 rows/sec., 227.40 MiB/sec. 2026.01.31 06:05:02.010703 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:05:02.010942 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:02.011009 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_51_10} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:05:02.011094 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2026.01.31 06:05:03.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.81 MiB, peak 284.74 MiB, free memory in arenas 0.00 B, will set to 279.31 MiB (RSS), difference: 1.50 MiB 2026.01.31 06:05:05.296230 [ 87 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:05:05.296307 [ 87 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:05:05.428204 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17296 2026.01.31 06:05:05.428930 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:05.429001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:05.429542 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:05:05.429781 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:05.429914 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17296 2026.01.31 06:05:05.429978 [ 87 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:05:05.430065 [ 87 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:05.430091 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:05.430205 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:05:05.430328 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:05.430367 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14864 rows starting from the beginning of the part 2026.01.31 06:05:05.430431 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.01.31 06:05:05.430478 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.01.31 06:05:05.430520 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.01.31 06:05:05.430558 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.01.31 06:05:05.430607 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.01.31 06:05:05.432806 [ 189 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17296 rows, containing 4 columns (4 merged, 0 gathered) in 0.002648371 sec., 6530807.0508248275 rows/sec., 93.42 MiB/sec. 2026.01.31 06:05:05.432966 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:05:05.433328 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:05.433415 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_36_7} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:05:05.433549 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.01.31 06:05:05.476106 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 796 2026.01.31 06:05:05.478380 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:05.478426 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:05.479620 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:05:05.479895 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:05.480174 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2026.01.31 06:05:06.351237 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.01.31 06:05:06.370681 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:06.370756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:06.377270 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:05:06.377964 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:06.378242 [ 128 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:05:06.378302 [ 128 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:06.378321 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:06.378430 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.381521 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.01.31 06:05:06.382289 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:06.383795 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.389055 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.393872 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.398539 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.403198 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.407522 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:06.464603 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.086217591 sec., 3154.8086283227285 rows/sec., 16.31 MiB/sec. 2026.01.31 06:05:06.467232 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:05:06.469171 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_36_7} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:06.469278 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_36_7} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:05:06.471572 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.01.31 06:05:07.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.76 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 283.10 MiB (RSS), difference: 2.34 MiB 2026.01.31 06:05:07.002056 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.002255 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:07.002335 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:07.003177 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.003240 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.003662 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:05:07.003904 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.004088 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} executeQuery: Read 136 rows, 12.05 KiB in 0.001884 sec., 72186.83651804671 rows/sec., 6.25 MiB/sec. 2026.01.31 06:05:07.004148 [ 5 ] {617661c8-51ad-42f2-8460-b2cfcec7a3c9} TCPHandler: Processed in 0.002226781 sec. 2026.01.31 06:05:07.004272 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.004381 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:07.004427 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:07.004885 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.004924 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.005277 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:05:07.005488 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.005600 [ 128 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.01.31 06:05:07.005619 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} executeQuery: Read 40 rows, 3.01 KiB in 0.001266 sec., 31595.576619273303 rows/sec., 2.32 MiB/sec. 2026.01.31 06:05:07.005645 [ 128 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.005663 [ 5 ] {657182c1-59d8-4528-9336-9de5a6628938} TCPHandler: Processed in 0.001444073 sec. 2026.01.31 06:05:07.005670 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.005781 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:05:07.005785 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.005903 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:07.005908 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:07.005945 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:07.005956 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 70 rows starting from the beginning of the part 2026.01.31 06:05:07.006042 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:07.006095 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.006142 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.006191 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:07.006235 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.006392 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.006434 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:07.006793 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:05:07.007015 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.007127 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.001388841 sec., 223207.696201365 rows/sec., 17.24 MiB/sec. 2026.01.31 06:05:07.007146 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} executeQuery: Read 104 rows, 8.32 KiB in 0.001261 sec., 82474.22680412371 rows/sec., 6.44 MiB/sec. 2026.01.31 06:05:07.007204 [ 5 ] {52938d3a-4095-48aa-8e5d-1dec627517b1} TCPHandler: Processed in 0.001467893 sec. 2026.01.31 06:05:07.007317 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.007338 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.01.31 06:05:07.007412 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:07.007461 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:07.007667 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.007752 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_30_6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.01.31 06:05:07.007850 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.31 06:05:07.007877 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.007918 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.008256 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:05:07.008464 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.008597 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.01.31 06:05:07.008657 [ 5 ] {2c67e5f0-bf99-4ab7-a3fa-42d619e6273a} TCPHandler: Processed in 0.001387892 sec. 2026.01.31 06:05:07.008767 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.008859 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:07.008913 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} 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.01.31 06:05:07.009789 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.009825 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.010416 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:05:07.010658 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.010767 [ 112 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.31 06:05:07.010797 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} executeQuery: Read 40 rows, 73.40 KiB in 0.001955 sec., 20460.358056265984 rows/sec., 36.66 MiB/sec. 2026.01.31 06:05:07.010815 [ 112 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.010841 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB. 2026.01.31 06:05:07.010854 [ 5 ] {b74f719a-ded7-4a8a-8bc9-22ac27013471} TCPHandler: Processed in 0.002136319 sec. 2026.01.31 06:05:07.010931 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:05:07.010965 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:07.011064 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:07.011104 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:07.011184 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:07.011244 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 784 rows starting from the beginning of the part 2026.01.31 06:05:07.011361 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.011443 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:07.011451 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.011486 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:07.011555 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.011649 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.011736 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:07.011828 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:05:07.012059 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.012199 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.01.31 06:05:07.012235 [ 5 ] {c4899bd0-487a-408e-b9d5-c2603cc8de72} TCPHandler: Processed in 0.00131938 sec. 2026.01.31 06:05:07.027818 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 19 columns (19 merged, 0 gathered) in 0.016926007 sec., 58135.388931364614 rows/sec., 104.18 MiB/sec. 2026.01.31 06:05:07.028786 [ 194 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.31 06:05:07.029104 [ 194 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:07.029172 [ 194 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_26_5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.31 06:05:07.029264 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. 2026.01.31 06:05:08.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.60 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 287.35 MiB (RSS), difference: 3.75 MiB 2026.01.31 06:05:10.763278 [ 132 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.31 06:05:10.763340 [ 132 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:10.763361 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:10.763465 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:05:10.763583 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:10.763617 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:05:10.763684 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:10.763727 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:05:10.763766 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.01.31 06:05:10.763806 [ 200 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:10.764527 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001098075 sec., 43712.86114336453 rows/sec., 3.65 MiB/sec. 2026.01.31 06:05:10.764733 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.31 06:05:10.765071 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:10.765154 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_13_3} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.31 06:05:10.765265 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:05:11.071529 [ 132 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.31 06:05:11.071587 [ 132 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:11.071611 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:11.071777 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:05:11.071981 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:11.072031 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 254 rows starting from the beginning of the part 2026.01.31 06:05:11.072127 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2026.01.31 06:05:11.072198 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2026.01.31 06:05:11.072263 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part 2026.01.31 06:05:11.072325 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part 2026.01.31 06:05:11.073304 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001595716 sec., 790867.5478593935 rows/sec., 57.71 MiB/sec. 2026.01.31 06:05:11.073451 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.31 06:05:11.073690 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:11.073757 [ 197 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_9_2} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.31 06:05:11.073816 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.31 06:05:11.999750 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:11.999939 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:05:12.000008 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:05:12.000705 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.000748 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.001115 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:05:12.001343 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.001501 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} executeQuery: Read 2 rows, 167.00 B in 0.001613 sec., 1239.925604463732 rows/sec., 101.11 KiB/sec. 2026.01.31 06:05:12.001550 [ 5 ] {ca99b0ca-33be-483b-9c3f-eae0ca5e1b29} TCPHandler: Processed in 0.001927974 sec. 2026.01.31 06:05:12.001679 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:12.001786 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:12.001827 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:12.002308 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.002344 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.002638 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:05:12.002836 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.002965 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} executeQuery: Read 57 rows, 4.45 KiB in 0.001201 sec., 47460.44962531224 rows/sec., 3.62 MiB/sec. 2026.01.31 06:05:12.003003 [ 5 ] {119c9e05-f0b6-493b-8359-d94690d3de6e} TCPHandler: Processed in 0.001373481 sec. 2026.01.31 06:05:12.003131 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:12.003224 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:12.003263 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:12.003684 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.003719 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.003988 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:05:12.004186 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.004314 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} executeQuery: Read 2 rows, 143.00 B in 0.001109 sec., 1803.4265103697026 rows/sec., 125.92 KiB/sec. 2026.01.31 06:05:12.004350 [ 5 ] {32eed67a-f60c-41cc-978a-4778341e9f43} TCPHandler: Processed in 0.00127452 sec. 2026.01.31 06:05:12.004469 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:12.004561 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:12.004600 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:12.005003 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.005039 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.005337 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:05:12.005548 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.005672 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} executeQuery: Read 66 rows, 5.28 KiB in 0.001128 sec., 58510.638297872334 rows/sec., 4.57 MiB/sec. 2026.01.31 06:05:12.005708 [ 5 ] {0f507c7f-fe0d-486b-b486-2f4365974c82} TCPHandler: Processed in 0.00128622 sec. 2026.01.31 06:05:12.005823 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:12.005914 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:12.005956 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:12.006358 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.006392 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.006708 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:05:12.006908 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.007032 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} executeQuery: Read 161 rows, 11.48 KiB in 0.001136 sec., 141725.35211267605 rows/sec., 9.87 MiB/sec. 2026.01.31 06:05:12.007068 [ 5 ] {bb59ca95-a4f4-4caa-9969-69cff367c859} TCPHandler: Processed in 0.00129179 sec. 2026.01.31 06:05:12.007178 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:12.007269 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:12.007310 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:12.007635 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.007669 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.007951 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:05:12.008144 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.008266 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} executeQuery: Read 60 rows, 4.14 KiB in 0.001016 sec., 59055.118110236224 rows/sec., 3.98 MiB/sec. 2026.01.31 06:05:12.008301 [ 5 ] {b2ce11c3-8608-45c0-b06c-65374b242422} TCPHandler: Processed in 0.001170037 sec. 2026.01.31 06:05:12.930004 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17744 2026.01.31 06:05:12.930542 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:12.930582 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:12.931082 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:05:12.931320 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:12.931469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17744 2026.01.31 06:05:13.881600 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.01.31 06:05:13.898323 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:13.898382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:13.904221 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:05:13.905117 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:13.908453 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.31 06:05:15.480352 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 820 2026.01.31 06:05:15.482579 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:15.482631 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:15.483820 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:05:15.484096 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:15.484372 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2026.01.31 06:05:17.002190 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.002379 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:17.002449 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:17.003181 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.003222 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.003601 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:05:17.003830 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.003981 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} executeQuery: Read 136 rows, 12.05 KiB in 0.001652 sec., 82324.45520581113 rows/sec., 7.12 MiB/sec. 2026.01.31 06:05:17.004022 [ 5 ] {6af5d498-7d42-423d-a724-357b0d6bdc0b} TCPHandler: Processed in 0.001963165 sec. 2026.01.31 06:05:17.004134 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.004226 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:17.004266 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:17.004674 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.004708 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.004990 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:05:17.005190 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.005312 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} executeQuery: Read 40 rows, 3.01 KiB in 0.001104 sec., 36231.884057971016 rows/sec., 2.66 MiB/sec. 2026.01.31 06:05:17.005348 [ 5 ] {a6d3c4a2-e202-438f-9779-7306e6dce301} TCPHandler: Processed in 0.001261869 sec. 2026.01.31 06:05:17.005460 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.005552 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:17.005591 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:17.006009 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.006044 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.006339 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:05:17.006539 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.006663 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} executeQuery: Read 104 rows, 8.32 KiB in 0.001129 sec., 92116.9176262179 rows/sec., 7.20 MiB/sec. 2026.01.31 06:05:17.006699 [ 5 ] {ff2fdb5f-766f-4d8f-9176-70008b920a29} TCPHandler: Processed in 0.00128557 sec. 2026.01.31 06:05:17.006817 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.006908 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:17.006950 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:17.007376 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.007411 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.007735 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:05:17.007933 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.008062 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.01.31 06:05:17.008099 [ 5 ] {831f76fa-951f-4b01-9055-bce32b375cdc} TCPHandler: Processed in 0.001332591 sec. 2026.01.31 06:05:17.008209 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.008302 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:17.008355 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} 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.01.31 06:05:17.009186 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.009223 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.009809 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:05:17.010028 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.010164 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} executeQuery: Read 40 rows, 73.40 KiB in 0.00188 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2026.01.31 06:05:17.010221 [ 5 ] {187e5aa4-fcc9-4e14-a3e5-efb339141c9e} TCPHandler: Processed in 0.002055207 sec. 2026.01.31 06:05:17.010338 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:17.010435 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:17.010475 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:17.010821 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:17.010855 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:17.011147 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:05:17.011341 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:17.011466 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.01.31 06:05:17.011501 [ 5 ] {4a99561b-65e7-4b87-b000-69b141d556e2} TCPHandler: Processed in 0.001210037 sec. 2026.01.31 06:05:20.296372 [ 126 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:05:20.296449 [ 126 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:05:20.432524 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18256 2026.01.31 06:05:20.433064 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:20.433116 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:20.433609 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:05:20.433869 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:20.434027 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18256 2026.01.31 06:05:21.409498 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.31 06:05:21.426119 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:21.426180 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:21.432498 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:05:21.433216 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:21.436382 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.31 06:05:21.999380 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:21.999554 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:21.999621 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:22.000263 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:22.000313 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:22.000709 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:05:22.000935 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:22.001094 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} executeQuery: Read 56 rows, 4.38 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.70 MiB/sec. 2026.01.31 06:05:22.001146 [ 5 ] {865c657d-1029-4bde-ac12-71de85d81c43} TCPHandler: Processed in 0.001889683 sec. 2026.01.31 06:05:22.001270 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:22.001369 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:22.001413 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:22.001852 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:22.001889 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:22.002207 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:05:22.002414 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:22.002546 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2026.01.31 06:05:22.002585 [ 5 ] {032bd872-10a9-41bb-96ad-6af01732aac7} TCPHandler: Processed in 0.001366171 sec. 2026.01.31 06:05:22.002701 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:22.002794 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:22.002837 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:22.003247 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:22.003284 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:22.003639 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:05:22.003846 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:22.003982 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.01.31 06:05:22.004018 [ 5 ] {27570830-e1c7-4e9b-905b-9d8258c0e09d} TCPHandler: Processed in 0.001366612 sec. 2026.01.31 06:05:22.004128 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:22.004221 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:22.004264 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:22.004601 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:22.004635 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:22.004943 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:05:22.005145 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:22.005275 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.31 06:05:22.005312 [ 5 ] {4331f687-4a6a-421c-8227-361a32aed617} TCPHandler: Processed in 0.001232788 sec. 2026.01.31 06:05:25.485484 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 840 2026.01.31 06:05:25.487615 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:25.487666 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:25.488849 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:05:25.489119 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:25.489419 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 840 2026.01.31 06:05:27.031114 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.031322 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.031395 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:05:27.032041 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.032090 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.032484 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:05:27.032724 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.032867 [ 119 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.31 06:05:27.032878 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} executeQuery: Read 24 rows, 2.04 KiB in 0.001607 sec., 14934.660858743 rows/sec., 1.24 MiB/sec. 2026.01.31 06:05:27.032942 [ 119 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.032960 [ 5 ] {8f2e35df-bec8-48e2-945b-f38403c9dc92} TCPHandler: Processed in 0.001977975 sec. 2026.01.31 06:05:27.032974 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.033082 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.033115 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:05:27.033183 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:05:27.033229 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:05:27.033261 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.033305 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.01.31 06:05:27.033383 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.01.31 06:05:27.033437 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.31 06:05:27.033486 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.01.31 06:05:27.033535 [ 194 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.01.31 06:05:27.033627 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.033667 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.034001 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:05:27.034232 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.034366 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} executeQuery: Read 4 rows, 334.00 B in 0.001203 sec., 3325.0207813798834 rows/sec., 271.13 KiB/sec. 2026.01.31 06:05:27.034374 [ 197 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321681 sec., 90793.46680477362 rows/sec., 7.88 MiB/sec. 2026.01.31 06:05:27.034405 [ 5 ] {a06c319e-c43b-45c7-9695-3b5cd59b8b7e} TCPHandler: Processed in 0.001372751 sec. 2026.01.31 06:05:27.034515 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.034518 [ 186 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.31 06:05:27.034611 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:27.034657 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:27.034801 [ 186 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.034876 [ 186 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_9_2} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.31 06:05:27.034957 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.31 06:05:27.035591 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.035632 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.036068 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:05:27.036292 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.036410 [ 119 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:05:27.036422 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} executeQuery: Read 1398 rows, 119.75 KiB in 0.001828 sec., 764770.2407002188 rows/sec., 63.97 MiB/sec. 2026.01.31 06:05:27.036462 [ 119 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.036479 [ 5 ] {6f16a55a-75f0-4ecc-9455-06926ff12b81} TCPHandler: Processed in 0.002013446 sec. 2026.01.31 06:05:27.036492 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.036573 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:05:27.036601 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.036663 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.036693 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1407 rows starting from the beginning of the part 2026.01.31 06:05:27.036701 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.036742 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part 2026.01.31 06:05:27.036748 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:27.036792 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 57 rows starting from the beginning of the part 2026.01.31 06:05:27.036836 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part 2026.01.31 06:05:27.036875 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:27.036915 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:05:27.037175 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.037216 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.037526 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:05:27.037746 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.037873 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} executeQuery: Read 56 rows, 4.25 KiB in 0.00119 sec., 47058.82352941176 rows/sec., 3.49 MiB/sec. 2026.01.31 06:05:27.037911 [ 5 ] {7e2497a1-216b-471d-a1dc-637b558e8665} TCPHandler: Processed in 0.001363041 sec. 2026.01.31 06:05:27.038027 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.038118 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.038157 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:05:27.038191 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001648398 sec., 1935212.248498239 rows/sec., 169.19 MiB/sec. 2026.01.31 06:05:27.038378 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:05:27.038610 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.038631 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.038674 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.038675 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_56_11} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:05:27.038753 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:05:27.038993 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:05:27.039202 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.039327 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} executeQuery: Read 252 rows, 17.85 KiB in 0.001226 sec., 205546.49265905382 rows/sec., 14.22 MiB/sec. 2026.01.31 06:05:27.039364 [ 5 ] {89919a73-207c-490f-80dc-86bc926105b2} TCPHandler: Processed in 0.001386622 sec. 2026.01.31 06:05:27.039481 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.039573 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.039614 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:05:27.040000 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.040036 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.040319 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 06:05:27.040520 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.040614 [ 119 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.31 06:05:27.040645 [ 119 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.040646 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} executeQuery: Read 12 rows, 960.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 860.88 KiB/sec. 2026.01.31 06:05:27.040664 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.040696 [ 5 ] {9dddebeb-81e3-41c6-83ec-f45084c07aca} TCPHandler: Processed in 0.001264559 sec. 2026.01.31 06:05:27.040744 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:05:27.040814 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.040831 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.040860 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.01.31 06:05:27.040907 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:27.040924 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:27.040946 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:27.040974 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:27.041021 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:27.041066 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.01.31 06:05:27.041557 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.041592 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.041830 [ 199 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001114256 sec., 53847.58978188136 rows/sec., 4.31 MiB/sec. 2026.01.31 06:05:27.041919 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:05:27.042046 [ 192 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.31 06:05:27.042157 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.042297 [ 117 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:05:27.042304 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} executeQuery: Read 600 rows, 46.19 KiB in 0.001414 sec., 424328.14710042434 rows/sec., 31.90 MiB/sec. 2026.01.31 06:05:27.042337 [ 117 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.042357 [ 5 ] {81a7119c-b9a7-4a45-bc9e-9c6bcd555ae8} TCPHandler: Processed in 0.001592336 sec. 2026.01.31 06:05:27.042362 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.042417 [ 192 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.042429 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:05:27.042473 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.042517 [ 192 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_9_2} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.31 06:05:27.042521 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.042564 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 632 rows starting from the beginning of the part 2026.01.31 06:05:27.042568 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.042614 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:27.042614 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part 2026.01.31 06:05:27.042623 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:05:27.042665 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part 2026.01.31 06:05:27.042710 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part 2026.01.31 06:05:27.042750 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:27.042788 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 600 rows starting from the beginning of the part 2026.01.31 06:05:27.043261 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.043295 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.043668 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:05:27.043730 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132896 sec., 1181374.9097038286 rows/sec., 94.16 MiB/sec. 2026.01.31 06:05:27.043865 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:05:27.043884 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.043986 [ 117 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:05:27.044009 [ 117 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.044017 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} executeQuery: Read 882 rows, 61.30 KiB in 0.001467 sec., 601226.9938650307 rows/sec., 40.81 MiB/sec. 2026.01.31 06:05:27.044025 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.044053 [ 5 ] {dbb52d3e-6547-4a5a-b252-cd20a13defb7} TCPHandler: Processed in 0.001629107 sec. 2026.01.31 06:05:27.044102 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.044106 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:27.044162 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.044195 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_56_11} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:05:27.044197 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.044238 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15262 rows starting from the beginning of the part 2026.01.31 06:05:27.044256 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.044279 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:05:27.044282 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:27.044310 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} 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.01.31 06:05:27.044337 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:27.044371 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:27.044405 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:27.044438 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 882 rows starting from the beginning of the part 2026.01.31 06:05:27.045113 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.045147 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.045733 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:05:27.045950 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.046088 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} executeQuery: Read 40 rows, 73.40 KiB in 0.001849 sec., 21633.31530557058 rows/sec., 38.77 MiB/sec. 2026.01.31 06:05:27.046139 [ 5 ] {0a24b334-26a2-4264-9cdc-b5769e649af6} TCPHandler: Processed in 0.002024957 sec. 2026.01.31 06:05:27.046249 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:27.046342 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:27.046383 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:27.046719 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.046753 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.047060 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:05:27.047266 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.047358 [ 117 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:05:27.047381 [ 117 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.047392 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.31 06:05:27.047396 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.047426 [ 5 ] {08bfb7e5-82d3-4b13-84d5-0a7d9d0958f7} TCPHandler: Processed in 0.001226638 sec. 2026.01.31 06:05:27.047471 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:27.047551 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:27.047576 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2958 rows starting from the beginning of the part 2026.01.31 06:05:27.047628 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:27.047669 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:27.047707 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:27.047742 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:27.047776 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:27.048914 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3258 rows, containing 4 columns (4 merged, 0 gathered) in 0.001471284 sec., 2214392.3267023903 rows/sec., 149.35 MiB/sec. 2026.01.31 06:05:27.049171 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:05:27.049205 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16785 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137968 sec., 3266855.690810064 rows/sec., 224.39 MiB/sec. 2026.01.31 06:05:27.049354 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:05:27.049422 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.049485 [ 193 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_56_11} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:05:27.049542 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.31 06:05:27.049597 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.049656 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_56_11} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:05:27.049711 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2026.01.31 06:05:27.934092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18704 2026.01.31 06:05:27.934835 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:27.934907 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:27.935410 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:05:27.935647 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:27.935798 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18704 2026.01.31 06:05:28.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 288.42 MiB, peak 297.56 MiB, free memory in arenas 0.00 B, will set to 289.66 MiB (RSS), difference: 1.24 MiB 2026.01.31 06:05:28.936440 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.31 06:05:28.953495 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:28.953554 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:28.959990 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:05:28.960736 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:28.963581 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.31 06:05:32.000320 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:32.000513 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:32.000584 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:32.001377 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:32.001424 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:32.001831 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:05:32.002053 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:32.002203 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} executeQuery: Read 56 rows, 4.38 KiB in 0.001742 sec., 32146.957520091848 rows/sec., 2.45 MiB/sec. 2026.01.31 06:05:32.002244 [ 5 ] {b046f839-0aea-4d4e-8d6a-5bd9f6e1a1c5} TCPHandler: Processed in 0.002059798 sec. 2026.01.31 06:05:32.002375 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:32.002469 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:32.002510 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:32.002950 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:32.002987 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:32.003292 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:05:32.003499 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:32.003625 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} executeQuery: Read 64 rows, 5.12 KiB in 0.001174 sec., 54514.48040885861 rows/sec., 4.25 MiB/sec. 2026.01.31 06:05:32.003662 [ 5 ] {7490398c-134e-49a8-8fee-b0121a661ff5} TCPHandler: Processed in 0.001336571 sec. 2026.01.31 06:05:32.003782 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:32.003876 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:32.003920 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:32.004338 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:32.004374 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:32.004702 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:05:32.004903 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:32.005034 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.01.31 06:05:32.005071 [ 5 ] {b3e75c62-b3b8-43a7-8f4a-410725156cdf} TCPHandler: Processed in 0.001337581 sec. 2026.01.31 06:05:32.005190 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:32.005282 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:32.005324 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:32.005672 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:32.005707 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB. 2026.01.31 06:05:32.006035 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:05:32.006237 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:32.006365 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.01.31 06:05:32.006401 [ 5 ] {869259dd-0316-462f-84a1-31e092b80b2d} TCPHandler: Processed in 0.001265069 sec. 2026.01.31 06:05:35.296508 [ 107 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:05:35.296606 [ 107 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:05:35.436817 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19216 2026.01.31 06:05:35.437331 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:35.437381 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:35.437877 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:05:35.438115 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:35.438261 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19216 2026.01.31 06:05:35.490498 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 868 2026.01.31 06:05:35.492745 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:35.492794 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:35.494018 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:05:35.494303 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:35.494554 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 868 2026.01.31 06:05:36.464578 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.31 06:05:36.482002 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:36.482069 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:36.488348 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:05:36.489061 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:36.492052 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.31 06:05:37.001838 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.002034 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:37.002112 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:37.002823 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.002874 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.003319 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:05:37.003567 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.003753 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} executeQuery: Read 136 rows, 12.05 KiB in 0.001772 sec., 76749.43566591422 rows/sec., 6.64 MiB/sec. 2026.01.31 06:05:37.003816 [ 5 ] {416c722c-f0a3-420a-87e5-b3bf0ca4356e} TCPHandler: Processed in 0.002111458 sec. 2026.01.31 06:05:37.003936 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.004046 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:37.004093 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:37.004558 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.004600 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.004943 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:05:37.005179 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.005335 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} executeQuery: Read 40 rows, 3.01 KiB in 0.001315 sec., 30418.250950570342 rows/sec., 2.23 MiB/sec. 2026.01.31 06:05:37.005385 [ 5 ] {0d3a027f-2894-456d-a650-4750af5fa076} TCPHandler: Processed in 0.001504245 sec. 2026.01.31 06:05:37.005502 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.005608 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:37.005652 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:37.006116 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.006157 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.006500 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:05:37.006731 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.006888 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} executeQuery: Read 104 rows, 8.32 KiB in 0.001305 sec., 79693.48659003832 rows/sec., 6.22 MiB/sec. 2026.01.31 06:05:37.006934 [ 5 ] {21343d8d-fdd9-4d71-ab25-3323fe75d53d} TCPHandler: Processed in 0.001483484 sec. 2026.01.31 06:05:37.007047 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.007150 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:37.007199 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:37.007630 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.007670 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.008037 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:05:37.008245 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.008392 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.01.31 06:05:37.008434 [ 5 ] {791db849-5042-411c-b83d-84d7ccf80e7c} TCPHandler: Processed in 0.001438663 sec. 2026.01.31 06:05:37.008539 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.008639 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:37.008695 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} 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.01.31 06:05:37.009516 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.009552 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.010115 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:05:37.010332 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.010470 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} executeQuery: Read 40 rows, 73.40 KiB in 0.001853 sec., 21586.616297895303 rows/sec., 38.68 MiB/sec. 2026.01.31 06:05:37.010521 [ 5 ] {0afc2b5a-f040-4131-a1d0-f96ef5456160} TCPHandler: Processed in 0.002033006 sec. 2026.01.31 06:05:37.010628 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:37.010720 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:37.010761 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:37.011091 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:37.011126 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:37.011418 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:05:37.011645 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:37.011778 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.01.31 06:05:37.011813 [ 5 ] {bb8f79da-2187-4b06-a672-1c8da9a3d538} TCPHandler: Processed in 0.001234729 sec. 2026.01.31 06:05:42.000142 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:42.000346 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:42.000411 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:42.001137 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.001184 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.001582 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:05:42.001792 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.001937 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} executeQuery: Read 56 rows, 4.38 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.61 MiB/sec. 2026.01.31 06:05:42.001977 [ 5 ] {1d4bf89a-5984-46f5-8605-1d4ec5112952} TCPHandler: Processed in 0.001965295 sec. 2026.01.31 06:05:42.002114 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:42.002207 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:42.002246 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:42.002748 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.002785 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.003093 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:05:42.003296 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.003420 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} executeQuery: Read 64 rows, 5.12 KiB in 0.001232 sec., 51948.05194805195 rows/sec., 4.05 MiB/sec. 2026.01.31 06:05:42.003457 [ 5 ] {f7a351a4-240c-43e0-9146-18a42e0b7de8} TCPHandler: Processed in 0.001399032 sec. 2026.01.31 06:05:42.003611 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:42.003744 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:42.003797 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:42.004325 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.004360 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.004701 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:05:42.004921 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.005051 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} executeQuery: Read 160 rows, 11.41 KiB in 0.001332 sec., 120120.12012012012 rows/sec., 8.37 MiB/sec. 2026.01.31 06:05:42.005087 [ 5 ] {5daf83aa-7051-4319-add9-052fe9c33f82} TCPHandler: Processed in 0.001540735 sec. 2026.01.31 06:05:42.005205 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:42.005297 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:42.005337 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:42.005675 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.005709 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.005997 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:05:42.006193 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.006319 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.01.31 06:05:42.006353 [ 5 ] {11ed9475-11e4-4564-919c-94d2a0cf86ec} TCPHandler: Processed in 0.001194427 sec. 2026.01.31 06:05:42.939306 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19664 2026.01.31 06:05:42.939817 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.939861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.940333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:05:42.940584 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.940711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19664 2026.01.31 06:05:42.940742 [ 98 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:05:42.940829 [ 98 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:42.940864 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:42.941003 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:05:42.941163 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:42.941207 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17296 rows starting from the beginning of the part 2026.01.31 06:05:42.941278 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.01.31 06:05:42.941330 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.01.31 06:05:42.941372 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.01.31 06:05:42.941410 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.01.31 06:05:42.941450 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.01.31 06:05:42.943406 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19664 rows, containing 4 columns (4 merged, 0 gathered) in 0.002462417 sec., 7985649.871650496 rows/sec., 114.24 MiB/sec. 2026.01.31 06:05:42.943853 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:05:42.944287 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:42.944387 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_41_8} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:05:42.944492 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2026.01.31 06:05:43.993096 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.31 06:05:44.013338 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:44.013406 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:44.022321 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:05:44.023270 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:44.023595 [ 97 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:05:44.023670 [ 97 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:44.023691 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:44.023802 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.027647 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:44.028384 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.31 06:05:44.029173 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.033648 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.038259 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.042811 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.047635 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.051778 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:05:44.108909 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.085154737 sec., 3628.6883253482424 rows/sec., 18.76 MiB/sec. 2026.01.31 06:05:44.112518 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:05:44.114983 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_41_8} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:44.115101 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_41_8} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:05:44.117454 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.31 06:05:44.493152 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57393 2026.01.31 06:05:44.493276 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.493305 [ 291 ] {} TCP-Session: c3bb2998-9896-4f9b-a5c5-329abe6bfb87 Authenticating user 'default' from [fd00:1122:3344:101::e]:57393 2026.01.31 06:05:44.493329 [ 291 ] {} TCP-Session: c3bb2998-9896-4f9b-a5c5-329abe6bfb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.493344 [ 291 ] {} TCP-Session: c3bb2998-9896-4f9b-a5c5-329abe6bfb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.493579 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57783 2026.01.31 06:05:44.493626 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49671 2026.01.31 06:05:44.493652 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44528 2026.01.31 06:05:44.493690 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39676 2026.01.31 06:05:44.493713 [ 291 ] {} TCP-Session: c3bb2998-9896-4f9b-a5c5-329abe6bfb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:44.493702 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33875 2026.01.31 06:05:44.493800 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.493703 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62565 2026.01.31 06:05:44.493840 [ 292 ] {} TCP-Session: 56edfefa-c37c-4af6-a439-e1c3cdfec657 Authenticating user 'default' from [fd00:1122:3344:101::e]:57783 2026.01.31 06:05:44.493643 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39193 2026.01.31 06:05:44.493882 [ 292 ] {} TCP-Session: 56edfefa-c37c-4af6-a439-e1c3cdfec657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.493641 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48388 2026.01.31 06:05:44.493922 [ 292 ] {} TCP-Session: 56edfefa-c37c-4af6-a439-e1c3cdfec657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.493961 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} executeQuery: (from [fd00:1122:3344:101::e]:57393) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:05:44.494241 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.494273 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:05:44.494277 [ 290 ] {} TCP-Session: 6d03f77a-c852-4bcc-b746-453447b8e719 Authenticating user 'default' from [fd00:1122:3344:101::e]:62565 2026.01.31 06:05:44.494333 [ 290 ] {} TCP-Session: 6d03f77a-c852-4bcc-b746-453447b8e719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494346 [ 290 ] {} TCP-Session: 6d03f77a-c852-4bcc-b746-453447b8e719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494351 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:05:44.494354 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.494406 [ 294 ] {} TCP-Session: b6f03085-f4ef-45bb-890c-b7ad345056d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39193 2026.01.31 06:05:44.494432 [ 294 ] {} TCP-Session: b6f03085-f4ef-45bb-890c-b7ad345056d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494444 [ 294 ] {} TCP-Session: b6f03085-f4ef-45bb-890c-b7ad345056d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494456 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.494491 [ 293 ] {} TCP-Session: 1d376893-a845-418f-8c0d-af53c21a5f23 Authenticating user 'default' from [fd00:1122:3344:101::e]:49671 2026.01.31 06:05:44.494517 [ 293 ] {} TCP-Session: 1d376893-a845-418f-8c0d-af53c21a5f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494531 [ 293 ] {} TCP-Session: 1d376893-a845-418f-8c0d-af53c21a5f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494684 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:05:44.494781 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.494815 [ 3 ] {} TCP-Session: 65e45dee-2ef4-4aa8-abb0-bd7036cbd5d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48388 2026.01.31 06:05:44.494831 [ 3 ] {} TCP-Session: 65e45dee-2ef4-4aa8-abb0-bd7036cbd5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494846 [ 3 ] {} TCP-Session: 65e45dee-2ef4-4aa8-abb0-bd7036cbd5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494884 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.494917 [ 289 ] {} TCP-Session: 7f471b86-f9da-4861-92ee-a33766dfe4a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33875 2026.01.31 06:05:44.494934 [ 289 ] {} TCP-Session: 7f471b86-f9da-4861-92ee-a33766dfe4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.494946 [ 289 ] {} TCP-Session: 7f471b86-f9da-4861-92ee-a33766dfe4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.495231 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.495266 [ 288 ] {} TCP-Session: 667a7987-b8bf-4ab5-95f0-582874f707cc Authenticating user 'default' from [fd00:1122:3344:101::e]:39676 2026.01.31 06:05:44.495282 [ 288 ] {} TCP-Session: 667a7987-b8bf-4ab5-95f0-582874f707cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.495298 [ 288 ] {} TCP-Session: 667a7987-b8bf-4ab5-95f0-582874f707cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.495332 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:44.495366 [ 286 ] {} TCP-Session: 161a2fb6-8e5f-4d96-9223-b2b31f6bb8c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44528 2026.01.31 06:05:44.495383 [ 286 ] {} TCP-Session: 161a2fb6-8e5f-4d96-9223-b2b31f6bb8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.495396 [ 286 ] {} TCP-Session: 161a2fb6-8e5f-4d96-9223-b2b31f6bb8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.496034 [ 296 ] {2122875d-837d-4d4f-b225-12ee3df64871} AggregatingTransform: Aggregating 2026.01.31 06:05:44.496086 [ 296 ] {2122875d-837d-4d4f-b225-12ee3df64871} Aggregator: Aggregation method: without_key 2026.01.31 06:05:44.496136 [ 296 ] {2122875d-837d-4d4f-b225-12ee3df64871} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00133859 sec. (747.055 rows/sec., 29.18 KiB/sec.) 2026.01.31 06:05:44.496158 [ 296 ] {2122875d-837d-4d4f-b225-12ee3df64871} Aggregator: Merging aggregated data 2026.01.31 06:05:44.497246 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} executeQuery: Read 1 rows, 40.00 B in 0.003359 sec., 297.70765108663295 rows/sec., 11.63 KiB/sec. 2026.01.31 06:05:44.497394 [ 291 ] {2122875d-837d-4d4f-b225-12ee3df64871} TCPHandler: Processed in 0.003819197 sec. 2026.01.31 06:05:44.497500 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497530 [ 291 ] {} TCP-Session: c3bb2998-9896-4f9b-a5c5-329abe6bfb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497533 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497561 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497576 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497593 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497607 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497620 [ 286 ] {} TCP-Session: 161a2fb6-8e5f-4d96-9223-b2b31f6bb8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497639 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497654 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497657 [ 293 ] {} TCP-Session: 1d376893-a845-418f-8c0d-af53c21a5f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497676 [ 3 ] {} TCP-Session: 65e45dee-2ef4-4aa8-abb0-bd7036cbd5d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497698 [ 289 ] {} TCP-Session: 7f471b86-f9da-4861-92ee-a33766dfe4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497622 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:44.497604 [ 292 ] {} TCP-Session: 56edfefa-c37c-4af6-a439-e1c3cdfec657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497759 [ 294 ] {} TCP-Session: b6f03085-f4ef-45bb-890c-b7ad345056d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497575 [ 290 ] {} TCP-Session: 6d03f77a-c852-4bcc-b746-453447b8e719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:44.497642 [ 288 ] {} TCP-Session: 667a7987-b8bf-4ab5-95f0-582874f707cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:45.495701 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 890 2026.01.31 06:05:45.498369 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:45.498438 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:45.500054 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:05:45.500360 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:45.500555 [ 96 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:05:45.500637 [ 96 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:45.500666 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:45.500702 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 890 2026.01.31 06:05:45.500895 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:05:45.501745 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:45.501969 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 768 rows starting from the beginning of the part 2026.01.31 06:05:45.502541 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2026.01.31 06:05:45.503096 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.01.31 06:05:45.503642 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:05:45.504154 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:05:45.504634 [ 191 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part 2026.01.31 06:05:45.512132 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 72 columns (72 merged, 0 gathered) in 0.011297069 sec., 78781.49633325246 rows/sec., 64.15 MiB/sec. 2026.01.31 06:05:45.513598 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:05:45.514504 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:45.514627 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_31_6} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:05:45.515095 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2026.01.31 06:05:46.032232 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39396 2026.01.31 06:05:46.032343 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.032370 [ 291 ] {} TCP-Session: 80b0caee-3503-497c-aa40-976e27a8b640 Authenticating user 'default' from [fd00:1122:3344:101::e]:39396 2026.01.31 06:05:46.032392 [ 291 ] {} TCP-Session: 80b0caee-3503-497c-aa40-976e27a8b640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032405 [ 291 ] {} TCP-Session: 80b0caee-3503-497c-aa40-976e27a8b640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032603 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45905 2026.01.31 06:05:46.032631 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47300 2026.01.31 06:05:46.032664 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54288 2026.01.31 06:05:46.032639 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56820 2026.01.31 06:05:46.032717 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36282 2026.01.31 06:05:46.032734 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.032768 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.032771 [ 291 ] {} TCP-Session: 80b0caee-3503-497c-aa40-976e27a8b640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:46.032812 [ 286 ] {} TCP-Session: 367b5ab1-2037-45ca-904d-d209d44fd980 Authenticating user 'default' from [fd00:1122:3344:101::e]:54288 2026.01.31 06:05:46.032801 [ 292 ] {} TCP-Session: 9c2f6ee0-1402-406c-be38-192a50471a02 Authenticating user 'default' from [fd00:1122:3344:101::e]:45905 2026.01.31 06:05:46.032841 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.032877 [ 292 ] {} TCP-Session: 9c2f6ee0-1402-406c-be38-192a50471a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032849 [ 286 ] {} TCP-Session: 367b5ab1-2037-45ca-904d-d209d44fd980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032902 [ 288 ] {} TCP-Session: eb074f5d-50b1-42bc-934b-2fa0706ea7d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:36282 2026.01.31 06:05:46.032908 [ 292 ] {} TCP-Session: 9c2f6ee0-1402-406c-be38-192a50471a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032936 [ 286 ] {} TCP-Session: 367b5ab1-2037-45ca-904d-d209d44fd980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032955 [ 288 ] {} TCP-Session: eb074f5d-50b1-42bc-934b-2fa0706ea7d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032841 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.032999 [ 288 ] {} TCP-Session: eb074f5d-50b1-42bc-934b-2fa0706ea7d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032991 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} executeQuery: (from [fd00:1122:3344:101::e]:39396) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:05:46.033031 [ 294 ] {} TCP-Session: 9d2c2d34-5502-4d06-86d7-3a56ca90e38f Authenticating user 'default' from [fd00:1122:3344:101::e]:56820 2026.01.31 06:05:46.032764 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.033087 [ 294 ] {} TCP-Session: 9d2c2d34-5502-4d06-86d7-3a56ca90e38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033111 [ 3 ] {} TCP-Session: be092f4f-e0c2-4350-a286-74ab873223c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47300 2026.01.31 06:05:46.033125 [ 294 ] {} TCP-Session: 9d2c2d34-5502-4d06-86d7-3a56ca90e38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033138 [ 3 ] {} TCP-Session: be092f4f-e0c2-4350-a286-74ab873223c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032735 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57077 2026.01.31 06:05:46.033162 [ 3 ] {} TCP-Session: be092f4f-e0c2-4350-a286-74ab873223c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.032729 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54780 2026.01.31 06:05:46.032613 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35864 2026.01.31 06:05:46.033238 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.033265 [ 290 ] {} TCP-Session: e90e391f-aedc-4f01-8bc4-0a681d3f18f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57077 2026.01.31 06:05:46.033280 [ 290 ] {} TCP-Session: e90e391f-aedc-4f01-8bc4-0a681d3f18f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033292 [ 290 ] {} TCP-Session: e90e391f-aedc-4f01-8bc4-0a681d3f18f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033307 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.033308 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.033331 [ 293 ] {} TCP-Session: f6841afa-58a9-4fd2-b33e-e3c0b4d88363 Authenticating user 'default' from [fd00:1122:3344:101::e]:35864 2026.01.31 06:05:46.033325 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:05:46.033367 [ 293 ] {} TCP-Session: f6841afa-58a9-4fd2-b33e-e3c0b4d88363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033363 [ 289 ] {} TCP-Session: 6084db73-29e7-4f57-b12e-488e339af5d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54780 2026.01.31 06:05:46.033407 [ 293 ] {} TCP-Session: f6841afa-58a9-4fd2-b33e-e3c0b4d88363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033434 [ 289 ] {} TCP-Session: 6084db73-29e7-4f57-b12e-488e339af5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033436 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:05:46.033455 [ 289 ] {} TCP-Session: 6084db73-29e7-4f57-b12e-488e339af5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.033808 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:05:46.034899 [ 334 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} AggregatingTransform: Aggregating 2026.01.31 06:05:46.034938 [ 334 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} Aggregator: Aggregation method: without_key 2026.01.31 06:05:46.034976 [ 334 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001049794 sec. (952.568 rows/sec., 37.21 KiB/sec.) 2026.01.31 06:05:46.034994 [ 334 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} Aggregator: Merging aggregated data 2026.01.31 06:05:46.036358 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} executeQuery: Read 1 rows, 40.00 B in 0.003431 sec., 291.4602156805596 rows/sec., 11.39 KiB/sec. 2026.01.31 06:05:46.036521 [ 291 ] {d0b26b53-17c2-47ce-9bf3-bc00cbf0c605} TCPHandler: Processed in 0.003918119 sec. 2026.01.31 06:05:46.036661 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036688 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036709 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036727 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036741 [ 290 ] {} TCP-Session: e90e391f-aedc-4f01-8bc4-0a681d3f18f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036744 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036776 [ 293 ] {} TCP-Session: f6841afa-58a9-4fd2-b33e-e3c0b4d88363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036788 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036811 [ 288 ] {} TCP-Session: eb074f5d-50b1-42bc-934b-2fa0706ea7d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036825 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036844 [ 294 ] {} TCP-Session: 9d2c2d34-5502-4d06-86d7-3a56ca90e38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036871 [ 289 ] {} TCP-Session: 6084db73-29e7-4f57-b12e-488e339af5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036772 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.036763 [ 292 ] {} TCP-Session: 9c2f6ee0-1402-406c-be38-192a50471a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036702 [ 291 ] {} TCP-Session: 80b0caee-3503-497c-aa40-976e27a8b640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036949 [ 3 ] {} TCP-Session: be092f4f-e0c2-4350-a286-74ab873223c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.036805 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.037017 [ 286 ] {} TCP-Session: 367b5ab1-2037-45ca-904d-d209d44fd980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115204 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54530 2026.01.31 06:05:46.115311 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.115337 [ 291 ] {} TCP-Session: f2c838b6-3cb9-4987-937a-90219c974a07 Authenticating user 'default' from [fd00:1122:3344:101::e]:54530 2026.01.31 06:05:46.115359 [ 291 ] {} TCP-Session: f2c838b6-3cb9-4987-937a-90219c974a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115371 [ 291 ] {} TCP-Session: f2c838b6-3cb9-4987-937a-90219c974a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115625 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49242 2026.01.31 06:05:46.115672 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39515 2026.01.31 06:05:46.115679 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58526 2026.01.31 06:05:46.115721 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40887 2026.01.31 06:05:46.115726 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49548 2026.01.31 06:05:46.115760 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.115723 [ 291 ] {} TCP-Session: f2c838b6-3cb9-4987-937a-90219c974a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:46.115799 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.115834 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.115863 [ 3 ] {} TCP-Session: 84df33df-c1ea-4b98-8009-5773809d5699 Authenticating user 'default' from [fd00:1122:3344:101::e]:39515 2026.01.31 06:05:46.115877 [ 289 ] {} TCP-Session: 47761c93-54a9-4038-aa79-46117a1782b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:49548 2026.01.31 06:05:46.115811 [ 292 ] {} TCP-Session: 4052ebfa-4628-4ab2-92e2-dc66d26cebb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49242 2026.01.31 06:05:46.115903 [ 3 ] {} TCP-Session: 84df33df-c1ea-4b98-8009-5773809d5699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115916 [ 289 ] {} TCP-Session: 47761c93-54a9-4038-aa79-46117a1782b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115935 [ 292 ] {} TCP-Session: 4052ebfa-4628-4ab2-92e2-dc66d26cebb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115948 [ 3 ] {} TCP-Session: 84df33df-c1ea-4b98-8009-5773809d5699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115963 [ 289 ] {} TCP-Session: 47761c93-54a9-4038-aa79-46117a1782b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115975 [ 292 ] {} TCP-Session: 4052ebfa-4628-4ab2-92e2-dc66d26cebb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115807 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.116020 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} executeQuery: (from [fd00:1122:3344:101::e]:54530) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:05:46.116053 [ 290 ] {} TCP-Session: 69efacea-0108-4a60-a875-6942dd77f270 Authenticating user 'default' from [fd00:1122:3344:101::e]:40887 2026.01.31 06:05:46.115801 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.116090 [ 290 ] {} TCP-Session: 69efacea-0108-4a60-a875-6942dd77f270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115711 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58770 2026.01.31 06:05:46.116115 [ 290 ] {} TCP-Session: 69efacea-0108-4a60-a875-6942dd77f270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116112 [ 286 ] {} TCP-Session: 74ab47b5-fd01-49f8-b51c-60139822b16d Authenticating user 'default' from [fd00:1122:3344:101::e]:58526 2026.01.31 06:05:46.115668 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53510 2026.01.31 06:05:46.116211 [ 286 ] {} TCP-Session: 74ab47b5-fd01-49f8-b51c-60139822b16d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.115635 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55476 2026.01.31 06:05:46.116251 [ 286 ] {} TCP-Session: 74ab47b5-fd01-49f8-b51c-60139822b16d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116258 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.116290 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.116318 [ 288 ] {} TCP-Session: 6a8e9c1c-6b77-4cc3-81d1-7866a8031fc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:58770 2026.01.31 06:05:46.116322 [ 294 ] {} TCP-Session: a6bff0f6-8d4d-4f7d-80c7-4bec729142b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53510 2026.01.31 06:05:46.116322 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:05:46.116350 [ 288 ] {} TCP-Session: 6a8e9c1c-6b77-4cc3-81d1-7866a8031fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116355 [ 294 ] {} TCP-Session: a6bff0f6-8d4d-4f7d-80c7-4bec729142b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116375 [ 293 ] {} TCP-Session: 9dfa58bc-cedc-4f70-b861-e84308852a80 Authenticating user 'default' from [fd00:1122:3344:101::e]:55476 2026.01.31 06:05:46.116383 [ 288 ] {} TCP-Session: 6a8e9c1c-6b77-4cc3-81d1-7866a8031fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116415 [ 293 ] {} TCP-Session: 9dfa58bc-cedc-4f70-b861-e84308852a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116432 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:05:46.116454 [ 293 ] {} TCP-Session: 9dfa58bc-cedc-4f70-b861-e84308852a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116394 [ 294 ] {} TCP-Session: a6bff0f6-8d4d-4f7d-80c7-4bec729142b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.116538 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:05:46.116954 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:05:46.118458 [ 326 ] {d97238b0-b5f8-49e0-a525-a52627450a83} AggregatingTransform: Aggregating 2026.01.31 06:05:46.118498 [ 326 ] {d97238b0-b5f8-49e0-a525-a52627450a83} Aggregator: Aggregation method: without_key 2026.01.31 06:05:46.118536 [ 326 ] {d97238b0-b5f8-49e0-a525-a52627450a83} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001440923 sec. (694.000 rows/sec., 27.11 KiB/sec.) 2026.01.31 06:05:46.118555 [ 326 ] {d97238b0-b5f8-49e0-a525-a52627450a83} Aggregator: Merging aggregated data 2026.01.31 06:05:46.119865 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} executeQuery: Read 1 rows, 40.00 B in 0.00392 sec., 255.10204081632654 rows/sec., 9.96 KiB/sec. 2026.01.31 06:05:46.120075 [ 291 ] {d97238b0-b5f8-49e0-a525-a52627450a83} TCPHandler: Processed in 0.004473222 sec. 2026.01.31 06:05:46.120228 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120244 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120264 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120278 [ 291 ] {} TCP-Session: f2c838b6-3cb9-4987-937a-90219c974a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120304 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120336 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120356 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120362 [ 293 ] {} TCP-Session: 9dfa58bc-cedc-4f70-b861-e84308852a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120382 [ 286 ] {} TCP-Session: 74ab47b5-fd01-49f8-b51c-60139822b16d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120405 [ 288 ] {} TCP-Session: 6a8e9c1c-6b77-4cc3-81d1-7866a8031fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120302 [ 292 ] {} TCP-Session: 4052ebfa-4628-4ab2-92e2-dc66d26cebb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120287 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120320 [ 290 ] {} TCP-Session: 69efacea-0108-4a60-a875-6942dd77f270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120491 [ 3 ] {} TCP-Session: 84df33df-c1ea-4b98-8009-5773809d5699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120371 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120323 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:05:46.120548 [ 289 ] {} TCP-Session: 47761c93-54a9-4038-aa79-46117a1782b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:46.120575 [ 294 ] {} TCP-Session: a6bff0f6-8d4d-4f7d-80c7-4bec729142b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:05:47.002177 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.002351 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:47.002418 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:47.003231 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.003290 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.003739 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:05:47.003991 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.004221 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} executeQuery: Read 136 rows, 12.05 KiB in 0.0019 sec., 71578.94736842105 rows/sec., 6.19 MiB/sec. 2026.01.31 06:05:47.004276 [ 5 ] {e0f0f2e4-335e-4a1d-a82a-8213e5199d11} TCPHandler: Processed in 0.002226502 sec. 2026.01.31 06:05:47.004405 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.004503 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:47.004547 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:47.004975 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.005013 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.005329 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:05:47.005570 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.005694 [ 95 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.01.31 06:05:47.005703 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} executeQuery: Read 40 rows, 3.01 KiB in 0.001221 sec., 32760.03276003276 rows/sec., 2.41 MiB/sec. 2026.01.31 06:05:47.005770 [ 95 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.005785 [ 5 ] {dbc264ae-b85b-421d-ba80-7ea6b09793ff} TCPHandler: Processed in 0.001430333 sec. 2026.01.31 06:05:47.005814 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.005914 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.005955 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:05:47.006014 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:47.006059 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:47.006118 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:47.006157 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 70 rows starting from the beginning of the part 2026.01.31 06:05:47.006228 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2026.01.31 06:05:47.006274 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:47.006319 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:47.006365 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:47.006409 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:47.006512 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.006553 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.006909 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:05:47.007145 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.007279 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} executeQuery: Read 104 rows, 8.32 KiB in 0.001283 sec., 81060.01558846454 rows/sec., 6.33 MiB/sec. 2026.01.31 06:05:47.007286 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395452 sec., 177720.19388699863 rows/sec., 13.72 MiB/sec. 2026.01.31 06:05:47.007317 [ 5 ] {66867b5a-471b-4175-ada6-f8182f17b0a9} TCPHandler: Processed in 0.001452373 sec. 2026.01.31 06:05:47.007447 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.007494 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.01.31 06:05:47.007541 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:47.007589 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:47.007901 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.007994 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_35_7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.01.31 06:05:47.008021 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.008061 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.008094 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:05:47.008405 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:05:47.008619 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.008751 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.31 06:05:47.008788 [ 5 ] {5b284037-dfc3-4a03-b38c-9d40afd79f6c} TCPHandler: Processed in 0.001390302 sec. 2026.01.31 06:05:47.008901 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.008993 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:47.009048 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} 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.01.31 06:05:47.009925 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.009961 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.010529 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:05:47.010756 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.010895 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} executeQuery: Read 40 rows, 73.40 KiB in 0.001919 sec., 20844.189682126107 rows/sec., 37.35 MiB/sec. 2026.01.31 06:05:47.010951 [ 5 ] {f9d7ea04-cbaa-47d2-9b39-754da537504c} TCPHandler: Processed in 0.002098108 sec. 2026.01.31 06:05:47.011064 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:47.011158 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:47.011198 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:47.011571 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:47.011607 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:47.014369 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:05:47.014986 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:47.015149 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} executeQuery: Read 60 rows, 4.14 KiB in 0.004009 sec., 14966.325767024195 rows/sec., 1.01 MiB/sec. 2026.01.31 06:05:47.015191 [ 5 ] {a9c46811-3d82-4d2e-b383-6df43f1fdaf3} TCPHandler: Processed in 0.004174885 sec. 2026.01.31 06:05:50.296662 [ 93 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:05:50.296728 [ 93 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:05:50.440814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20176 2026.01.31 06:05:50.441630 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:50.441681 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:50.442167 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:05:50.442398 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:50.442537 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20176 2026.01.31 06:05:51.528471 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.31 06:05:51.544545 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:51.544603 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:51.550647 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:05:51.551333 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:51.554031 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.31 06:05:51.999707 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:51.999877 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:51.999940 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:52.000641 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.000690 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.001086 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:05:52.001307 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.001470 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} executeQuery: Read 56 rows, 4.38 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.61 MiB/sec. 2026.01.31 06:05:52.001474 [ 91 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:05:52.001517 [ 5 ] {7d840c2e-9d83-4867-a7e6-0f6920eaf53d} TCPHandler: Processed in 0.001934465 sec. 2026.01.31 06:05:52.001544 [ 91 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.001602 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.001661 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:52.001712 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:05:52.001765 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:52.001808 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:52.001820 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:52.001854 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1407 rows starting from the beginning of the part 2026.01.31 06:05:52.001920 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:05:52.001972 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part 2026.01.31 06:05:52.002027 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:52.002072 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 136 rows starting from the beginning of the part 2026.01.31 06:05:52.002121 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.01.31 06:05:52.002249 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.002287 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.002620 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:05:52.002840 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.002965 [ 91 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:05:52.002989 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} executeQuery: Read 64 rows, 5.12 KiB in 0.001245 sec., 51405.62248995984 rows/sec., 4.01 MiB/sec. 2026.01.31 06:05:52.003011 [ 91 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.003035 [ 5 ] {c656c7cd-2a20-4c70-8a60-9a38a043989a} TCPHandler: Processed in 0.001431222 sec. 2026.01.31 06:05:52.003037 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.003170 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:52.003170 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:05:52.003242 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575676 sec., 1172195.2990335575 rows/sec., 102.19 MiB/sec. 2026.01.31 06:05:52.003273 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:52.003324 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:52.003344 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:52.003387 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 632 rows starting from the beginning of the part 2026.01.31 06:05:52.003464 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:05:52.003480 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:05:52.003517 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2026.01.31 06:05:52.003573 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:52.003619 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part 2026.01.31 06:05:52.003670 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.01.31 06:05:52.003762 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.003807 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.003830 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.003924 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_61_12} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:05:52.004021 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.31 06:05:52.004196 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:05:52.004435 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.004564 [ 91 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:05:52.004591 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} executeQuery: Read 160 rows, 11.41 KiB in 0.001339 sec., 119492.15832710979 rows/sec., 8.32 MiB/sec. 2026.01.31 06:05:52.004606 [ 91 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.004635 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.004638 [ 5 ] {dad4ad97-55bf-486e-bdaa-ae39500104e8} TCPHandler: Processed in 0.001518565 sec. 2026.01.31 06:05:52.004645 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532355 sec., 673473.1834333428 rows/sec., 54.04 MiB/sec. 2026.01.31 06:05:52.004712 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:52.004763 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:52.004805 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:52.004840 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16785 rows starting from the beginning of the part 2026.01.31 06:05:52.004864 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:52.004872 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:05:52.004902 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:52.004913 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:52.004954 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:52.005000 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:52.005048 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:05:52.005094 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.01.31 06:05:52.005237 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.005282 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.005318 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.005324 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_61_12} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:05:52.005421 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.31 06:05:52.005670 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:05:52.005884 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.005998 [ 91 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:05:52.006015 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2026.01.31 06:05:52.006033 [ 91 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:52.006057 [ 5 ] {27e2bb42-5981-44d4-889e-fcab9116971d} TCPHandler: Processed in 0.001344891 sec. 2026.01.31 06:05:52.006058 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:52.006173 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:52.006311 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:52.006345 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3258 rows starting from the beginning of the part 2026.01.31 06:05:52.006403 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:52.006446 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:52.006483 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:52.006519 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:05:52.006556 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.01.31 06:05:52.008125 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3558 rows, containing 4 columns (4 merged, 0 gathered) in 0.002001296 sec., 1777847.9545254675 rows/sec., 119.90 MiB/sec. 2026.01.31 06:05:52.008556 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:05:52.008825 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.008891 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_61_12} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:05:52.008973 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.31 06:05:52.011252 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17585 rows, containing 5 columns (5 merged, 0 gathered) in 0.00657608 sec., 2674085.473412732 rows/sec., 183.79 MiB/sec. 2026.01.31 06:05:52.011425 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:05:52.011685 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:52.011747 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_61_12} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:05:52.011804 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.01.31 06:05:53.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.49 MiB, peak 304.96 MiB, free memory in arenas 0.00 B, will set to 296.55 MiB (RSS), difference: 3.06 MiB 2026.01.31 06:05:55.500902 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 914 2026.01.31 06:05:55.503189 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:55.503238 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:55.504738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:05:55.505019 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:55.505280 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 914 2026.01.31 06:05:57.030392 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.030574 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.030637 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:05:57.031296 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.031345 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.031739 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:05:57.031960 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.032107 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} executeQuery: Read 24 rows, 2.04 KiB in 0.001579 sec., 15199.493350221659 rows/sec., 1.26 MiB/sec. 2026.01.31 06:05:57.032147 [ 5 ] {9b812f99-1aac-4bf3-a307-de116c1919fc} TCPHandler: Processed in 0.001877342 sec. 2026.01.31 06:05:57.032283 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.032375 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:05:57.032414 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:05:57.032833 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.032868 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.033165 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:05:57.033369 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.033494 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} executeQuery: Read 12 rows, 1002.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 860.61 KiB/sec. 2026.01.31 06:05:57.033542 [ 5 ] {a1aeffde-f29f-4be8-9c1e-2ed116205667} TCPHandler: Processed in 0.001309779 sec. 2026.01.31 06:05:57.033668 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.033759 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:05:57.033797 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:05:57.034992 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.035026 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.035427 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:05:57.035645 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.035773 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} executeQuery: Read 1402 rows, 120.04 KiB in 0.002031 sec., 690300.3446578041 rows/sec., 57.72 MiB/sec. 2026.01.31 06:05:57.035810 [ 5 ] {d54d9dc7-a7cb-4a60-a992-fcaea24fcb92} TCPHandler: Processed in 0.00218815 sec. 2026.01.31 06:05:57.035925 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.036016 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.036055 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:05:57.036492 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.036534 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.036822 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:05:57.037024 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.037150 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} executeQuery: Read 64 rows, 4.81 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 4.08 MiB/sec. 2026.01.31 06:05:57.037187 [ 5 ] {c907571f-d8ef-418a-8512-7540eca0c2a8} TCPHandler: Processed in 0.00130892 sec. 2026.01.31 06:05:57.037298 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.037389 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.037427 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:05:57.037989 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.038024 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.038325 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:05:57.038558 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.038689 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} executeQuery: Read 252 rows, 17.85 KiB in 0.001317 sec., 191343.96355353075 rows/sec., 13.23 MiB/sec. 2026.01.31 06:05:57.038725 [ 5 ] {6578112e-2711-48cc-bcb9-2f74a2b4018e} TCPHandler: Processed in 0.001473584 sec. 2026.01.31 06:05:57.038843 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.038934 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.038972 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:05:57.039365 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.039398 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.039687 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 06:05:57.039888 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.040008 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} executeQuery: Read 12 rows, 960.00 B in 0.001092 sec., 10989.010989010989 rows/sec., 858.52 KiB/sec. 2026.01.31 06:05:57.040045 [ 5 ] {64b86536-187b-44fa-a074-d576eef75161} TCPHandler: Processed in 0.001248988 sec. 2026.01.31 06:05:57.040180 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.040276 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:05:57.040314 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:05:57.041138 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.041173 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.041492 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:05:57.041703 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.041826 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} executeQuery: Read 608 rows, 46.84 KiB in 0.001568 sec., 387755.10204081633 rows/sec., 29.17 MiB/sec. 2026.01.31 06:05:57.041862 [ 5 ] {52c6cfcf-95a0-46a5-9917-0cec395364d8} TCPHandler: Processed in 0.00173627 sec. 2026.01.31 06:05:57.041972 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.042063 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.042105 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:05:57.042809 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.042842 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.043214 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:05:57.043435 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.043578 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} executeQuery: Read 886 rows, 61.58 KiB in 0.001533 sec., 577951.7286366601 rows/sec., 39.23 MiB/sec. 2026.01.31 06:05:57.043614 [ 5 ] {2e77df18-c0e7-4538-b74b-758cf8e407c1} TCPHandler: Processed in 0.001688239 sec. 2026.01.31 06:05:57.043727 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.043819 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.043872 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} 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.01.31 06:05:57.044755 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.044789 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.045367 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:05:57.045608 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.045728 [ 85 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.31 06:05:57.045744 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} executeQuery: Read 40 rows, 73.40 KiB in 0.001943 sec., 20586.72156459084 rows/sec., 36.89 MiB/sec. 2026.01.31 06:05:57.045767 [ 85 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.045788 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.045801 [ 5 ] {70a46566-c79a-4f4c-9b56-b1970db958c7} TCPHandler: Processed in 0.002121689 sec. 2026.01.31 06:05:57.045905 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:05:57.045915 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:05:57.046030 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:05:57.046078 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:05:57.046171 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:05:57.046237 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 984 rows starting from the beginning of the part 2026.01.31 06:05:57.046368 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:57.046432 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.046471 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.046484 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:57.046613 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:57.046722 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:57.046802 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:05:57.046831 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.01.31 06:05:57.047019 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.047148 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.01.31 06:05:57.047184 [ 5 ] {7d674161-5c7d-4cf0-bb08-c90a400fad5b} TCPHandler: Processed in 0.00131517 sec. 2026.01.31 06:05:57.053542 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 19 columns (19 merged, 0 gathered) in 0.007688685 sec., 153992.52277860258 rows/sec., 275.95 MiB/sec. 2026.01.31 06:05:57.054734 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.31 06:05:57.055069 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.055153 [ 192 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_31_6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.31 06:05:57.055253 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. 2026.01.31 06:05:57.943578 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20624 2026.01.31 06:05:57.944100 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:57.944144 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:57.944607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:05:57.944844 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:57.944976 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20624 2026.01.31 06:05:58.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 297.34 MiB, peak 308.94 MiB, free memory in arenas 0.00 B, will set to 300.78 MiB (RSS), difference: 3.44 MiB 2026.01.31 06:05:59.055053 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.31 06:05:59.072345 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:05:59.072410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:05:59.078522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:05:59.079326 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:05:59.082188 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.31 06:06:01.999370 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:01.999545 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:01.999607 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:02.000231 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:02.000276 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:06:02.000739 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:06:02.000966 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:02.001120 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} executeQuery: Read 56 rows, 4.38 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.62 MiB/sec. 2026.01.31 06:06:02.001163 [ 5 ] {eaefd890-595c-4920-8d47-96157785366b} TCPHandler: Processed in 0.001913354 sec. 2026.01.31 06:06:02.001280 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:02.001376 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:02.001417 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:02.001847 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:02.001882 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:06:02.002181 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:06:02.002387 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:02.002523 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} executeQuery: Read 64 rows, 5.12 KiB in 0.001167 sec., 54841.47386461011 rows/sec., 4.28 MiB/sec. 2026.01.31 06:06:02.002560 [ 5 ] {0621f754-3389-4379-84a8-37eede8ff879} TCPHandler: Processed in 0.001327641 sec. 2026.01.31 06:06:02.002671 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:02.002763 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:02.002804 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:02.003206 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:02.003240 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:06:02.003562 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:06:02.003761 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:02.003887 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2026.01.31 06:06:02.003923 [ 5 ] {4d0183ca-4930-4e94-9969-477372301da0} TCPHandler: Processed in 0.00129938 sec. 2026.01.31 06:06:02.004037 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:02.004128 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:02.004168 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:02.004495 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:02.004530 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB. 2026.01.31 06:06:02.004817 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:06:02.005017 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:02.005141 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2026.01.31 06:06:02.005176 [ 5 ] {78198c5d-6db0-49fb-9854-639aa83270f7} TCPHandler: Processed in 0.001185637 sec. 2026.01.31 06:06:05.296969 [ 47 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:06:05.297032 [ 47 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:06:05.446022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21136 2026.01.31 06:06:05.446549 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:05.446598 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:05.447094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:06:05.447331 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:05.447483 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21136 2026.01.31 06:06:05.505425 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 942 2026.01.31 06:06:05.507709 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:05.507757 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:05.508936 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:06:05.509204 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:05.509461 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 942 2026.01.31 06:06:06.582423 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.31 06:06:06.599448 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:06.599499 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:06.605630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:06:06.606343 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:06.609197 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.31 06:06:07.002847 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.003029 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:07.003101 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:07.003847 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.003904 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.004330 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:06:07.004587 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.004771 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} executeQuery: Read 136 rows, 12.05 KiB in 0.001791 sec., 75935.23171412619 rows/sec., 6.57 MiB/sec. 2026.01.31 06:06:07.004831 [ 5 ] {73e9d773-27c5-46f2-838a-8664a205bbb1} TCPHandler: Processed in 0.002111048 sec. 2026.01.31 06:06:07.004958 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.005069 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:07.005116 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:07.005615 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.005653 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.005979 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:06:07.006200 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.006349 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} executeQuery: Read 40 rows, 3.01 KiB in 0.001305 sec., 30651.340996168583 rows/sec., 2.25 MiB/sec. 2026.01.31 06:06:07.006398 [ 5 ] {bcb93dcd-b7d1-4093-9924-d47178fe52bb} TCPHandler: Processed in 0.001494604 sec. 2026.01.31 06:06:07.006524 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.006629 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:07.006673 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:07.007121 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.007156 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.007488 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:06:07.007699 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.007828 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} executeQuery: Read 104 rows, 8.32 KiB in 0.001223 sec., 85036.79476696649 rows/sec., 6.64 MiB/sec. 2026.01.31 06:06:07.007865 [ 5 ] {c790fb23-0b04-4275-98ed-3f7031624248} TCPHandler: Processed in 0.001406683 sec. 2026.01.31 06:06:07.007976 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.008070 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:07.008113 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:07.008543 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.008577 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.008913 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:06:07.009116 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.009247 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.01.31 06:06:07.009284 [ 5 ] {61f93416-d342-417d-ae1e-4580047d2e16} TCPHandler: Processed in 0.001358731 sec. 2026.01.31 06:06:07.009401 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.009506 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:07.009561 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} 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.01.31 06:06:07.010443 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.010488 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.011058 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:06:07.011284 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.011422 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} executeQuery: Read 40 rows, 73.40 KiB in 0.001934 sec., 20682.52326783868 rows/sec., 37.06 MiB/sec. 2026.01.31 06:06:07.011485 [ 5 ] {6da234d5-b564-4c6f-aadd-4e4acc22044f} TCPHandler: Processed in 0.002132508 sec. 2026.01.31 06:06:07.011595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:07.011690 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:07.011731 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:07.012069 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:07.012103 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:07.012407 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:06:07.012624 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:07.012751 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.31 06:06:07.012786 [ 5 ] {74005e0b-83bb-49de-8318-7fce060d46d1} TCPHandler: Processed in 0.001241168 sec. 2026.01.31 06:06:12.000106 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.000298 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:06:12.000371 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:06:12.001023 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.001083 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.001464 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:06:12.001693 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.001852 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} executeQuery: Read 2 rows, 167.00 B in 0.001605 sec., 1246.105919003115 rows/sec., 101.61 KiB/sec. 2026.01.31 06:06:12.001904 [ 5 ] {be13840e-8c60-49fb-9a34-fcc92f715f3f} TCPHandler: Processed in 0.001918614 sec. 2026.01.31 06:06:12.002020 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.002121 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:12.002164 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:12.002600 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.002641 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.002946 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:06:12.003145 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.003283 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} executeQuery: Read 57 rows, 4.45 KiB in 0.001185 sec., 48101.26582278481 rows/sec., 3.67 MiB/sec. 2026.01.31 06:06:12.003322 [ 5 ] {76e5106f-2877-425a-8d47-6cb174752e8f} TCPHandler: Processed in 0.001352291 sec. 2026.01.31 06:06:12.003437 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.003587 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:12.003654 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:12.004169 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.004211 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.004507 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:06:12.004758 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.004907 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} executeQuery: Read 2 rows, 143.00 B in 0.001354 sec., 1477.1048744460857 rows/sec., 103.14 KiB/sec. 2026.01.31 06:06:12.004945 [ 5 ] {b017f890-7802-45d3-a07a-b3d26b48d94b} TCPHandler: Processed in 0.001555856 sec. 2026.01.31 06:06:12.005061 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.005158 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:12.005198 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:12.005604 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.005638 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.005931 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:06:12.006131 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.006262 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} executeQuery: Read 66 rows, 5.28 KiB in 0.001121 sec., 58876.00356824264 rows/sec., 4.60 MiB/sec. 2026.01.31 06:06:12.006299 [ 5 ] {67f2581b-6db0-4bc4-8898-2a0bbe8c0926} TCPHandler: Processed in 0.00128975 sec. 2026.01.31 06:06:12.006406 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.006502 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:12.006544 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:12.006931 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.006966 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.007287 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:06:12.007509 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.007640 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} executeQuery: Read 161 rows, 11.48 KiB in 0.001156 sec., 139273.35640138408 rows/sec., 9.70 MiB/sec. 2026.01.31 06:06:12.007676 [ 5 ] {15927eae-634f-42c4-b25c-0255a0a03e61} TCPHandler: Processed in 0.00131624 sec. 2026.01.31 06:06:12.007799 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:12.007890 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:12.007931 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:12.008280 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.008325 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.008715 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:06:12.009006 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.009183 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. 2026.01.31 06:06:12.009226 [ 5 ] {e71b16a4-3fcc-432e-908e-f2bf9c895074} TCPHandler: Processed in 0.001481934 sec. 2026.01.31 06:06:12.947549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21584 2026.01.31 06:06:12.948118 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:12.948173 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:12.948681 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:06:12.948919 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:12.949085 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21584 2026.01.31 06:06:14.110242 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.31 06:06:14.128612 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:14.128668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:14.135221 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:06:14.136036 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:14.140076 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.31 06:06:15.510612 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 966 2026.01.31 06:06:15.512825 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:15.512874 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:15.514083 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:06:15.514364 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:15.514623 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 966 2026.01.31 06:06:17.002421 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.002611 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:17.002688 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:17.003512 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.003562 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.003979 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:06:17.004213 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.004358 [ 76 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:06:17.004397 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} executeQuery: Read 136 rows, 12.05 KiB in 0.001836 sec., 74074.07407407407 rows/sec., 6.41 MiB/sec. 2026.01.31 06:06:17.004425 [ 76 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.004452 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.004464 [ 5 ] {898385cb-aa19-409f-9590-a401efa7702e} TCPHandler: Processed in 0.002172449 sec. 2026.01.31 06:06:17.004557 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:06:17.004595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.004670 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:17.004701 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:17.004708 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1407 rows starting from the beginning of the part 2026.01.31 06:06:17.004749 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:17.004785 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:06:17.004831 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2026.01.31 06:06:17.004874 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part 2026.01.31 06:06:17.004916 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 57 rows starting from the beginning of the part 2026.01.31 06:06:17.004955 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 136 rows starting from the beginning of the part 2026.01.31 06:06:17.005251 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.005286 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.005600 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:06:17.005810 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.005959 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} executeQuery: Read 40 rows, 3.01 KiB in 0.001283 sec., 31176.929072486357 rows/sec., 2.29 MiB/sec. 2026.01.31 06:06:17.006007 [ 5 ] {172f915e-2f61-4085-91e2-a66e175044e7} TCPHandler: Processed in 0.001464203 sec. 2026.01.31 06:06:17.006121 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.006221 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:17.006265 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:17.006322 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001817721 sec., 1757145.3484885744 rows/sec., 153.59 MiB/sec. 2026.01.31 06:06:17.006617 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:06:17.006735 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.006779 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.007018 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.007120 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:06:17.007131 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_66_13} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:06:17.007272 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:06:17.007345 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.007497 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} executeQuery: Read 104 rows, 8.32 KiB in 0.001299 sec., 80061.5858352579 rows/sec., 6.25 MiB/sec. 2026.01.31 06:06:17.007516 [ 75 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:06:17.007543 [ 5 ] {2a9e22d7-9b44-4a76-9f7e-9cee422205a3} TCPHandler: Processed in 0.001471523 sec. 2026.01.31 06:06:17.007585 [ 75 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.007614 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.007674 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.007695 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:06:17.007778 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:17.007779 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:17.007814 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 632 rows starting from the beginning of the part 2026.01.31 06:06:17.007825 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:17.007864 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 608 rows starting from the beginning of the part 2026.01.31 06:06:17.007906 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2026.01.31 06:06:17.007944 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part 2026.01.31 06:06:17.007982 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part 2026.01.31 06:06:17.008019 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 104 rows starting from the beginning of the part 2026.01.31 06:06:17.008271 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.008306 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.008653 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:06:17.008862 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.008920 [ 190 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257599 sec., 1254771.9901176766 rows/sec., 100.03 MiB/sec. 2026.01.31 06:06:17.008985 [ 75 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:06:17.009006 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2026.01.31 06:06:17.009019 [ 75 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.009049 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.009056 [ 5 ] {b3304a3f-0af9-4463-9580-e81211450cf7} TCPHandler: Processed in 0.001429973 sec. 2026.01.31 06:06:17.009089 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:06:17.009149 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:06:17.009189 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.009266 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:17.009321 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:17.009334 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17585 rows starting from the beginning of the part 2026.01.31 06:06:17.009326 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.009400 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} 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.01.31 06:06:17.009415 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 886 rows starting from the beginning of the part 2026.01.31 06:06:17.009437 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_66_13} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:06:17.009467 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:17.009508 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:06:17.009514 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:17.009566 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part 2026.01.31 06:06:17.009604 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:17.010418 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.010462 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.011089 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:06:17.011311 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.011454 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} executeQuery: Read 40 rows, 73.40 KiB in 0.002162 sec., 18501.387604070307 rows/sec., 33.15 MiB/sec. 2026.01.31 06:06:17.011508 [ 5 ] {d40bf14e-391b-46e0-b450-aad6c1609d0d} TCPHandler: Processed in 0.002381094 sec. 2026.01.31 06:06:17.011610 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:17.011702 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:17.011742 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:17.012082 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.012118 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.012439 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:06:17.012653 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.012766 [ 74 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:06:17.012781 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.31 06:06:17.012825 [ 74 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:17.012840 [ 5 ] {862c028f-bf96-4db8-9918-f83537f3415f} TCPHandler: Processed in 0.0012764 sec. 2026.01.31 06:06:17.012853 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:17.012926 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:17.013008 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:17.013032 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3558 rows starting from the beginning of the part 2026.01.31 06:06:17.013077 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:17.013113 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:17.013148 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:17.013182 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:17.013216 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:17.014531 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3858 rows, containing 4 columns (4 merged, 0 gathered) in 0.001627457 sec., 2370569.5450018034 rows/sec., 159.87 MiB/sec. 2026.01.31 06:06:17.014549 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19112 rows, containing 5 columns (5 merged, 0 gathered) in 0.005439485 sec., 3513567.920492473 rows/sec., 241.46 MiB/sec. 2026.01.31 06:06:17.014890 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:06:17.015030 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:06:17.015206 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.015287 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_66_13} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:06:17.015340 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:17.015392 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2026.01.31 06:06:17.015422 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_66_13} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:06:17.015507 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.01.31 06:06:20.297275 [ 73 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:06:20.297337 [ 73 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:06:20.449171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22096 2026.01.31 06:06:20.449985 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:20.450031 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:20.450494 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:06:20.450714 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:20.450838 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22096 2026.01.31 06:06:20.450849 [ 73 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:06:20.450905 [ 73 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:20.450926 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:20.451082 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:06:20.451292 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:20.451351 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19664 rows starting from the beginning of the part 2026.01.31 06:06:20.451519 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.01.31 06:06:20.451588 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.01.31 06:06:20.451630 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.01.31 06:06:20.451672 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.01.31 06:06:20.451711 [ 195 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.01.31 06:06:20.453750 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22096 rows, containing 4 columns (4 merged, 0 gathered) in 0.002716192 sec., 8134918.297381039 rows/sec., 116.37 MiB/sec. 2026.01.31 06:06:20.454138 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:06:20.454436 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:20.454516 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_46_9} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:06:20.454634 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.01.31 06:06:21.640140 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.31 06:06:21.657957 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:21.658004 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:21.664288 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:06:21.665022 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:21.665307 [ 73 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:06:21.665367 [ 73 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:21.665387 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:21.665551 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.668165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.31 06:06:21.669766 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:21.671427 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.676288 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.681128 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.685793 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.690702 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.694967 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:21.746825 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.08136427 sec., 4264.771256474125 rows/sec., 22.05 MiB/sec. 2026.01.31 06:06:21.748673 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:06:21.750562 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_46_9} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:21.750653 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_46_9} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:06:21.751949 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.31 06:06:21.999728 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:21.999900 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:21.999964 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:22.000595 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:22.000637 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:22.001027 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:06:22.001262 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:22.001423 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} executeQuery: Read 56 rows, 4.38 KiB in 0.00157 sec., 35668.789808917194 rows/sec., 2.72 MiB/sec. 2026.01.31 06:06:22.001473 [ 5 ] {1b6af904-1e79-4ae5-bfde-9ca524b678bf} TCPHandler: Processed in 0.001865122 sec. 2026.01.31 06:06:22.001595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:22.001696 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:22.001739 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:22.002164 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:22.002201 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:22.002505 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:06:22.002711 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:22.002839 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} executeQuery: Read 64 rows, 5.12 KiB in 0.001166 sec., 54888.507718696404 rows/sec., 4.28 MiB/sec. 2026.01.31 06:06:22.002877 [ 5 ] {72b0e6fe-f326-44ff-9ec9-01c6bb18bc6b} TCPHandler: Processed in 0.001334161 sec. 2026.01.31 06:06:22.002984 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:22.003079 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:22.003124 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:22.003519 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:22.003554 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:22.003882 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:06:22.004090 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:22.004218 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.01.31 06:06:22.004254 [ 5 ] {3d30621d-dc83-4dc8-90de-87d747f15598} TCPHandler: Processed in 0.00131851 sec. 2026.01.31 06:06:22.004369 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:22.004461 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:22.004503 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:22.004832 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:22.004867 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:22.005177 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:06:22.005382 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:22.005514 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.31 06:06:22.005549 [ 5 ] {46bb24bb-6ef1-4101-85f8-fd5d9e27557f} TCPHandler: Processed in 0.001228517 sec. 2026.01.31 06:06:23.134522 [ 70 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.31 06:06:23.134656 [ 70 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:23.134702 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:23.134898 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:06:23.135110 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:23.135147 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:06:23.135222 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:06:23.135274 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.01.31 06:06:23.135322 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.01.31 06:06:23.135365 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:06:23.136104 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295749 sec., 29326.667433276045 rows/sec., 2.45 MiB/sec. 2026.01.31 06:06:23.136228 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.31 06:06:23.136464 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:23.136537 [ 191 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_17_4} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.31 06:06:23.136601 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:06:25.514787 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 986 2026.01.31 06:06:25.517064 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:25.517125 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:25.518375 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:06:25.518678 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:25.519067 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 986 2026.01.31 06:06:27.030423 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.030690 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.030783 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:06:27.031434 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.031489 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.031880 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:06:27.032100 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.032257 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} executeQuery: Read 24 rows, 2.04 KiB in 0.001635 sec., 14678.899082568807 rows/sec., 1.22 MiB/sec. 2026.01.31 06:06:27.032299 [ 5 ] {2a0385cb-a911-4fe4-b992-745052cac0db} TCPHandler: Processed in 0.002037637 sec. 2026.01.31 06:06:27.032412 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.032504 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:06:27.032545 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:06:27.032937 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.032972 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.033252 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:06:27.033451 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.033576 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} executeQuery: Read 4 rows, 334.00 B in 0.00109 sec., 3669.7247706422017 rows/sec., 299.24 KiB/sec. 2026.01.31 06:06:27.033612 [ 5 ] {118fd230-6437-4cd6-8501-82aa9822cef7} TCPHandler: Processed in 0.001247189 sec. 2026.01.31 06:06:27.033717 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.033811 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:27.033850 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:27.034760 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.034796 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.035175 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:06:27.035383 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.035511 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} executeQuery: Read 1398 rows, 119.75 KiB in 0.00172 sec., 812790.6976744186 rows/sec., 67.99 MiB/sec. 2026.01.31 06:06:27.035548 [ 5 ] {83f255a3-b115-48ab-a3cb-16b52cb60bc5} TCPHandler: Processed in 0.001877153 sec. 2026.01.31 06:06:27.035658 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.035751 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.035792 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:27.036222 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.036258 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.036559 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:06:27.036756 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.036877 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} executeQuery: Read 56 rows, 4.25 KiB in 0.001145 sec., 48908.29694323144 rows/sec., 3.62 MiB/sec. 2026.01.31 06:06:27.036884 [ 67 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.01.31 06:06:27.036913 [ 5 ] {e98dfc77-a3d4-4aa5-ba6c-7d6e8bcca97f} TCPHandler: Processed in 0.00130327 sec. 2026.01.31 06:06:27.036951 [ 67 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.036977 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.037044 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.037099 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:06:27.037140 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.037183 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:06:27.037231 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:27.037279 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 70 rows starting from the beginning of the part 2026.01.31 06:06:27.037353 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.01.31 06:06:27.037404 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:27.037450 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part 2026.01.31 06:06:27.037496 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:27.037540 [ 187 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.01.31 06:06:27.037638 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.037679 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.038037 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:06:27.038263 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.038391 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} executeQuery: Read 252 rows, 17.85 KiB in 0.001269 sec., 198581.56028368796 rows/sec., 13.73 MiB/sec. 2026.01.31 06:06:27.038428 [ 5 ] {01e06af1-078b-4111-a42e-049ff8e44507} TCPHandler: Processed in 0.001441183 sec. 2026.01.31 06:06:27.038424 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001369861 sec., 198560.29188362908 rows/sec., 15.33 MiB/sec. 2026.01.31 06:06:27.038542 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.038636 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.01.31 06:06:27.038644 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.038696 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:06:27.038933 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.039015 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_40_8} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.01.31 06:06:27.039079 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.039104 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:06:27.039119 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.039418 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 06:06:27.039628 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.039755 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} executeQuery: Read 12 rows, 960.00 B in 0.001129 sec., 10628.875110717448 rows/sec., 830.38 KiB/sec. 2026.01.31 06:06:27.039791 [ 5 ] {36c98d9b-48f7-4c7a-b07a-c35459093506} TCPHandler: Processed in 0.00129575 sec. 2026.01.31 06:06:27.039900 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.039991 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:27.040028 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:27.040596 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.040631 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.040945 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:06:27.041154 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.041281 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} executeQuery: Read 600 rows, 46.19 KiB in 0.001307 sec., 459066.56465187453 rows/sec., 34.51 MiB/sec. 2026.01.31 06:06:27.041317 [ 5 ] {d0a82921-43a5-4ab6-b736-2bdee0f1c84f} TCPHandler: Processed in 0.001463734 sec. 2026.01.31 06:06:27.041423 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.041514 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.041556 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:27.042097 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.042132 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.042500 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:06:27.042704 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.042835 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} executeQuery: Read 882 rows, 61.30 KiB in 0.001339 sec., 658700.5227781928 rows/sec., 44.71 MiB/sec. 2026.01.31 06:06:27.042886 [ 5 ] {5ad1b38d-9bc7-4c04-8e0e-43975cfffc5f} TCPHandler: Processed in 0.001509835 sec. 2026.01.31 06:06:27.042994 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.043084 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.043137 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} 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.01.31 06:06:27.043933 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.043968 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.044541 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:06:27.044756 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.044890 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} executeQuery: Read 40 rows, 73.40 KiB in 0.001823 sec., 21941.854086670322 rows/sec., 39.32 MiB/sec. 2026.01.31 06:06:27.044942 [ 5 ] {e7d3677e-ce6e-4ef5-a109-54ebffa3c8bc} TCPHandler: Processed in 0.001994446 sec. 2026.01.31 06:06:27.045043 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:27.045134 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:27.045174 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:27.045503 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.045537 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB. 2026.01.31 06:06:27.045822 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:06:27.046036 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.046159 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.01.31 06:06:27.046193 [ 5 ] {fa1a7c5e-3462-447a-9921-96cee6844054} TCPHandler: Processed in 0.001196787 sec. 2026.01.31 06:06:27.950951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22544 2026.01.31 06:06:27.951631 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:27.951695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:27.952221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:06:27.952452 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:27.952603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22544 2026.01.31 06:06:29.168216 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.31 06:06:29.183715 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:29.183772 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:29.190251 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:06:29.190956 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:29.193684 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.31 06:06:32.000369 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:32.000560 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:32.000632 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:32.001465 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:32.001512 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:32.001884 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:06:32.002109 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:32.002259 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} executeQuery: Read 56 rows, 4.38 KiB in 0.00175 sec., 32000 rows/sec., 2.44 MiB/sec. 2026.01.31 06:06:32.002300 [ 5 ] {8f2de23a-cbe2-4fa2-b73f-1e9c6f8b4a54} TCPHandler: Processed in 0.002060647 sec. 2026.01.31 06:06:32.002430 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:32.002523 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:32.002563 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:32.003064 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:32.003101 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:32.003418 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:06:32.003626 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:32.003755 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} executeQuery: Read 64 rows, 5.12 KiB in 0.00125 sec., 51200 rows/sec., 4.00 MiB/sec. 2026.01.31 06:06:32.003792 [ 5 ] {d0fabde7-70d1-4d25-859f-aede5036a0f4} TCPHandler: Processed in 0.001409452 sec. 2026.01.31 06:06:32.003912 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:32.004005 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:32.004048 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:32.004514 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:32.004550 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:32.004880 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:06:32.005095 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:32.005223 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.01.31 06:06:32.005260 [ 5 ] {d479241e-8236-4371-b7a3-3b8d81b0444d} TCPHandler: Processed in 0.001395892 sec. 2026.01.31 06:06:32.005378 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:32.005471 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:32.005512 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:32.005896 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:32.005933 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:32.006241 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:06:32.006443 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:32.006568 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.01.31 06:06:32.006604 [ 5 ] {667ce42f-cbf1-44ad-8842-10057b910a67} TCPHandler: Processed in 0.001273829 sec. 2026.01.31 06:06:35.297582 [ 58 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:06:35.297671 [ 58 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:06:35.453628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23056 2026.01.31 06:06:35.454145 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:35.454193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:35.454706 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:06:35.454955 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:35.455110 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23056 2026.01.31 06:06:35.520170 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1014 2026.01.31 06:06:35.522550 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:35.522599 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:35.523820 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:06:35.524102 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:35.524248 [ 58 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:06:35.524291 [ 58 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:35.524313 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:35.524438 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:06:35.524489 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1014 2026.01.31 06:06:35.525034 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:35.525170 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 890 rows starting from the beginning of the part 2026.01.31 06:06:35.525510 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.01.31 06:06:35.525820 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2026.01.31 06:06:35.526122 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.01.31 06:06:35.526422 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:06:35.526718 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part 2026.01.31 06:06:35.532909 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 72 columns (72 merged, 0 gathered) in 0.008532825 sec., 118835.20405024126 rows/sec., 95.27 MiB/sec. 2026.01.31 06:06:35.534256 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:06:35.534902 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:35.534989 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_36_7} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:06:35.535341 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2026.01.31 06:06:36.001282 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000908441 sec. 2026.01.31 06:06:36.694717 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.31 06:06:36.711527 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:36.711590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:36.717959 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:06:36.718681 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:36.721508 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.31 06:06:37.002281 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.002473 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:37.002543 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:37.003510 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.003549 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.003963 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:06:37.004189 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.004341 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} executeQuery: Read 136 rows, 12.05 KiB in 0.00192 sec., 70833.33333333333 rows/sec., 6.13 MiB/sec. 2026.01.31 06:06:37.004383 [ 5 ] {7e1d7174-3c0a-4b3e-b55e-5e32d4d01e60} TCPHandler: Processed in 0.002229371 sec. 2026.01.31 06:06:37.004523 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.004629 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:37.004670 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:37.005184 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.005219 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.005536 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:06:37.005747 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.005874 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} executeQuery: Read 40 rows, 3.01 KiB in 0.001265 sec., 31620.553359683792 rows/sec., 2.32 MiB/sec. 2026.01.31 06:06:37.005912 [ 5 ] {18eb0d10-b2dd-4b33-a6da-6cfabd644bd5} TCPHandler: Processed in 0.001448304 sec. 2026.01.31 06:06:37.006034 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.006134 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:37.006173 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:37.006685 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.006721 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.007042 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:06:37.007246 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.007373 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} executeQuery: Read 104 rows, 8.32 KiB in 0.001256 sec., 82802.54777070064 rows/sec., 6.47 MiB/sec. 2026.01.31 06:06:37.007410 [ 5 ] {a4aae84b-fbd2-4bab-9dfb-69422ef30ec6} TCPHandler: Processed in 0.001423443 sec. 2026.01.31 06:06:37.007538 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.007636 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:37.007678 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:37.008167 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.008204 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.008545 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:06:37.008752 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.008881 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.01.31 06:06:37.008918 [ 5 ] {e575231e-f42c-4a06-a924-0bfaf16db239} TCPHandler: Processed in 0.001432203 sec. 2026.01.31 06:06:37.009033 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.009126 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:37.009179 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} 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.01.31 06:06:37.010089 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.010125 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.010733 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:06:37.010951 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.011085 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} executeQuery: Read 40 rows, 73.40 KiB in 0.001978 sec., 20222.446916076842 rows/sec., 36.24 MiB/sec. 2026.01.31 06:06:37.011138 [ 5 ] {5cad7c20-8867-42e4-9ef6-a20e68a6a7fa} TCPHandler: Processed in 0.002151499 sec. 2026.01.31 06:06:37.011249 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:37.011341 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:37.011392 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:37.011733 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:37.011767 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:37.012074 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:06:37.012295 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:37.012421 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.01.31 06:06:37.012457 [ 5 ] {646f9d98-1e78-455a-90c3-b0354121cfe9} TCPHandler: Processed in 0.001254839 sec. 2026.01.31 06:06:41.999401 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:41.999609 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:41.999680 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:42.000355 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.000397 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.000775 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:06:42.000995 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.001115 [ 52 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:06:42.001144 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} executeQuery: Read 56 rows, 4.38 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.69 MiB/sec. 2026.01.31 06:06:42.001180 [ 52 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.001194 [ 5 ] {64bdbe9f-5fe2-4373-80b2-b424bbcc6e78} TCPHandler: Processed in 0.001921624 sec. 2026.01.31 06:06:42.001210 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.001322 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:42.001345 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:06:42.001419 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:42.001466 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:42.001496 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:42.001534 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1407 rows starting from the beginning of the part 2026.01.31 06:06:42.001603 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part 2026.01.31 06:06:42.001652 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:06:42.001702 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2026.01.31 06:06:42.001748 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 136 rows starting from the beginning of the part 2026.01.31 06:06:42.001788 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:06:42.001884 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.001926 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.002286 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:06:42.002514 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.002619 [ 52 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:06:42.002645 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} executeQuery: Read 64 rows, 5.12 KiB in 0.001245 sec., 51405.62248995984 rows/sec., 4.01 MiB/sec. 2026.01.31 06:06:42.002648 [ 52 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.002684 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.002688 [ 5 ] {e5772a89-a9bc-447f-ba7c-f0d0379e6a56} TCPHandler: Processed in 0.001415132 sec. 2026.01.31 06:06:42.002770 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:06:42.002816 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:42.002875 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:42.002907 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 632 rows starting from the beginning of the part 2026.01.31 06:06:42.002913 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:42.002963 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:42.002963 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part 2026.01.31 06:06:42.003022 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 600 rows starting from the beginning of the part 2026.01.31 06:06:42.003062 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part 2026.01.31 06:06:42.003099 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 104 rows starting from the beginning of the part 2026.01.31 06:06:42.003140 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:06:42.003224 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.001942964 sec., 1600132.5809433423 rows/sec., 139.48 MiB/sec. 2026.01.31 06:06:42.003380 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.003420 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.003525 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:06:42.003861 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.003946 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_71_14} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:06:42.004041 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.31 06:06:42.004069 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:06:42.004138 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411402 sec., 1082611.4742645966 rows/sec., 86.22 MiB/sec. 2026.01.31 06:06:42.004297 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.004327 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:06:42.004412 [ 52 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:06:42.004436 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. 2026.01.31 06:06:42.004446 [ 52 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.004476 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.004481 [ 5 ] {eeeb8e97-eb45-4e21-8f99-d6e7052512a1} TCPHandler: Processed in 0.001714009 sec. 2026.01.31 06:06:42.004552 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:06:42.004602 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:42.004623 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.004650 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:42.004676 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19112 rows starting from the beginning of the part 2026.01.31 06:06:42.004700 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:42.004709 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_71_14} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:06:42.004724 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:42.004750 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:42.004768 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 882 rows starting from the beginning of the part 2026.01.31 06:06:42.004802 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:06:42.004807 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:42.004846 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:42.004880 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.01.31 06:06:42.005097 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.005138 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.005453 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:06:42.005658 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.005766 [ 52 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:06:42.005789 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.01.31 06:06:42.005795 [ 52 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.005826 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.005831 [ 5 ] {d1f8d1ef-4e8b-4db8-9250-5e6abf87eced} TCPHandler: Processed in 0.001277859 sec. 2026.01.31 06:06:42.005896 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:42.005970 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:42.005997 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3858 rows starting from the beginning of the part 2026.01.31 06:06:42.006051 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:42.006091 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:42.006126 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:06:42.006164 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:42.006200 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.01.31 06:06:42.007881 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4158 rows, containing 4 columns (4 merged, 0 gathered) in 0.002014276 sec., 2064265.274470827 rows/sec., 139.20 MiB/sec. 2026.01.31 06:06:42.008247 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:06:42.008494 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.008557 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_71_14} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:06:42.008614 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.01.31 06:06:42.016812 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20634 rows, containing 5 columns (5 merged, 0 gathered) in 0.012293451 sec., 1678454.6503662802 rows/sec., 115.33 MiB/sec. 2026.01.31 06:06:42.017131 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:06:42.017452 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.017544 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_71_14} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:06:42.017632 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.31 06:06:42.955174 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23504 2026.01.31 06:06:42.955732 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:42.955782 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:42.956256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:06:42.956491 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:42.956634 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23504 2026.01.31 06:06:43.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.06 MiB, peak 316.91 MiB, free memory in arenas 0.00 B, will set to 308.37 MiB (RSS), difference: 3.31 MiB 2026.01.31 06:06:44.221561 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.31 06:06:44.239294 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:44.239354 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:44.245612 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:06:44.246311 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:44.249273 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.31 06:06:44.272403 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35523 2026.01.31 06:06:44.272511 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.272536 [ 286 ] {} TCP-Session: 9d3ed1a3-eddc-4860-a957-32872edbe7a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35523 2026.01.31 06:06:44.272557 [ 286 ] {} TCP-Session: 9d3ed1a3-eddc-4860-a957-32872edbe7a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.272569 [ 286 ] {} TCP-Session: 9d3ed1a3-eddc-4860-a957-32872edbe7a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.272785 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61335 2026.01.31 06:06:44.272826 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39582 2026.01.31 06:06:44.272850 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45023 2026.01.31 06:06:44.272860 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48446 2026.01.31 06:06:44.272878 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33553 2026.01.31 06:06:44.272899 [ 286 ] {} TCP-Session: 9d3ed1a3-eddc-4860-a957-32872edbe7a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:44.272887 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.272948 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.272962 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.272973 [ 288 ] {} TCP-Session: 96174404-bb8e-4f6c-8649-351e55918837 Authenticating user 'default' from [fd00:1122:3344:101::e]:61335 2026.01.31 06:06:44.272981 [ 293 ] {} TCP-Session: 99f0ca17-bff3-4e02-bd51-7690c840a557 Authenticating user 'default' from [fd00:1122:3344:101::e]:48446 2026.01.31 06:06:44.272989 [ 3 ] {} TCP-Session: 61c3bc90-94ec-4627-974f-42316a1738d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:33553 2026.01.31 06:06:44.273005 [ 288 ] {} TCP-Session: 96174404-bb8e-4f6c-8649-351e55918837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273009 [ 293 ] {} TCP-Session: 99f0ca17-bff3-4e02-bd51-7690c840a557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273018 [ 3 ] {} TCP-Session: 61c3bc90-94ec-4627-974f-42316a1738d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273027 [ 288 ] {} TCP-Session: 96174404-bb8e-4f6c-8649-351e55918837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273038 [ 293 ] {} TCP-Session: 99f0ca17-bff3-4e02-bd51-7690c840a557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273044 [ 3 ] {} TCP-Session: 61c3bc90-94ec-4627-974f-42316a1738d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.272874 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60676 2026.01.31 06:06:44.273092 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} executeQuery: (from [fd00:1122:3344:101::e]:35523) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:06:44.273098 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.272844 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44553 2026.01.31 06:06:44.273161 [ 289 ] {} TCP-Session: a26b8913-e4a7-43d1-86c9-6f333a711aec Authenticating user 'default' from [fd00:1122:3344:101::e]:39582 2026.01.31 06:06:44.272831 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45195 2026.01.31 06:06:44.273200 [ 289 ] {} TCP-Session: a26b8913-e4a7-43d1-86c9-6f333a711aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273239 [ 289 ] {} TCP-Session: a26b8913-e4a7-43d1-86c9-6f333a711aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273382 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:06:44.273458 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:06:44.273595 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.273628 [ 294 ] {} TCP-Session: 733ccf16-f1fb-407e-8235-93453a59f4d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60676 2026.01.31 06:06:44.273646 [ 294 ] {} TCP-Session: 733ccf16-f1fb-407e-8235-93453a59f4d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273658 [ 294 ] {} TCP-Session: 733ccf16-f1fb-407e-8235-93453a59f4d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273710 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.273745 [ 292 ] {} TCP-Session: 9ac30963-1376-4e0b-88fd-a2295664a148 Authenticating user 'default' from [fd00:1122:3344:101::e]:45023 2026.01.31 06:06:44.273762 [ 292 ] {} TCP-Session: 9ac30963-1376-4e0b-88fd-a2295664a148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273762 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:06:44.273775 [ 292 ] {} TCP-Session: 9ac30963-1376-4e0b-88fd-a2295664a148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.273962 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.273998 [ 291 ] {} TCP-Session: c9fc2ad4-fea6-402f-b712-8473509a3671 Authenticating user 'default' from [fd00:1122:3344:101::e]:44553 2026.01.31 06:06:44.274020 [ 291 ] {} TCP-Session: c9fc2ad4-fea6-402f-b712-8473509a3671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.274032 [ 291 ] {} TCP-Session: c9fc2ad4-fea6-402f-b712-8473509a3671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.274081 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:44.274114 [ 290 ] {} TCP-Session: e8781022-7b83-4b63-ab38-bb381a6f6a36 Authenticating user 'default' from [fd00:1122:3344:101::e]:45195 2026.01.31 06:06:44.274130 [ 290 ] {} TCP-Session: e8781022-7b83-4b63-ab38-bb381a6f6a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.274142 [ 290 ] {} TCP-Session: e8781022-7b83-4b63-ab38-bb381a6f6a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.274648 [ 317 ] {af138c58-7582-477c-8b30-bab2ffed9abe} AggregatingTransform: Aggregating 2026.01.31 06:06:44.274695 [ 317 ] {af138c58-7582-477c-8b30-bab2ffed9abe} Aggregator: Aggregation method: without_key 2026.01.31 06:06:44.274729 [ 317 ] {af138c58-7582-477c-8b30-bab2ffed9abe} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000852459 sec. (1173.077 rows/sec., 45.82 KiB/sec.) 2026.01.31 06:06:44.274748 [ 317 ] {af138c58-7582-477c-8b30-bab2ffed9abe} Aggregator: Merging aggregated data 2026.01.31 06:06:44.276174 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} executeQuery: Read 1 rows, 40.00 B in 0.003143 sec., 318.1673560292714 rows/sec., 12.43 KiB/sec. 2026.01.31 06:06:44.276305 [ 286 ] {af138c58-7582-477c-8b30-bab2ffed9abe} TCPHandler: Processed in 0.003555262 sec. 2026.01.31 06:06:44.276391 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276423 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276433 [ 286 ] {} TCP-Session: 9d3ed1a3-eddc-4860-a957-32872edbe7a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276439 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276471 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276496 [ 290 ] {} TCP-Session: e8781022-7b83-4b63-ab38-bb381a6f6a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276508 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276520 [ 288 ] {} TCP-Session: 96174404-bb8e-4f6c-8649-351e55918837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276526 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276557 [ 291 ] {} TCP-Session: c9fc2ad4-fea6-402f-b712-8473509a3671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276512 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276582 [ 294 ] {} TCP-Session: 733ccf16-f1fb-407e-8235-93453a59f4d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276501 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276627 [ 289 ] {} TCP-Session: a26b8913-e4a7-43d1-86c9-6f333a711aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276453 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:44.276659 [ 292 ] {} TCP-Session: 9ac30963-1376-4e0b-88fd-a2295664a148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276463 [ 3 ] {} TCP-Session: 61c3bc90-94ec-4627-974f-42316a1738d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:44.276694 [ 293 ] {} TCP-Session: 99f0ca17-bff3-4e02-bd51-7690c840a557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.524660 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1036 2026.01.31 06:06:45.527463 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:45.527546 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:45.529078 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:06:45.529463 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:45.529965 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1036 2026.01.31 06:06:45.800502 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40431 2026.01.31 06:06:45.800605 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.800631 [ 286 ] {} TCP-Session: 2ffc4cb8-e505-4f67-b265-d33fef7b961c Authenticating user 'default' from [fd00:1122:3344:101::e]:40431 2026.01.31 06:06:45.800653 [ 286 ] {} TCP-Session: 2ffc4cb8-e505-4f67-b265-d33fef7b961c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800665 [ 286 ] {} TCP-Session: 2ffc4cb8-e505-4f67-b265-d33fef7b961c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800835 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52647 2026.01.31 06:06:45.800864 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41716 2026.01.31 06:06:45.800873 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55625 2026.01.31 06:06:45.800902 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49566 2026.01.31 06:06:45.800939 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.800947 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.800916 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59960 2026.01.31 06:06:45.800986 [ 286 ] {} TCP-Session: 2ffc4cb8-e505-4f67-b265-d33fef7b961c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:45.801006 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801010 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801057 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801052 [ 293 ] {} TCP-Session: 3b3ae731-8ecc-4827-8a74-68f1c27dfbd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49566 2026.01.31 06:06:45.801093 [ 294 ] {} TCP-Session: 3a2b8b4f-0841-4628-b6cf-4be8775e3512 Authenticating user 'default' from [fd00:1122:3344:101::e]:59960 2026.01.31 06:06:45.801109 [ 293 ] {} TCP-Session: 3b3ae731-8ecc-4827-8a74-68f1c27dfbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801082 [ 289 ] {} TCP-Session: d97ad570-8451-467d-856c-31884de8de44 Authenticating user 'default' from [fd00:1122:3344:101::e]:55625 2026.01.31 06:06:45.801131 [ 294 ] {} TCP-Session: 3a2b8b4f-0841-4628-b6cf-4be8775e3512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801136 [ 293 ] {} TCP-Session: 3b3ae731-8ecc-4827-8a74-68f1c27dfbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801169 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} executeQuery: (from [fd00:1122:3344:101::e]:40431) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:06:45.801168 [ 294 ] {} TCP-Session: 3a2b8b4f-0841-4628-b6cf-4be8775e3512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801165 [ 289 ] {} TCP-Session: d97ad570-8451-467d-856c-31884de8de44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800995 [ 290 ] {} TCP-Session: 5452b097-83a5-43da-8f4e-bc032b0b0828 Authenticating user 'default' from [fd00:1122:3344:101::e]:41716 2026.01.31 06:06:45.801234 [ 289 ] {} TCP-Session: d97ad570-8451-467d-856c-31884de8de44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801258 [ 290 ] {} TCP-Session: 5452b097-83a5-43da-8f4e-bc032b0b0828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800983 [ 288 ] {} TCP-Session: 6e049d0d-4200-405e-bfe9-3290ca631031 Authenticating user 'default' from [fd00:1122:3344:101::e]:52647 2026.01.31 06:06:45.801283 [ 290 ] {} TCP-Session: 5452b097-83a5-43da-8f4e-bc032b0b0828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801308 [ 288 ] {} TCP-Session: 6e049d0d-4200-405e-bfe9-3290ca631031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800897 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55405 2026.01.31 06:06:45.801330 [ 288 ] {} TCP-Session: 6e049d0d-4200-405e-bfe9-3290ca631031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.800895 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49606 2026.01.31 06:06:45.800919 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49069 2026.01.31 06:06:45.801440 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:06:45.801469 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801437 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801502 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.801503 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:06:45.801529 [ 291 ] {} TCP-Session: 60311d07-0f51-47bd-b964-53a6fbb2695e Authenticating user 'default' from [fd00:1122:3344:101::e]:55405 2026.01.31 06:06:45.801534 [ 3 ] {} TCP-Session: 94056986-45b7-47f3-a0ee-caecbadafa17 Authenticating user 'default' from [fd00:1122:3344:101::e]:49069 2026.01.31 06:06:45.801501 [ 292 ] {} TCP-Session: 5ac2be77-db23-43fb-b571-d4e589b914a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49606 2026.01.31 06:06:45.801564 [ 291 ] {} TCP-Session: 60311d07-0f51-47bd-b964-53a6fbb2695e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801572 [ 3 ] {} TCP-Session: 94056986-45b7-47f3-a0ee-caecbadafa17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801594 [ 292 ] {} TCP-Session: 5ac2be77-db23-43fb-b571-d4e589b914a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801626 [ 3 ] {} TCP-Session: 94056986-45b7-47f3-a0ee-caecbadafa17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801638 [ 292 ] {} TCP-Session: 5ac2be77-db23-43fb-b571-d4e589b914a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801603 [ 291 ] {} TCP-Session: 60311d07-0f51-47bd-b964-53a6fbb2695e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.801794 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:06:45.802647 [ 298 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} AggregatingTransform: Aggregating 2026.01.31 06:06:45.802688 [ 298 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} Aggregator: Aggregation method: without_key 2026.01.31 06:06:45.802726 [ 298 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000830999 sec. (1203.371 rows/sec., 47.01 KiB/sec.) 2026.01.31 06:06:45.802745 [ 298 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} Aggregator: Merging aggregated data 2026.01.31 06:06:45.804013 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} executeQuery: Read 1 rows, 40.00 B in 0.002898 sec., 345.0655624568668 rows/sec., 13.48 KiB/sec. 2026.01.31 06:06:45.804138 [ 286 ] {7657e9d8-4d0b-4ef7-9063-5ee98435bff1} TCPHandler: Processed in 0.003271445 sec. 2026.01.31 06:06:45.804257 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804286 [ 286 ] {} TCP-Session: 2ffc4cb8-e505-4f67-b265-d33fef7b961c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804289 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804307 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804324 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804350 [ 289 ] {} TCP-Session: d97ad570-8451-467d-856c-31884de8de44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804363 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804378 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804394 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804413 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804432 [ 293 ] {} TCP-Session: 3b3ae731-8ecc-4827-8a74-68f1c27dfbd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804450 [ 290 ] {} TCP-Session: 5452b097-83a5-43da-8f4e-bc032b0b0828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804421 [ 291 ] {} TCP-Session: 60311d07-0f51-47bd-b964-53a6fbb2695e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804473 [ 294 ] {} TCP-Session: 3a2b8b4f-0841-4628-b6cf-4be8775e3512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804387 [ 292 ] {} TCP-Session: 5ac2be77-db23-43fb-b571-d4e589b914a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804372 [ 288 ] {} TCP-Session: 6e049d0d-4200-405e-bfe9-3290ca631031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.804346 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.804586 [ 3 ] {} TCP-Session: 94056986-45b7-47f3-a0ee-caecbadafa17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.949626 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41293 2026.01.31 06:06:45.949739 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.949766 [ 286 ] {} TCP-Session: 7b5d67ba-d230-45de-83fc-0a9aa1b28697 Authenticating user 'default' from [fd00:1122:3344:101::e]:41293 2026.01.31 06:06:45.949788 [ 286 ] {} TCP-Session: 7b5d67ba-d230-45de-83fc-0a9aa1b28697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.949804 [ 286 ] {} TCP-Session: 7b5d67ba-d230-45de-83fc-0a9aa1b28697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950059 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33830 2026.01.31 06:06:45.950119 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39330 2026.01.31 06:06:45.950142 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63898 2026.01.31 06:06:45.950168 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950182 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40753 2026.01.31 06:06:45.950196 [ 286 ] {} TCP-Session: 7b5d67ba-d230-45de-83fc-0a9aa1b28697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:45.950215 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950260 [ 290 ] {} TCP-Session: a7bd164a-cb37-4493-b583-87c793b256f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39330 2026.01.31 06:06:45.950263 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950271 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950282 [ 290 ] {} TCP-Session: a7bd164a-cb37-4493-b583-87c793b256f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950305 [ 291 ] {} TCP-Session: 57c7105b-f138-4ebb-ac1f-7c46d9f17b5d Authenticating user 'default' from [fd00:1122:3344:101::e]:63898 2026.01.31 06:06:45.950322 [ 294 ] {} TCP-Session: 57db6a22-9232-4a57-a5f7-1eca190f2a40 Authenticating user 'default' from [fd00:1122:3344:101::e]:40753 2026.01.31 06:06:45.950332 [ 290 ] {} TCP-Session: a7bd164a-cb37-4493-b583-87c793b256f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950359 [ 291 ] {} TCP-Session: 57c7105b-f138-4ebb-ac1f-7c46d9f17b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950374 [ 294 ] {} TCP-Session: 57db6a22-9232-4a57-a5f7-1eca190f2a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950382 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} executeQuery: (from [fd00:1122:3344:101::e]:41293) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:06:45.950406 [ 294 ] {} TCP-Session: 57db6a22-9232-4a57-a5f7-1eca190f2a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950388 [ 291 ] {} TCP-Session: 57c7105b-f138-4ebb-ac1f-7c46d9f17b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950213 [ 288 ] {} TCP-Session: 16313dcc-4686-475f-b57d-c209631ba464 Authenticating user 'default' from [fd00:1122:3344:101::e]:33830 2026.01.31 06:06:45.950187 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52989 2026.01.31 06:06:45.950494 [ 288 ] {} TCP-Session: 16313dcc-4686-475f-b57d-c209631ba464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950157 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46795 2026.01.31 06:06:45.950550 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950525 [ 288 ] {} TCP-Session: 16313dcc-4686-475f-b57d-c209631ba464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950585 [ 3 ] {} TCP-Session: 20fc4d76-243c-4e51-a1ff-cd5ed1a1786f Authenticating user 'default' from [fd00:1122:3344:101::e]:52989 2026.01.31 06:06:45.950127 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62129 2026.01.31 06:06:45.950614 [ 3 ] {} TCP-Session: 20fc4d76-243c-4e51-a1ff-cd5ed1a1786f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950638 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950646 [ 3 ] {} TCP-Session: 20fc4d76-243c-4e51-a1ff-cd5ed1a1786f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950164 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62891 2026.01.31 06:06:45.950677 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:06:45.950684 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950674 [ 292 ] {} TCP-Session: 16dbd777-4cb5-4934-a5f8-f051cd846fdb Authenticating user 'default' from [fd00:1122:3344:101::e]:46795 2026.01.31 06:06:45.950732 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:06:45.950740 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:06:45.950750 [ 292 ] {} TCP-Session: 16dbd777-4cb5-4934-a5f8-f051cd846fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950760 [ 293 ] {} TCP-Session: 6b973f92-f0df-4db9-8768-078676c2caf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62891 2026.01.31 06:06:45.950781 [ 292 ] {} TCP-Session: 16dbd777-4cb5-4934-a5f8-f051cd846fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950795 [ 293 ] {} TCP-Session: 6b973f92-f0df-4db9-8768-078676c2caf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950734 [ 289 ] {} TCP-Session: f3508654-1c68-4927-b82a-ddf04ea46654 Authenticating user 'default' from [fd00:1122:3344:101::e]:62129 2026.01.31 06:06:45.950824 [ 293 ] {} TCP-Session: 6b973f92-f0df-4db9-8768-078676c2caf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950845 [ 289 ] {} TCP-Session: f3508654-1c68-4927-b82a-ddf04ea46654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.950865 [ 289 ] {} TCP-Session: f3508654-1c68-4927-b82a-ddf04ea46654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.951021 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:06:45.951979 [ 317 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} AggregatingTransform: Aggregating 2026.01.31 06:06:45.952009 [ 317 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} Aggregator: Aggregation method: without_key 2026.01.31 06:06:45.952046 [ 317 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922842 sec. (1083.609 rows/sec., 42.33 KiB/sec.) 2026.01.31 06:06:45.952068 [ 317 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} Aggregator: Merging aggregated data 2026.01.31 06:06:45.953279 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} executeQuery: Read 1 rows, 40.00 B in 0.002951 sec., 338.8681802778719 rows/sec., 13.24 KiB/sec. 2026.01.31 06:06:45.953416 [ 286 ] {4e9c7927-fe13-4004-9fee-60938f7a31b0} TCPHandler: Processed in 0.003335296 sec. 2026.01.31 06:06:45.953552 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953580 [ 286 ] {} TCP-Session: 7b5d67ba-d230-45de-83fc-0a9aa1b28697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953581 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953598 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953614 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953633 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953646 [ 288 ] {} TCP-Session: 16313dcc-4686-475f-b57d-c209631ba464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953675 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953692 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953691 [ 290 ] {} TCP-Session: a7bd164a-cb37-4493-b583-87c793b256f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953725 [ 291 ] {} TCP-Session: 57c7105b-f138-4ebb-ac1f-7c46d9f17b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953742 [ 293 ] {} TCP-Session: 6b973f92-f0df-4db9-8768-078676c2caf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953679 [ 289 ] {} TCP-Session: f3508654-1c68-4927-b82a-ddf04ea46654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953664 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953652 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:06:45.953852 [ 292 ] {} TCP-Session: 16dbd777-4cb5-4934-a5f8-f051cd846fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953623 [ 3 ] {} TCP-Session: 20fc4d76-243c-4e51-a1ff-cd5ed1a1786f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:45.953887 [ 294 ] {} TCP-Session: 57db6a22-9232-4a57-a5f7-1eca190f2a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:06:47.002468 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.002673 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:47.002754 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:47.003636 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.003727 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.004150 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:06:47.004406 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.004596 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} executeQuery: Read 136 rows, 12.05 KiB in 0.001974 sec., 68895.64336372846 rows/sec., 5.96 MiB/sec. 2026.01.31 06:06:47.004658 [ 5 ] {c2705e2c-afb2-4922-a623-62a96b35d2cf} TCPHandler: Processed in 0.002328533 sec. 2026.01.31 06:06:47.004793 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.004913 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:47.004969 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:47.005470 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.005514 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.005853 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:06:47.006084 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.006240 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} executeQuery: Read 40 rows, 3.01 KiB in 0.001358 sec., 29455.081001472754 rows/sec., 2.16 MiB/sec. 2026.01.31 06:06:47.006291 [ 5 ] {0c80f2ec-1e4e-44fd-a27a-f58f2b316bad} TCPHandler: Processed in 0.001554256 sec. 2026.01.31 06:06:47.006409 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.006517 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:47.006563 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:47.007054 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.007097 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.007429 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:06:47.007645 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.007798 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} executeQuery: Read 104 rows, 8.32 KiB in 0.001305 sec., 79693.48659003832 rows/sec., 6.22 MiB/sec. 2026.01.31 06:06:47.007845 [ 5 ] {410964b5-bd31-4cd0-b5a1-e1bd005ac59f} TCPHandler: Processed in 0.001487194 sec. 2026.01.31 06:06:47.007968 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.008080 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:47.008129 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:47.008593 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.008635 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.008995 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:06:47.009210 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.009357 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} executeQuery: Read 160 rows, 11.41 KiB in 0.001306 sec., 122511.4854517611 rows/sec., 8.53 MiB/sec. 2026.01.31 06:06:47.009401 [ 5 ] {5ba71de1-1f98-4f45-9032-3d6560e7e331} TCPHandler: Processed in 0.001488064 sec. 2026.01.31 06:06:47.009520 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.009623 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:47.009682 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} 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.01.31 06:06:47.010565 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.010602 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.011163 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:06:47.011387 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.011518 [ 10 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.31 06:06:47.011539 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} executeQuery: Read 40 rows, 73.40 KiB in 0.001939 sec., 20629.190304280557 rows/sec., 36.97 MiB/sec. 2026.01.31 06:06:47.011621 [ 10 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.011657 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.011663 [ 5 ] {9cdc5a81-989e-4ac6-8218-7aaee8e8d6a6} TCPHandler: Processed in 0.002193611 sec. 2026.01.31 06:06:47.011792 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:06:47.011808 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:47.011928 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:47.011972 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:47.012075 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:47.012149 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1184 rows starting from the beginning of the part 2026.01.31 06:06:47.012286 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:47.012339 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:47.012381 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB. 2026.01.31 06:06:47.012394 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:47.012509 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:47.012618 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:47.012704 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:06:47.012726 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.01.31 06:06:47.012929 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.013067 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.01.31 06:06:47.013107 [ 5 ] {511e3f57-5802-457c-86e9-cc67049b3881} TCPHandler: Processed in 0.00135398 sec. 2026.01.31 06:06:47.020353 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1384 rows, containing 19 columns (19 merged, 0 gathered) in 0.008620957 sec., 160539.02136386945 rows/sec., 287.68 MiB/sec. 2026.01.31 06:06:47.022263 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.31 06:06:47.022617 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:47.022688 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_36_7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.31 06:06:47.022825 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2026.01.31 06:06:48.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.89 MiB, peak 320.38 MiB, free memory in arenas 0.00 B, will set to 312.61 MiB (RSS), difference: 3.72 MiB 2026.01.31 06:06:50.297739 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:06:50.297815 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:06:50.457694 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24016 2026.01.31 06:06:50.458255 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:50.458307 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:50.458868 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:06:50.459106 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:50.459253 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24016 2026.01.31 06:06:51.750317 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.31 06:06:51.768825 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:51.768895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:51.775009 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:06:51.775727 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:51.778887 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.31 06:06:52.000028 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:52.000199 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:52.000262 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:52.001481 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:52.001518 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:52.001890 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:06:52.002106 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:52.002251 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} executeQuery: Read 56 rows, 4.38 KiB in 0.002099 sec., 26679.3711291091 rows/sec., 2.04 MiB/sec. 2026.01.31 06:06:52.002291 [ 5 ] {d656e795-940f-4686-b4db-3c02c49e4d57} TCPHandler: Processed in 0.002380074 sec. 2026.01.31 06:06:52.002423 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:52.002522 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:52.002561 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:52.003052 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:52.003086 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:52.003385 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:06:52.003586 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:52.003709 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.01.31 06:06:52.003746 [ 5 ] {ed915c19-74c6-4ef9-90e9-4954052cb3f5} TCPHandler: Processed in 0.001370142 sec. 2026.01.31 06:06:52.003918 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:52.004026 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:52.004068 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:52.004501 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:52.004534 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:52.004865 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:06:52.005070 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:52.005212 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.01.31 06:06:52.005247 [ 5 ] {0a470db1-ec2d-4752-9780-50c489e4e296} TCPHandler: Processed in 0.001377391 sec. 2026.01.31 06:06:52.005368 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:52.005465 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:52.005506 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:52.005832 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:52.005864 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:52.006149 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:06:52.006347 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:52.006474 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2026.01.31 06:06:52.006508 [ 5 ] {d1f09dce-4978-4702-b925-a426125522d3} TCPHandler: Processed in 0.001194567 sec. 2026.01.31 06:06:55.531290 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1060 2026.01.31 06:06:55.533616 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:55.533675 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:55.535051 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:06:55.535347 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:55.535758 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1060 2026.01.31 06:06:57.031727 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.031909 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.031976 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:06:57.032631 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.032684 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.033075 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:06:57.033297 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.033460 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2026.01.31 06:06:57.033512 [ 5 ] {f426c1a2-a350-4e06-80b8-7dc91d387d24} TCPHandler: Processed in 0.001906283 sec. 2026.01.31 06:06:57.033650 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.033752 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:06:57.033795 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:06:57.034209 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.034247 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.034549 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:06:57.034761 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.034892 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} executeQuery: Read 12 rows, 1002.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 841.37 KiB/sec. 2026.01.31 06:06:57.034929 [ 5 ] {bbc22511-98de-48a4-9ed1-d54a37f6c64e} TCPHandler: Processed in 0.001329 sec. 2026.01.31 06:06:57.035040 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.035133 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:06:57.035172 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:06:57.036271 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.036306 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.036691 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:06:57.036899 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.037031 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} executeQuery: Read 1402 rows, 120.04 KiB in 0.001917 sec., 731351.0693792384 rows/sec., 61.15 MiB/sec. 2026.01.31 06:06:57.037068 [ 5 ] {33294a93-8ba3-470a-bfb7-98a22460d86e} TCPHandler: Processed in 0.002075137 sec. 2026.01.31 06:06:57.037174 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.037267 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.037307 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:06:57.037727 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.037763 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.038073 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:06:57.038277 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.038406 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} executeQuery: Read 64 rows, 4.81 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.07 MiB/sec. 2026.01.31 06:06:57.038443 [ 5 ] {f67c0cfa-0834-45e8-9839-7ae529a00f28} TCPHandler: Processed in 0.00131609 sec. 2026.01.31 06:06:57.038548 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.038639 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.038678 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:06:57.039134 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.039170 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.039463 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:06:57.039673 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.039795 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} executeQuery: Read 252 rows, 17.85 KiB in 0.001174 sec., 214650.76660988075 rows/sec., 14.85 MiB/sec. 2026.01.31 06:06:57.039831 [ 5 ] {7be8d2de-077d-4669-8b8c-b3c8efb9ab06} TCPHandler: Processed in 0.001329111 sec. 2026.01.31 06:06:57.039939 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.040029 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.040067 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:06:57.040449 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.040483 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.040759 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 06:06:57.040957 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.041078 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} executeQuery: Read 12 rows, 960.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 878.63 KiB/sec. 2026.01.31 06:06:57.041114 [ 5 ] {3f2e19f6-60c8-4cf7-8d90-b65ec810207d} TCPHandler: Processed in 0.001222128 sec. 2026.01.31 06:06:57.041220 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.041310 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:06:57.041348 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:06:57.041961 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.041997 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.042321 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:06:57.042526 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.042655 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} executeQuery: Read 608 rows, 46.84 KiB in 0.001362 sec., 446402.34948604996 rows/sec., 33.59 MiB/sec. 2026.01.31 06:06:57.042692 [ 5 ] {a956b150-883e-4661-83f9-2e61b4903e3a} TCPHandler: Processed in 0.001518905 sec. 2026.01.31 06:06:57.042799 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.042891 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.042933 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:06:57.043517 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.043552 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.043919 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:06:57.044140 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.044274 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} executeQuery: Read 886 rows, 61.58 KiB in 0.001401 sec., 632405.4246966454 rows/sec., 42.92 MiB/sec. 2026.01.31 06:06:57.044311 [ 5 ] {5a287376-fbd4-41f1-8767-a6595a990802} TCPHandler: Processed in 0.001558186 sec. 2026.01.31 06:06:57.044409 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.044499 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.044551 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} 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.01.31 06:06:57.045406 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.045441 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.045992 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:06:57.046207 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.046345 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} executeQuery: Read 40 rows, 73.40 KiB in 0.001863 sec., 21470.746108427265 rows/sec., 38.47 MiB/sec. 2026.01.31 06:06:57.046410 [ 5 ] {b4afa3ef-84b3-4dca-97b6-fdb2441c7984} TCPHandler: Processed in 0.002047377 sec. 2026.01.31 06:06:57.046517 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:06:57.046608 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:06:57.046649 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:06:57.046989 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.047023 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.047313 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:06:57.047514 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.047640 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.01.31 06:06:57.047675 [ 5 ] {737efe1a-4d85-4c32-a7de-3f8b75cc45f1} TCPHandler: Processed in 0.001204928 sec. 2026.01.31 06:06:57.959355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24464 2026.01.31 06:06:57.959836 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.959868 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.960314 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:06:57.960527 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.960632 [ 44 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:06:57.960645 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24464 2026.01.31 06:06:57.960668 [ 44 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:57.960692 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:57.960865 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:06:57.961081 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:57.961149 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22096 rows starting from the beginning of the part 2026.01.31 06:06:57.961256 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.01.31 06:06:57.961336 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.01.31 06:06:57.961416 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.01.31 06:06:57.961490 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.01.31 06:06:57.961570 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.01.31 06:06:57.963846 [ 186 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24464 rows, containing 4 columns (4 merged, 0 gathered) in 0.00307019 sec., 7968236.493506917 rows/sec., 113.99 MiB/sec. 2026.01.31 06:06:57.964220 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:06:57.964488 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:57.964559 [ 196 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_51_10} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:06:57.964665 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.01.31 06:06:59.278935 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.01.31 06:06:59.298034 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:59.298107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:59.304460 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:06:59.305277 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:59.305582 [ 43 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:06:59.305619 [ 43 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:06:59.305638 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:06:59.305728 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.308810 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:06:59.309680 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.309696 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.01.31 06:06:59.313447 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.317093 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.321383 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.325351 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.329173 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:06:59.380359 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.074663566 sec., 5143.070718052765 rows/sec., 26.59 MiB/sec. 2026.01.31 06:06:59.383477 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:06:59.385857 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_51_10} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:06:59.385987 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_51_10} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:06:59.389062 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.31 06:07:01.999537 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:01.999709 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:01.999773 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:02.000403 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:02.000449 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:02.000843 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:07:02.001075 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:02.001231 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} executeQuery: Read 56 rows, 4.38 KiB in 0.001568 sec., 35714.28571428572 rows/sec., 2.73 MiB/sec. 2026.01.31 06:07:02.001273 [ 5 ] {2e3e2ddc-24ae-4d2f-9e22-22f811208c1d} TCPHandler: Processed in 0.001860242 sec. 2026.01.31 06:07:02.001399 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:02.001493 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:02.001534 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:02.001953 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:02.001988 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:02.002293 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:07:02.002499 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:02.002638 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2026.01.31 06:07:02.002677 [ 5 ] {1695bfb6-03d3-45f8-924c-05f11d5f2dae} TCPHandler: Processed in 0.00132714 sec. 2026.01.31 06:07:02.002794 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:02.002887 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:02.002930 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:02.003339 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:02.003375 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:02.003709 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:07:02.003911 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:02.004044 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.31 06:07:02.004081 [ 5 ] {198eb846-99b8-4cbe-91c2-d8294fe49f1c} TCPHandler: Processed in 0.00133745 sec. 2026.01.31 06:07:02.004190 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:02.004283 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:02.004324 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:02.004657 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:02.004692 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:02.004987 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:07:02.005193 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:02.005324 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.31 06:07:02.005360 [ 5 ] {e461f731-094a-4c1f-804a-31dafe51c97b} TCPHandler: Processed in 0.001218258 sec. 2026.01.31 06:07:05.297875 [ 36 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:07:05.297937 [ 36 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:07:05.461738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24976 2026.01.31 06:07:05.462255 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:05.462296 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:05.462839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:07:05.463137 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:05.463291 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24976 2026.01.31 06:07:05.536893 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1088 2026.01.31 06:07:05.539319 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:05.539378 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:05.540660 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:07:05.540961 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:05.541333 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1088 2026.01.31 06:07:06.810734 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.01.31 06:07:06.826205 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:06.826279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:06.831551 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:07:06.832256 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:06.835492 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.01.31 06:07:07.002022 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.002216 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:07.002289 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:07.003077 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.003124 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.003525 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:07:07.003748 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.003900 [ 35 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:07:07.003905 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} executeQuery: Read 136 rows, 12.05 KiB in 0.001742 sec., 78071.18254879449 rows/sec., 6.75 MiB/sec. 2026.01.31 06:07:07.003969 [ 35 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.003995 [ 5 ] {c542ab18-0989-4142-93f9-9989b354dcfd} TCPHandler: Processed in 0.002107358 sec. 2026.01.31 06:07:07.003996 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.004130 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.004143 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:07:07.004230 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:07.004276 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:07.004301 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:07.004343 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1407 rows starting from the beginning of the part 2026.01.31 06:07:07.004413 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 136 rows starting from the beginning of the part 2026.01.31 06:07:07.004460 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:07.004505 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:07:07.004546 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:07.004589 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 136 rows starting from the beginning of the part 2026.01.31 06:07:07.004704 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.004747 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.005072 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:07:07.005296 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.005435 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} executeQuery: Read 40 rows, 3.01 KiB in 0.001225 sec., 32653.061224489797 rows/sec., 2.40 MiB/sec. 2026.01.31 06:07:07.005473 [ 5 ] {73a708c5-ce13-41ff-9eda-dfc11945bf34} TCPHandler: Processed in 0.001394432 sec. 2026.01.31 06:07:07.005591 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.005683 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:07.005723 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:07.006054 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3193 rows, containing 5 columns (5 merged, 0 gathered) in 0.001969865 sec., 1620923.2612387144 rows/sec., 141.69 MiB/sec. 2026.01.31 06:07:07.006165 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.006205 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.006357 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:07:07.006539 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:07:07.006699 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.006795 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_76_15} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:07:07.006817 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.006902 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:07:07.006939 [ 35 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:07:07.006960 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} executeQuery: Read 104 rows, 8.32 KiB in 0.001293 sec., 80433.10131477185 rows/sec., 6.28 MiB/sec. 2026.01.31 06:07:07.006976 [ 35 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.007000 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.007002 [ 5 ] {09c19afd-3786-4892-84bf-8a87d9f479b7} TCPHandler: Processed in 0.001460593 sec. 2026.01.31 06:07:07.007070 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:07:07.007132 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.007167 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:07.007196 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 632 rows starting from the beginning of the part 2026.01.31 06:07:07.007229 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:07.007239 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part 2026.01.31 06:07:07.007282 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:07.007290 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:07.007335 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 608 rows starting from the beginning of the part 2026.01.31 06:07:07.007366 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:07.007401 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 104 rows starting from the beginning of the part 2026.01.31 06:07:07.007718 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.007757 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.008108 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:07:07.008283 [ 188 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243468 sec., 1267423.0458684904 rows/sec., 101.03 MiB/sec. 2026.01.31 06:07:07.008325 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.008446 [ 35 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:07:07.008459 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:07:07.008462 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.01.31 06:07:07.008480 [ 35 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.008520 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.008523 [ 5 ] {32c29cd8-2c38-4841-b09f-91965041125b} TCPHandler: Processed in 0.001440223 sec. 2026.01.31 06:07:07.008614 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:07:07.008657 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.008744 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.008756 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:07.008747 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:07.008822 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} 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.01.31 06:07:07.008829 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20634 rows starting from the beginning of the part 2026.01.31 06:07:07.008828 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_76_15} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:07:07.008916 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:07.008953 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:07:07.008968 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:07.009017 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 886 rows starting from the beginning of the part 2026.01.31 06:07:07.009054 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:07.009096 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:07.009759 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.009800 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.010451 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:07:07.010677 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.010827 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} executeQuery: Read 40 rows, 73.40 KiB in 0.002088 sec., 19157.088122605364 rows/sec., 34.33 MiB/sec. 2026.01.31 06:07:07.010881 [ 5 ] {d751b285-c9bf-4bff-b6e9-ae0f621e2946} TCPHandler: Processed in 0.002274002 sec. 2026.01.31 06:07:07.011002 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:07.011095 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:07.011136 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:07.011494 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.011528 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.011842 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:07:07.012047 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.012164 [ 35 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:07:07.012178 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.31 06:07:07.012202 [ 35 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:07.012222 [ 5 ] {91905834-7e7f-4150-a642-95b9e7c02174} TCPHandler: Processed in 0.001269599 sec. 2026.01.31 06:07:07.012226 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:07.012354 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:07.012516 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:07.012568 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4158 rows starting from the beginning of the part 2026.01.31 06:07:07.012666 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:07.012737 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:07.012805 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:07.012877 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:07.012955 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:07.015582 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4458 rows, containing 4 columns (4 merged, 0 gathered) in 0.003284075 sec., 1357459.8631273645 rows/sec., 91.54 MiB/sec. 2026.01.31 06:07:07.015970 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:07:07.016223 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.016289 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_76_15} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:07:07.016365 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.01.31 06:07:07.022258 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 22160 rows, containing 5 columns (5 merged, 0 gathered) in 0.013689993 sec., 1618700.6085393908 rows/sec., 111.22 MiB/sec. 2026.01.31 06:07:07.022687 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:07:07.022962 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:07.023039 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_76_15} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:07:07.023121 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.31 06:07:08.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.26 MiB, peak 327.13 MiB, free memory in arenas 0.00 B, will set to 316.64 MiB (RSS), difference: 2.38 MiB 2026.01.31 06:07:09.691284 [ 30 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.31 06:07:09.691380 [ 30 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:09.691425 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:09.691605 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:07:09.691820 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:09.691879 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 254 rows starting from the beginning of the part 2026.01.31 06:07:09.691987 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part 2026.01.31 06:07:09.692082 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part 2026.01.31 06:07:09.692171 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part 2026.01.31 06:07:09.692218 [ 188 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part 2026.01.31 06:07:09.693145 [ 192 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621197 sec., 778437.1671055399 rows/sec., 56.80 MiB/sec. 2026.01.31 06:07:09.693285 [ 192 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.31 06:07:09.693560 [ 192 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:09.693630 [ 192 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_13_3} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.31 06:07:09.693694 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.31 06:07:11.999534 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:11.999706 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:07:11.999771 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:07:12.000354 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.000406 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.000780 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:07:12.001011 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.001165 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} executeQuery: Read 2 rows, 167.00 B in 0.001505 sec., 1328.9036544850499 rows/sec., 108.36 KiB/sec. 2026.01.31 06:07:12.001206 [ 5 ] {40bf4288-83b5-425c-8bfe-1af11c1b582c} TCPHandler: Processed in 0.001797611 sec. 2026.01.31 06:07:12.001318 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:12.001411 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:12.001452 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:12.001859 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.001893 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.002187 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:07:12.002390 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.002517 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} executeQuery: Read 57 rows, 4.45 KiB in 0.001124 sec., 50711.74377224199 rows/sec., 3.87 MiB/sec. 2026.01.31 06:07:12.002554 [ 5 ] {850efd81-f6c3-44e2-ad7e-378d261fa973} TCPHandler: Processed in 0.001287079 sec. 2026.01.31 06:07:12.002661 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:12.002754 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:12.002793 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:12.003169 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.003204 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.003482 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:07:12.003687 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.003800 [ 27 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.01.31 06:07:12.003818 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} executeQuery: Read 2 rows, 143.00 B in 0.001082 sec., 1848.4288354898335 rows/sec., 129.07 KiB/sec. 2026.01.31 06:07:12.003868 [ 27 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.003876 [ 5 ] {3b15e84f-30e4-4733-9a12-560934214b88} TCPHandler: Processed in 0.001264779 sec. 2026.01.31 06:07:12.003897 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.003994 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:12.004004 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:07:12.004091 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:12.004134 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:12.004145 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:12.004188 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 70 rows starting from the beginning of the part 2026.01.31 06:07:12.004262 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:12.004315 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:12.004362 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:12.004408 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:12.004455 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 2 rows starting from the beginning of the part 2026.01.31 06:07:12.004540 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.004580 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:12.004908 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:07:12.005146 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.005279 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} executeQuery: Read 66 rows, 5.28 KiB in 0.001205 sec., 54771.78423236515 rows/sec., 4.28 MiB/sec. 2026.01.31 06:07:12.005316 [ 5 ] {e4ed1745-ab34-49c9-8093-efcbecc71389} TCPHandler: Processed in 0.001371002 sec. 2026.01.31 06:07:12.005428 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:12.005470 [ 190 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509525 sec., 169589.77161689935 rows/sec., 13.07 MiB/sec. 2026.01.31 06:07:12.005522 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:12.005570 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:12.005689 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.01.31 06:07:12.005974 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.006016 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:12.006030 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.006127 [ 199 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_45_9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.01.31 06:07:12.006225 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:07:12.006362 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:07:12.006572 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.006701 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} executeQuery: Read 161 rows, 11.48 KiB in 0.001197 sec., 134502.9239766082 rows/sec., 9.37 MiB/sec. 2026.01.31 06:07:12.006736 [ 5 ] {5d5ad689-adc2-4d73-a49c-6ec8c6cdb357} TCPHandler: Processed in 0.001356171 sec. 2026.01.31 06:07:12.006846 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:12.006938 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:12.006979 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:12.007304 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.007338 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.007639 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:07:12.007839 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.007966 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.01.31 06:07:12.008002 [ 5 ] {64400073-b730-42cb-b939-084b8d8cad73} TCPHandler: Processed in 0.001204677 sec. 2026.01.31 06:07:12.964388 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25424 2026.01.31 06:07:12.964943 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:12.964993 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:12.965503 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:07:12.965740 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:12.965872 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25424 2026.01.31 06:07:14.335720 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.01.31 06:07:14.352229 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:14.352293 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:14.358384 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:07:14.359112 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:14.362621 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.01.31 06:07:15.542456 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1112 2026.01.31 06:07:15.544741 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:15.544800 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:15.546080 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:07:15.546375 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:15.546693 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1112 2026.01.31 06:07:17.001166 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.001340 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:17.001405 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:17.002084 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.002133 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.002531 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:07:17.002759 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.002927 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} executeQuery: Read 136 rows, 12.05 KiB in 0.001633 sec., 83282.30251071647 rows/sec., 7.21 MiB/sec. 2026.01.31 06:07:17.002975 [ 5 ] {e0bdd640-40e1-4457-a22b-f9b42f88024f} TCPHandler: Processed in 0.001934704 sec. 2026.01.31 06:07:17.003094 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.003194 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:17.003237 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:17.003655 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.003691 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.003987 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:07:17.004190 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.004319 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} executeQuery: Read 40 rows, 3.01 KiB in 0.001148 sec., 34843.20557491289 rows/sec., 2.56 MiB/sec. 2026.01.31 06:07:17.004356 [ 5 ] {c381faf6-ca11-4ec2-aec9-3f1bda4c917e} TCPHandler: Processed in 0.00131153 sec. 2026.01.31 06:07:17.004463 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.004556 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:17.004596 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:17.005012 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.005047 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.005342 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:07:17.005553 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.005684 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} executeQuery: Read 104 rows, 8.32 KiB in 0.001147 sec., 90671.3164777681 rows/sec., 7.08 MiB/sec. 2026.01.31 06:07:17.005721 [ 5 ] {2fae295e-ec02-4eca-83a0-92afee20218c} TCPHandler: Processed in 0.00130504 sec. 2026.01.31 06:07:17.005831 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.005924 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:17.005967 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:17.006358 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.006392 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.006711 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:07:17.006914 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.007046 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. 2026.01.31 06:07:17.007083 [ 5 ] {f27be1f3-c6b5-4b44-9a8c-26e128699ef4} TCPHandler: Processed in 0.00129794 sec. 2026.01.31 06:07:17.007190 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.007282 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:17.007334 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} 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.01.31 06:07:17.008163 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.008198 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.008754 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:07:17.008976 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.009113 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} executeQuery: Read 40 rows, 73.40 KiB in 0.001848 sec., 21645.021645021643 rows/sec., 38.79 MiB/sec. 2026.01.31 06:07:17.009178 [ 5 ] {502216ef-aa37-48cb-863d-f411bc6cb85a} TCPHandler: Processed in 0.002034206 sec. 2026.01.31 06:07:17.009287 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:17.009379 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:17.009420 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:17.009747 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:17.009782 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB. 2026.01.31 06:07:17.010076 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:07:17.010276 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:17.010409 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.01.31 06:07:17.010444 [ 5 ] {51872426-0ea6-4e2d-accc-e7b735187595} TCPHandler: Processed in 0.001203927 sec. 2026.01.31 06:07:20.297991 [ 127 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:07:20.298061 [ 127 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:07:20.466077 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25936 2026.01.31 06:07:20.466597 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:20.466644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:20.467144 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:07:20.467384 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:20.467531 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25936 2026.01.31 06:07:21.862820 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.01.31 06:07:21.879678 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:21.879730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:21.885744 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:07:21.886456 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:21.889371 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.01.31 06:07:21.999630 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:21.999821 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:21.999891 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:22.000585 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:22.000627 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:22.001018 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:07:22.001239 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:22.001389 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} executeQuery: Read 56 rows, 4.38 KiB in 0.001619 sec., 34589.252625077206 rows/sec., 2.64 MiB/sec. 2026.01.31 06:07:22.001433 [ 5 ] {2e1dd3cc-aa35-4efc-8cc7-1c6a691d7351} TCPHandler: Processed in 0.001933434 sec. 2026.01.31 06:07:22.001555 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:22.001651 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:22.001692 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:22.002113 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:22.002149 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:22.002461 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:07:22.002677 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:22.002807 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2026.01.31 06:07:22.002845 [ 5 ] {b4120a5c-0cee-4f7e-90cd-4b74c43de1ce} TCPHandler: Processed in 0.001340271 sec. 2026.01.31 06:07:22.002958 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:22.003052 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:22.003095 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:22.003494 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:22.003529 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:22.003853 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:07:22.004060 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:22.004189 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.01.31 06:07:22.004225 [ 5 ] {9ed3bbb7-247f-4490-be6f-436174fe9de1} TCPHandler: Processed in 0.00131582 sec. 2026.01.31 06:07:22.004334 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:22.004427 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:22.004467 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:22.004798 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:22.004833 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:22.005130 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:07:22.005336 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:22.005462 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.31 06:07:22.005498 [ 5 ] {c1ddfffd-3b4b-4190-85ff-ff1e9a30725f} TCPHandler: Processed in 0.001213568 sec. 2026.01.31 06:07:25.546970 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1132 2026.01.31 06:07:25.549237 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:25.549299 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:25.550515 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:07:25.550789 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:25.550977 [ 139 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:07:25.551049 [ 139 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:25.551069 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:25.551087 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1132 2026.01.31 06:07:25.551188 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:07:25.551745 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:25.551899 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1014 rows starting from the beginning of the part 2026.01.31 06:07:25.552278 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 22 rows starting from the beginning of the part 2026.01.31 06:07:25.552656 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:25.553014 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2026.01.31 06:07:25.553347 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:25.553672 [ 189 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:07:25.560691 [ 190 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 72 columns (72 merged, 0 gathered) in 0.009559298 sec., 118418.73744285406 rows/sec., 93.86 MiB/sec. 2026.01.31 06:07:25.562050 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:07:25.562648 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:25.562732 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_41_8} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:07:25.563063 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.01.31 06:07:27.028797 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.029069 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.029167 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:07:27.029984 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.030043 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.030478 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:07:27.030716 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.030868 [ 134 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.31 06:07:27.030884 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} executeQuery: Read 24 rows, 2.04 KiB in 0.001885 sec., 12732.095490716181 rows/sec., 1.06 MiB/sec. 2026.01.31 06:07:27.030939 [ 134 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.030961 [ 5 ] {066ae95c-a49f-40ee-b0f5-9ce889b36fb5} TCPHandler: Processed in 0.002320213 sec. 2026.01.31 06:07:27.030967 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.031073 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:07:27.031102 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.031180 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:27.031206 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:07:27.031210 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2026.01.31 06:07:27.031253 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:07:27.031277 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:27.031322 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:27.031362 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:27.031404 [ 201 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.01.31 06:07:27.031698 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.031736 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.032070 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:07:27.032158 [ 187 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001116956 sec., 107434.84971655106 rows/sec., 9.32 MiB/sec. 2026.01.31 06:07:27.032291 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.032353 [ 187 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.31 06:07:27.032437 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} executeQuery: Read 4 rows, 334.00 B in 0.001255 sec., 3187.2509960159364 rows/sec., 259.90 KiB/sec. 2026.01.31 06:07:27.032485 [ 5 ] {cc3e0054-793c-4e82-b693-9d3658575fcf} TCPHandler: Processed in 0.001436483 sec. 2026.01.31 06:07:27.032633 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.032691 [ 187 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.032733 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:27.032780 [ 187 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_13_3} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.31 06:07:27.032781 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:27.032895 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:07:27.033698 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.033739 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.034144 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:07:27.034365 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.034498 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} executeQuery: Read 1398 rows, 119.75 KiB in 0.001786 sec., 782754.7592385218 rows/sec., 65.48 MiB/sec. 2026.01.31 06:07:27.034537 [ 5 ] {a1b652d5-90a6-4b58-aefa-bc5e984a3482} TCPHandler: Processed in 0.001952855 sec. 2026.01.31 06:07:27.034649 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.034745 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.034786 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:27.035202 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.035238 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.035565 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:07:27.035774 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.035903 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} executeQuery: Read 56 rows, 4.25 KiB in 0.001179 sec., 47497.87955894826 rows/sec., 3.52 MiB/sec. 2026.01.31 06:07:27.035942 [ 5 ] {8c710faf-aad2-43d6-a033-ae5da4bfd2e7} TCPHandler: Processed in 0.001341261 sec. 2026.01.31 06:07:27.036050 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.036143 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.036183 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:07:27.036628 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.036664 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.036967 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:07:27.037173 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.037299 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} executeQuery: Read 252 rows, 17.85 KiB in 0.001173 sec., 214833.75959079285 rows/sec., 14.86 MiB/sec. 2026.01.31 06:07:27.037337 [ 5 ] {3eaaaccc-1025-43b8-bbc4-43981b49fa62} TCPHandler: Processed in 0.00133579 sec. 2026.01.31 06:07:27.037447 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.037540 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.037579 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:07:27.037962 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.037997 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.038285 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 06:07:27.038493 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.038589 [ 150 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.31 06:07:27.038619 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} executeQuery: Read 12 rows, 960.00 B in 0.001097 sec., 10938.924339106654 rows/sec., 854.60 KiB/sec. 2026.01.31 06:07:27.038634 [ 150 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.038662 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.038665 [ 5 ] {c593d647-584e-4b1c-9992-104b1339ec52} TCPHandler: Processed in 0.001266509 sec. 2026.01.31 06:07:27.038739 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:07:27.038783 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.038829 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:27.038855 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2026.01.31 06:07:27.038875 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:27.038905 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.01.31 06:07:27.038917 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:27.038948 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.01.31 06:07:27.038988 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.01.31 06:07:27.039024 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.01.31 06:07:27.039501 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.039536 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.039637 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000931751 sec., 64394.88661670339 rows/sec., 5.16 MiB/sec. 2026.01.31 06:07:27.039746 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.31 06:07:27.039900 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:07:27.039978 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.040039 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_13_3} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.31 06:07:27.040095 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.31 06:07:27.040138 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.040268 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} executeQuery: Read 600 rows, 46.19 KiB in 0.001411 sec., 425230.33309709426 rows/sec., 31.97 MiB/sec. 2026.01.31 06:07:27.040306 [ 5 ] {6a35d660-da63-41c5-b03a-8363a336befa} TCPHandler: Processed in 0.001573087 sec. 2026.01.31 06:07:27.040418 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.040513 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.040556 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:27.041138 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.041174 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.041545 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:07:27.041763 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.041898 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} executeQuery: Read 882 rows, 61.30 KiB in 0.001405 sec., 627758.0071174378 rows/sec., 42.61 MiB/sec. 2026.01.31 06:07:27.041935 [ 5 ] {5ec91dc3-aab9-46db-8664-1082900cfefc} TCPHandler: Processed in 0.001566806 sec. 2026.01.31 06:07:27.042045 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.042138 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.042191 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} 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.01.31 06:07:27.042986 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.043021 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.043576 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:07:27.043804 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.043945 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} executeQuery: Read 40 rows, 73.40 KiB in 0.001826 sec., 21905.80503833516 rows/sec., 39.25 MiB/sec. 2026.01.31 06:07:27.044009 [ 5 ] {6784d483-0e9b-48f8-b72b-30c17f625914} TCPHandler: Processed in 0.002012936 sec. 2026.01.31 06:07:27.044118 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:27.044213 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:27.044253 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:27.044586 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.044621 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.044920 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:07:27.045152 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.045281 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.31 06:07:27.045317 [ 5 ] {84cd9a6a-da28-4fd4-b726-130cf66cb763} TCPHandler: Processed in 0.001248209 sec. 2026.01.31 06:07:27.967661 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26384 2026.01.31 06:07:27.968178 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:27.968228 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:27.968729 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:07:27.969042 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:27.969202 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26384 2026.01.31 06:07:29.389440 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.01.31 06:07:29.406635 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:29.406682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:29.412859 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:07:29.413633 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:29.416669 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.01.31 06:07:31.999734 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:31.999906 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:31.999969 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:32.000592 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.000640 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.001028 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:07:32.001250 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.001403 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} executeQuery: Read 56 rows, 4.38 KiB in 0.001542 sec., 36316.47211413748 rows/sec., 2.77 MiB/sec. 2026.01.31 06:07:32.001417 [ 144 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:07:32.001445 [ 5 ] {33c3f216-0af9-43df-900c-26f5af189d6c} TCPHandler: Processed in 0.001833791 sec. 2026.01.31 06:07:32.001495 [ 144 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.001524 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.001589 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:32.001636 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:07:32.001688 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:32.001731 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:32.001765 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:32.001806 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1407 rows starting from the beginning of the part 2026.01.31 06:07:32.001878 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 57 rows starting from the beginning of the part 2026.01.31 06:07:32.001925 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 136 rows starting from the beginning of the part 2026.01.31 06:07:32.001966 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:32.002007 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:07:32.002046 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:32.002146 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.002188 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.002519 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:07:32.002746 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.002860 [ 144 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:07:32.002875 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2026.01.31 06:07:32.002892 [ 144 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.002914 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.002916 [ 5 ] {f930e17c-12ef-4cb5-97b0-39259bf57d1d} TCPHandler: Processed in 0.001375171 sec. 2026.01.31 06:07:32.003033 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:07:32.003039 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:32.003179 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:32.003191 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:32.003221 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:32.003232 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 632 rows starting from the beginning of the part 2026.01.31 06:07:32.003307 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 66 rows starting from the beginning of the part 2026.01.31 06:07:32.003354 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part 2026.01.31 06:07:32.003375 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 5 columns (5 merged, 0 gathered) in 0.0017867 sec., 1740639.1671797168 rows/sec., 151.73 MiB/sec. 2026.01.31 06:07:32.003395 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:32.003444 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 600 rows starting from the beginning of the part 2026.01.31 06:07:32.003487 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:32.003634 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.003675 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.003740 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:07:32.004112 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.004209 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_81_16} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:07:32.004285 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:07:32.004313 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.31 06:07:32.004516 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.004635 [ 144 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:07:32.004645 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001674748 sec., 913570.2804242788 rows/sec., 72.76 MiB/sec. 2026.01.31 06:07:32.004665 [ 144 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.004653 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. 2026.01.31 06:07:32.004685 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.004719 [ 5 ] {be7d4ea0-424c-463e-bc62-b38a445e0b33} TCPHandler: Processed in 0.001726189 sec. 2026.01.31 06:07:32.004774 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:07:32.004823 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:07:32.004834 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:32.004882 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:32.004918 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22160 rows starting from the beginning of the part 2026.01.31 06:07:32.004934 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:32.004980 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:32.004983 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part 2026.01.31 06:07:32.005045 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:32.005088 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:32.005131 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 882 rows starting from the beginning of the part 2026.01.31 06:07:32.005170 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:32.005188 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.005287 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_81_16} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:07:32.005331 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.005371 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.005397 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:07:32.005692 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:07:32.005909 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.006020 [ 144 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:07:32.006035 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.31 06:07:32.006055 [ 144 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:32.006077 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:32.006079 [ 5 ] {0147f972-a947-4b8e-8b02-33b2b3148c98} TCPHandler: Processed in 0.001291699 sec. 2026.01.31 06:07:32.006146 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:32.006240 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:32.006267 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4458 rows starting from the beginning of the part 2026.01.31 06:07:32.006318 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:32.006359 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:32.006398 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:32.006435 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:32.006474 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:32.008811 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4758 rows, containing 4 columns (4 merged, 0 gathered) in 0.002692242 sec., 1767300.2649836084 rows/sec., 119.17 MiB/sec. 2026.01.31 06:07:32.009213 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:07:32.009477 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.009556 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_81_16} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:07:32.009637 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.31 06:07:32.012503 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23683 rows, containing 5 columns (5 merged, 0 gathered) in 0.007763827 sec., 3050428.609498898 rows/sec., 209.57 MiB/sec. 2026.01.31 06:07:32.012903 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:07:32.013178 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:32.013250 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_81_16} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:07:32.013319 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.31 06:07:33.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 317.83 MiB, peak 328.60 MiB, free memory in arenas 0.00 B, will set to 320.32 MiB (RSS), difference: 2.49 MiB 2026.01.31 06:07:35.298305 [ 141 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:07:35.298356 [ 141 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:07:35.470294 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26896 2026.01.31 06:07:35.470820 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:35.470869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:35.471351 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:07:35.471594 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:35.471741 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26896 2026.01.31 06:07:35.471740 [ 141 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:07:35.471807 [ 141 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:35.471826 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:35.471945 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:07:35.472086 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:35.472124 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24464 rows starting from the beginning of the part 2026.01.31 06:07:35.472189 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.01.31 06:07:35.472234 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.01.31 06:07:35.472274 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.01.31 06:07:35.472312 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.01.31 06:07:35.472351 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.01.31 06:07:35.474536 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26896 rows, containing 4 columns (4 merged, 0 gathered) in 0.002643671 sec., 10173731.905369464 rows/sec., 145.54 MiB/sec. 2026.01.31 06:07:35.474811 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:07:35.475103 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:35.475173 [ 188 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_56_11} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:07:35.475279 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.01.31 06:07:35.552187 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1160 2026.01.31 06:07:35.554536 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:35.554588 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:35.555828 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:07:35.556110 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:35.556444 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1160 2026.01.31 06:07:36.917705 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.01.31 06:07:36.935610 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:36.935670 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:36.941919 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:07:36.942614 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:36.942907 [ 140 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:07:36.942974 [ 140 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:36.942994 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:36.943099 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.945484 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.01.31 06:07:36.946224 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:36.946954 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.950442 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.954048 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.958247 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.962897 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:36.966850 [ 199 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:07:37.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 330.81 MiB, peak 330.81 MiB, free memory in arenas 0.00 B, will set to 320.55 MiB (RSS), difference: -10.25 MiB 2026.01.31 06:07:37.001761 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.001936 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:37.002000 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:37.002771 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.002818 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.003241 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:07:37.003461 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.003640 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} executeQuery: Read 136 rows, 12.05 KiB in 0.00175 sec., 77714.28571428571 rows/sec., 6.72 MiB/sec. 2026.01.31 06:07:37.003682 [ 5 ] {ad88a4a5-9ba9-403e-8030-25a1be71c0c1} TCPHandler: Processed in 0.002043487 sec. 2026.01.31 06:07:37.003850 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.003943 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:37.003982 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:37.004490 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.004526 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.004891 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:07:37.005108 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.005258 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} executeQuery: Read 40 rows, 3.01 KiB in 0.001333 sec., 30007.501875468868 rows/sec., 2.20 MiB/sec. 2026.01.31 06:07:37.005296 [ 5 ] {ca2ed76a-5c96-4e33-a3f1-997ef3fd2bc7} TCPHandler: Processed in 0.001509404 sec. 2026.01.31 06:07:37.005426 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.005517 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:37.005555 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:37.006051 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.006086 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.006547 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:07:37.006761 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.006890 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} executeQuery: Read 104 rows, 8.32 KiB in 0.001391 sec., 74766.3551401869 rows/sec., 5.84 MiB/sec. 2026.01.31 06:07:37.006927 [ 5 ] {620dc6d8-5cc0-4270-8450-cddb9d4d47dd} TCPHandler: Processed in 0.001556775 sec. 2026.01.31 06:07:37.007051 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.007142 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:37.007184 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:37.007598 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.007633 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.007959 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:07:37.008160 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.008288 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.01.31 06:07:37.008323 [ 5 ] {413ba71f-088c-432b-9316-a89e3b5268db} TCPHandler: Processed in 0.00131843 sec. 2026.01.31 06:07:37.008435 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.008526 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:37.008578 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} 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.01.31 06:07:37.009421 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.009456 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.010051 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:07:37.010262 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.010371 [ 140 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.31 06:07:37.010400 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} executeQuery: Read 40 rows, 73.40 KiB in 0.001892 sec., 21141.649048625794 rows/sec., 37.88 MiB/sec. 2026.01.31 06:07:37.010414 [ 140 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.010443 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.010460 [ 5 ] {7e27662a-2934-4729-a45b-f65142a6fc74} TCPHandler: Processed in 0.002071447 sec. 2026.01.31 06:07:37.010530 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:07:37.010578 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:37.010673 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:37.010714 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:37.010754 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:37.010816 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1384 rows starting from the beginning of the part 2026.01.31 06:07:37.010946 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:37.011051 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:37.011053 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:37.011099 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:37.011155 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:37.011265 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:37.011368 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:37.011424 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:07:37.011635 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.011773 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.01.31 06:07:37.011809 [ 5 ] {505528fa-3643-4518-9ec2-02f07a9104f1} TCPHandler: Processed in 0.001277899 sec. 2026.01.31 06:07:37.018011 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.074951273 sec., 5630.324651056961 rows/sec., 29.11 MiB/sec. 2026.01.31 06:07:37.020541 [ 193 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 19 columns (19 merged, 0 gathered) in 0.010049149 sec., 157625.28747459114 rows/sec., 282.46 MiB/sec. 2026.01.31 06:07:37.020998 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:07:37.022127 [ 193 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.31 06:07:37.022481 [ 193 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.022548 [ 193 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_41_8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.31 06:07:37.022691 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. 2026.01.31 06:07:37.023084 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_56_11} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:37.023199 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_56_11} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:07:37.026076 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.31 06:07:38.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 311.62 MiB, peak 330.81 MiB, free memory in arenas 0.00 B, will set to 328.05 MiB (RSS), difference: 16.43 MiB 2026.01.31 06:07:38.359285 [ 138 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.31 06:07:38.359354 [ 138 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:38.359378 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:38.359499 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:07:38.359646 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:38.359683 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:07:38.359757 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.01.31 06:07:38.359809 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.01.31 06:07:38.359857 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:07:38.359900 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2026.01.31 06:07:38.360637 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191627 sec., 33567.550919876776 rows/sec., 2.80 MiB/sec. 2026.01.31 06:07:38.360835 [ 195 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.31 06:07:38.361161 [ 195 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:38.361246 [ 195 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_21_5} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.31 06:07:38.361362 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:07:42.000499 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:42.000692 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:42.000765 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:42.001454 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:42.001495 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:42.001893 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:07:42.002121 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:42.002278 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} executeQuery: Read 56 rows, 4.38 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.61 MiB/sec. 2026.01.31 06:07:42.002324 [ 5 ] {f102105b-95aa-4747-abc2-8d71c983ee22} TCPHandler: Processed in 0.001956335 sec. 2026.01.31 06:07:42.002440 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:42.002534 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:42.002574 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:42.003000 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:42.003036 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:42.003349 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:07:42.003566 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:42.003695 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} executeQuery: Read 64 rows, 5.12 KiB in 0.001181 sec., 54191.363251481795 rows/sec., 4.23 MiB/sec. 2026.01.31 06:07:42.003733 [ 5 ] {6cb070ce-0a8c-46d1-bc4a-cd3ffb50730a} TCPHandler: Processed in 0.00134409 sec. 2026.01.31 06:07:42.003849 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:42.003943 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:42.003987 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:42.004391 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:42.004425 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:42.004758 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:07:42.004989 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:42.005120 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.01.31 06:07:42.005157 [ 5 ] {0eebbf89-9b3d-464e-8a61-8312b47f2c34} TCPHandler: Processed in 0.001358761 sec. 2026.01.31 06:07:42.005270 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:42.005363 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:42.005405 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:42.005734 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:42.005768 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB. 2026.01.31 06:07:42.006079 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:07:42.006292 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:42.006422 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.31 06:07:42.006458 [ 5 ] {bbc0b822-a41a-426e-903c-93bab34a0f5c} TCPHandler: Processed in 0.001236189 sec. 2026.01.31 06:07:42.972807 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27344 2026.01.31 06:07:42.973321 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:42.973363 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:42.973870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:07:42.974111 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:42.974239 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27344 2026.01.31 06:07:44.341873 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62564 2026.01.31 06:07:44.342017 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342055 [ 286 ] {} TCP-Session: a5a2cfca-24d2-48a1-80ce-ea5c37b89662 Authenticating user 'default' from [fd00:1122:3344:101::e]:62564 2026.01.31 06:07:44.342084 [ 286 ] {} TCP-Session: a5a2cfca-24d2-48a1-80ce-ea5c37b89662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342103 [ 286 ] {} TCP-Session: a5a2cfca-24d2-48a1-80ce-ea5c37b89662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342305 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38320 2026.01.31 06:07:44.342319 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46768 2026.01.31 06:07:44.342356 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49270 2026.01.31 06:07:44.342395 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42844 2026.01.31 06:07:44.342439 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342449 [ 286 ] {} TCP-Session: a5a2cfca-24d2-48a1-80ce-ea5c37b89662 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:44.342465 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342482 [ 288 ] {} TCP-Session: 521e0b28-6f93-4c57-8929-96abaa1cd15f Authenticating user 'default' from [fd00:1122:3344:101::e]:38320 2026.01.31 06:07:44.342506 [ 294 ] {} TCP-Session: eac4a229-d335-4bda-ad7d-f98f78dce3b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49270 2026.01.31 06:07:44.342506 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342527 [ 294 ] {} TCP-Session: eac4a229-d335-4bda-ad7d-f98f78dce3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342522 [ 288 ] {} TCP-Session: 521e0b28-6f93-4c57-8929-96abaa1cd15f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342551 [ 294 ] {} TCP-Session: eac4a229-d335-4bda-ad7d-f98f78dce3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342549 [ 3 ] {} TCP-Session: bfb47847-ec5c-4953-a515-f89adab223c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42844 2026.01.31 06:07:44.342559 [ 288 ] {} TCP-Session: 521e0b28-6f93-4c57-8929-96abaa1cd15f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342588 [ 3 ] {} TCP-Session: bfb47847-ec5c-4953-a515-f89adab223c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342348 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50108 2026.01.31 06:07:44.342625 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} executeQuery: (from [fd00:1122:3344:101::e]:62564) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:07:44.342613 [ 3 ] {} TCP-Session: bfb47847-ec5c-4953-a515-f89adab223c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342341 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54763 2026.01.31 06:07:44.342341 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36550 2026.01.31 06:07:44.342702 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342319 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42228 2026.01.31 06:07:44.342765 [ 293 ] {} TCP-Session: 9bdc1d0f-9c5f-4c3f-ba7b-9afea2d2eb7f Authenticating user 'default' from [fd00:1122:3344:101::e]:50108 2026.01.31 06:07:44.342468 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.342803 [ 293 ] {} TCP-Session: 9bdc1d0f-9c5f-4c3f-ba7b-9afea2d2eb7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342835 [ 289 ] {} TCP-Session: b48bf76e-19e7-4342-8753-0ee559204c49 Authenticating user 'default' from [fd00:1122:3344:101::e]:46768 2026.01.31 06:07:44.342835 [ 293 ] {} TCP-Session: 9bdc1d0f-9c5f-4c3f-ba7b-9afea2d2eb7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342870 [ 289 ] {} TCP-Session: b48bf76e-19e7-4342-8753-0ee559204c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342889 [ 289 ] {} TCP-Session: b48bf76e-19e7-4342-8753-0ee559204c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.342895 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:07:44.342957 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:07:44.343241 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:07:44.343303 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.343333 [ 290 ] {} TCP-Session: 9088d026-23ce-47d6-9972-6cb13dcd6dac Authenticating user 'default' from [fd00:1122:3344:101::e]:42228 2026.01.31 06:07:44.343349 [ 290 ] {} TCP-Session: 9088d026-23ce-47d6-9972-6cb13dcd6dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.343361 [ 290 ] {} TCP-Session: 9088d026-23ce-47d6-9972-6cb13dcd6dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.343458 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.343506 [ 291 ] {} TCP-Session: 7c6cc544-0a65-4cc4-ac8c-ea91fcb081b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:36550 2026.01.31 06:07:44.343532 [ 291 ] {} TCP-Session: 7c6cc544-0a65-4cc4-ac8c-ea91fcb081b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.343545 [ 291 ] {} TCP-Session: 7c6cc544-0a65-4cc4-ac8c-ea91fcb081b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.343567 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:44.343601 [ 292 ] {} TCP-Session: 201841d2-e8a6-404c-92c1-cd032d754731 Authenticating user 'default' from [fd00:1122:3344:101::e]:54763 2026.01.31 06:07:44.343618 [ 292 ] {} TCP-Session: 201841d2-e8a6-404c-92c1-cd032d754731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.343632 [ 292 ] {} TCP-Session: 201841d2-e8a6-404c-92c1-cd032d754731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.344205 [ 295 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} AggregatingTransform: Aggregating 2026.01.31 06:07:44.344257 [ 295 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} Aggregator: Aggregation method: without_key 2026.01.31 06:07:44.344296 [ 295 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000950572 sec. (1051.998 rows/sec., 41.09 KiB/sec.) 2026.01.31 06:07:44.344315 [ 295 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} Aggregator: Merging aggregated data 2026.01.31 06:07:44.345895 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} executeQuery: Read 1 rows, 40.00 B in 0.003323 sec., 300.9328919650918 rows/sec., 11.76 KiB/sec. 2026.01.31 06:07:44.346033 [ 286 ] {8acd8942-5564-47af-a8cc-4c6d5193da78} TCPHandler: Processed in 0.003705435 sec. 2026.01.31 06:07:44.346139 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346165 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346167 [ 286 ] {} TCP-Session: a5a2cfca-24d2-48a1-80ce-ea5c37b89662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346188 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346203 [ 290 ] {} TCP-Session: 9088d026-23ce-47d6-9972-6cb13dcd6dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346207 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346236 [ 288 ] {} TCP-Session: 521e0b28-6f93-4c57-8929-96abaa1cd15f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346244 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346259 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346296 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346305 [ 291 ] {} TCP-Session: 7c6cc544-0a65-4cc4-ac8c-ea91fcb081b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346324 [ 294 ] {} TCP-Session: eac4a229-d335-4bda-ad7d-f98f78dce3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346342 [ 3 ] {} TCP-Session: bfb47847-ec5c-4953-a515-f89adab223c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346279 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346272 [ 289 ] {} TCP-Session: b48bf76e-19e7-4342-8753-0ee559204c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346221 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:44.346423 [ 292 ] {} TCP-Session: 201841d2-e8a6-404c-92c1-cd032d754731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.346461 [ 293 ] {} TCP-Session: 9bdc1d0f-9c5f-4c3f-ba7b-9afea2d2eb7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:44.446487 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.01.31 06:07:44.463032 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:44.463104 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:44.469068 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:07:44.469931 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:44.474185 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.01.31 06:07:45.557526 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1182 2026.01.31 06:07:45.560317 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:45.560400 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:45.561886 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:07:45.562266 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:45.562774 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1182 2026.01.31 06:07:45.849724 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64387 2026.01.31 06:07:45.849847 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.849880 [ 288 ] {} TCP-Session: d0938f03-4870-473a-b0a6-c30cea29bf05 Authenticating user 'default' from [fd00:1122:3344:101::e]:64387 2026.01.31 06:07:45.849908 [ 288 ] {} TCP-Session: d0938f03-4870-473a-b0a6-c30cea29bf05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.849926 [ 288 ] {} TCP-Session: d0938f03-4870-473a-b0a6-c30cea29bf05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850153 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59484 2026.01.31 06:07:45.850187 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61551 2026.01.31 06:07:45.850219 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55278 2026.01.31 06:07:45.850225 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52116 2026.01.31 06:07:45.850207 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49428 2026.01.31 06:07:45.850280 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850303 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850303 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850316 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850331 [ 289 ] {} TCP-Session: c26c2361-e248-4f36-a60b-94a0aaf3fdc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59484 2026.01.31 06:07:45.850345 [ 3 ] {} TCP-Session: 9205358a-8ea8-4c8b-bf32-3317ae0106be Authenticating user 'default' from [fd00:1122:3344:101::e]:55278 2026.01.31 06:07:45.850356 [ 286 ] {} TCP-Session: f9577928-35aa-46c3-ac8e-33a87319e408 Authenticating user 'default' from [fd00:1122:3344:101::e]:52116 2026.01.31 06:07:45.850377 [ 289 ] {} TCP-Session: c26c2361-e248-4f36-a60b-94a0aaf3fdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850391 [ 3 ] {} TCP-Session: 9205358a-8ea8-4c8b-bf32-3317ae0106be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850395 [ 286 ] {} TCP-Session: f9577928-35aa-46c3-ac8e-33a87319e408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850407 [ 289 ] {} TCP-Session: c26c2361-e248-4f36-a60b-94a0aaf3fdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850418 [ 3 ] {} TCP-Session: 9205358a-8ea8-4c8b-bf32-3317ae0106be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850426 [ 286 ] {} TCP-Session: f9577928-35aa-46c3-ac8e-33a87319e408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850353 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850342 [ 293 ] {} TCP-Session: 49df7e7d-d193-40f3-b7e8-aeed9b80d820 Authenticating user 'default' from [fd00:1122:3344:101::e]:61551 2026.01.31 06:07:45.850526 [ 294 ] {} TCP-Session: 31bfa4fc-2188-4bd9-8b15-327a5ee3ea76 Authenticating user 'default' from [fd00:1122:3344:101::e]:49428 2026.01.31 06:07:45.850549 [ 293 ] {} TCP-Session: 49df7e7d-d193-40f3-b7e8-aeed9b80d820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850304 [ 288 ] {} TCP-Session: d0938f03-4870-473a-b0a6-c30cea29bf05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:45.850568 [ 294 ] {} TCP-Session: 31bfa4fc-2188-4bd9-8b15-327a5ee3ea76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850575 [ 293 ] {} TCP-Session: 49df7e7d-d193-40f3-b7e8-aeed9b80d820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850614 [ 294 ] {} TCP-Session: 31bfa4fc-2188-4bd9-8b15-327a5ee3ea76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850183 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63901 2026.01.31 06:07:45.850181 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65361 2026.01.31 06:07:45.850161 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42701 2026.01.31 06:07:45.850732 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850747 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} executeQuery: (from [fd00:1122:3344:101::e]:64387) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:07:45.850766 [ 292 ] {} TCP-Session: 58537204-4193-41a1-a38a-ecf024af6cf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63901 2026.01.31 06:07:45.850792 [ 292 ] {} TCP-Session: 58537204-4193-41a1-a38a-ecf024af6cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850796 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850806 [ 292 ] {} TCP-Session: 58537204-4193-41a1-a38a-ecf024af6cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850829 [ 290 ] {} TCP-Session: 3eea4c52-616a-4718-9da8-b132160de7e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42701 2026.01.31 06:07:45.850798 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.850856 [ 290 ] {} TCP-Session: 3eea4c52-616a-4718-9da8-b132160de7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850883 [ 290 ] {} TCP-Session: 3eea4c52-616a-4718-9da8-b132160de7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850887 [ 291 ] {} TCP-Session: 63e95b02-3f7f-42d2-a970-bf4cb7c28b82 Authenticating user 'default' from [fd00:1122:3344:101::e]:65361 2026.01.31 06:07:45.850920 [ 291 ] {} TCP-Session: 63e95b02-3f7f-42d2-a970-bf4cb7c28b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.850935 [ 291 ] {} TCP-Session: 63e95b02-3f7f-42d2-a970-bf4cb7c28b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.851020 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:07:45.851076 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:07:45.851338 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:07:45.852432 [ 334 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} AggregatingTransform: Aggregating 2026.01.31 06:07:45.852468 [ 334 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} Aggregator: Aggregation method: without_key 2026.01.31 06:07:45.852503 [ 334 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001067615 sec. (936.667 rows/sec., 36.59 KiB/sec.) 2026.01.31 06:07:45.852521 [ 334 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} Aggregator: Merging aggregated data 2026.01.31 06:07:45.853956 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} executeQuery: Read 1 rows, 40.00 B in 0.003266 sec., 306.1849357011635 rows/sec., 11.96 KiB/sec. 2026.01.31 06:07:45.854080 [ 288 ] {ea99a536-fcd7-4b56-b5b6-e80ced46000c} TCPHandler: Processed in 0.00394614 sec. 2026.01.31 06:07:45.854179 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854209 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854223 [ 290 ] {} TCP-Session: 3eea4c52-616a-4718-9da8-b132160de7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854241 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854262 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854288 [ 293 ] {} TCP-Session: 49df7e7d-d193-40f3-b7e8-aeed9b80d820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854295 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854321 [ 294 ] {} TCP-Session: 31bfa4fc-2188-4bd9-8b15-327a5ee3ea76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854347 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854367 [ 292 ] {} TCP-Session: 58537204-4193-41a1-a38a-ecf024af6cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854400 [ 288 ] {} TCP-Session: d0938f03-4870-473a-b0a6-c30cea29bf05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854271 [ 289 ] {} TCP-Session: c26c2361-e248-4f36-a60b-94a0aaf3fdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854223 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854275 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854325 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.854522 [ 286 ] {} TCP-Session: f9577928-35aa-46c3-ac8e-33a87319e408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854545 [ 291 ] {} TCP-Session: 63e95b02-3f7f-42d2-a970-bf4cb7c28b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.854558 [ 3 ] {} TCP-Session: 9205358a-8ea8-4c8b-bf32-3317ae0106be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965139 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45997 2026.01.31 06:07:45.965251 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965278 [ 288 ] {} TCP-Session: fd1bab21-146e-43f5-9809-ba398ff7d6d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45997 2026.01.31 06:07:45.965305 [ 288 ] {} TCP-Session: fd1bab21-146e-43f5-9809-ba398ff7d6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965318 [ 288 ] {} TCP-Session: fd1bab21-146e-43f5-9809-ba398ff7d6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965586 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40551 2026.01.31 06:07:45.965615 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52830 2026.01.31 06:07:45.965623 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59461 2026.01.31 06:07:45.965663 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56773 2026.01.31 06:07:45.965675 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33817 2026.01.31 06:07:45.965705 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965706 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965757 [ 289 ] {} TCP-Session: 649cd081-1c99-4ec5-b3b3-36a1af42d947 Authenticating user 'default' from [fd00:1122:3344:101::e]:40551 2026.01.31 06:07:45.965761 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965765 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965782 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.965798 [ 294 ] {} TCP-Session: 91fd933c-2014-42db-b476-7159e0aadb23 Authenticating user 'default' from [fd00:1122:3344:101::e]:56773 2026.01.31 06:07:45.965803 [ 288 ] {} TCP-Session: fd1bab21-146e-43f5-9809-ba398ff7d6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:45.965832 [ 294 ] {} TCP-Session: 91fd933c-2014-42db-b476-7159e0aadb23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965824 [ 286 ] {} TCP-Session: 1cf95fe1-f31f-441c-bec4-7a00eac3f2f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:33817 2026.01.31 06:07:45.965853 [ 294 ] {} TCP-Session: 91fd933c-2014-42db-b476-7159e0aadb23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965813 [ 293 ] {} TCP-Session: f5c3deca-9f5b-4658-a29d-3e70734581c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59461 2026.01.31 06:07:45.965883 [ 286 ] {} TCP-Session: 1cf95fe1-f31f-441c-bec4-7a00eac3f2f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965905 [ 293 ] {} TCP-Session: f5c3deca-9f5b-4658-a29d-3e70734581c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965784 [ 289 ] {} TCP-Session: 649cd081-1c99-4ec5-b3b3-36a1af42d947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965924 [ 293 ] {} TCP-Session: f5c3deca-9f5b-4658-a29d-3e70734581c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965939 [ 289 ] {} TCP-Session: 649cd081-1c99-4ec5-b3b3-36a1af42d947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965917 [ 286 ] {} TCP-Session: 1cf95fe1-f31f-441c-bec4-7a00eac3f2f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965772 [ 292 ] {} TCP-Session: 6481ac1f-e335-4da7-abf6-77700175c0fd Authenticating user 'default' from [fd00:1122:3344:101::e]:52830 2026.01.31 06:07:45.965672 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37821 2026.01.31 06:07:45.966009 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} executeQuery: (from [fd00:1122:3344:101::e]:45997) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:07:45.966017 [ 292 ] {} TCP-Session: 6481ac1f-e335-4da7-abf6-77700175c0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965621 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64937 2026.01.31 06:07:45.966081 [ 292 ] {} TCP-Session: 6481ac1f-e335-4da7-abf6-77700175c0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.965590 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57637 2026.01.31 06:07:45.966082 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.966198 [ 3 ] {} TCP-Session: bbdae82d-df21-4794-9b31-bf789562156e Authenticating user 'default' from [fd00:1122:3344:101::e]:37821 2026.01.31 06:07:45.966211 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.966211 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:07:45.966224 [ 3 ] {} TCP-Session: bbdae82d-df21-4794-9b31-bf789562156e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966253 [ 291 ] {} TCP-Session: 34cfa7c5-5b7e-42c6-8369-dfc05b5e489a Authenticating user 'default' from [fd00:1122:3344:101::e]:64937 2026.01.31 06:07:45.966255 [ 290 ] {} TCP-Session: 5baef5ad-8a90-41e1-8cca-236cac165763 Authenticating user 'default' from [fd00:1122:3344:101::e]:57637 2026.01.31 06:07:45.966259 [ 3 ] {} TCP-Session: bbdae82d-df21-4794-9b31-bf789562156e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966294 [ 290 ] {} TCP-Session: 5baef5ad-8a90-41e1-8cca-236cac165763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966292 [ 291 ] {} TCP-Session: 34cfa7c5-5b7e-42c6-8369-dfc05b5e489a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966310 [ 290 ] {} TCP-Session: 5baef5ad-8a90-41e1-8cca-236cac165763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966331 [ 291 ] {} TCP-Session: 34cfa7c5-5b7e-42c6-8369-dfc05b5e489a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.966357 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:07:45.966431 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:07:45.966766 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:07:45.967857 [ 340 ] {caf00883-569f-4395-bc09-afea22532403} AggregatingTransform: Aggregating 2026.01.31 06:07:45.967919 [ 340 ] {caf00883-569f-4395-bc09-afea22532403} Aggregator: Aggregation method: without_key 2026.01.31 06:07:45.967956 [ 340 ] {caf00883-569f-4395-bc09-afea22532403} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001073454 sec. (931.572 rows/sec., 36.39 KiB/sec.) 2026.01.31 06:07:45.967972 [ 340 ] {caf00883-569f-4395-bc09-afea22532403} Aggregator: Merging aggregated data 2026.01.31 06:07:45.969500 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} executeQuery: Read 1 rows, 40.00 B in 0.003559 sec., 280.97780275358247 rows/sec., 10.98 KiB/sec. 2026.01.31 06:07:45.969648 [ 288 ] {caf00883-569f-4395-bc09-afea22532403} TCPHandler: Processed in 0.004002251 sec. 2026.01.31 06:07:45.969732 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969760 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969761 [ 288 ] {} TCP-Session: fd1bab21-146e-43f5-9809-ba398ff7d6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969781 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969812 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969806 [ 289 ] {} TCP-Session: 649cd081-1c99-4ec5-b3b3-36a1af42d947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969838 [ 290 ] {} TCP-Session: 5baef5ad-8a90-41e1-8cca-236cac165763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969847 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969854 [ 293 ] {} TCP-Session: f5c3deca-9f5b-4658-a29d-3e70734581c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969861 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969893 [ 286 ] {} TCP-Session: 1cf95fe1-f31f-441c-bec4-7a00eac3f2f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969884 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969927 [ 292 ] {} TCP-Session: 6481ac1f-e335-4da7-abf6-77700175c0fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969797 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969958 [ 3 ] {} TCP-Session: bbdae82d-df21-4794-9b31-bf789562156e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.969827 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:07:45.969999 [ 294 ] {} TCP-Session: 91fd933c-2014-42db-b476-7159e0aadb23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:45.970038 [ 291 ] {} TCP-Session: 34cfa7c5-5b7e-42c6-8369-dfc05b5e489a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:07:47.002285 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.002483 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:47.002563 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:47.003370 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.003423 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.003863 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:07:47.004111 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.004298 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} executeQuery: Read 136 rows, 12.05 KiB in 0.001866 sec., 72883.17256162915 rows/sec., 6.31 MiB/sec. 2026.01.31 06:07:47.004361 [ 5 ] {5c074916-86ac-426b-8949-a9cfe4e4660a} TCPHandler: Processed in 0.002210271 sec. 2026.01.31 06:07:47.004496 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.004608 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:47.004655 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:47.005147 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.005188 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.005541 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:07:47.005776 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.005934 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} executeQuery: Read 40 rows, 3.01 KiB in 0.001353 sec., 29563.932002956393 rows/sec., 2.17 MiB/sec. 2026.01.31 06:07:47.005986 [ 5 ] {25d849ab-87e3-4562-9659-3c9113c78fd0} TCPHandler: Processed in 0.001545105 sec. 2026.01.31 06:07:47.006102 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.006209 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:47.006253 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:47.006735 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.006775 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.007132 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:07:47.007348 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.007501 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} executeQuery: Read 104 rows, 8.32 KiB in 0.001316 sec., 79027.35562310032 rows/sec., 6.17 MiB/sec. 2026.01.31 06:07:47.007546 [ 5 ] {c8217802-287f-494d-a0f8-ea5f9f48eac5} TCPHandler: Processed in 0.001495334 sec. 2026.01.31 06:07:47.007661 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.007765 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:47.007813 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:47.008248 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.008286 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.008650 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:07:47.008867 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.009018 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. 2026.01.31 06:07:47.009060 [ 5 ] {efccd9c1-d099-4ecd-a5ab-16725b877237} TCPHandler: Processed in 0.001450514 sec. 2026.01.31 06:07:47.009182 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.009311 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:47.009380 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} 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.01.31 06:07:47.010392 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.010430 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.011064 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:07:47.011294 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.011443 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} executeQuery: Read 40 rows, 73.40 KiB in 0.002163 sec., 18492.83402681461 rows/sec., 33.14 MiB/sec. 2026.01.31 06:07:47.011501 [ 5 ] {d2d7194e-82c3-486a-ada1-17b3a91c824a} TCPHandler: Processed in 0.002380234 sec. 2026.01.31 06:07:47.011626 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:47.011751 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:47.011802 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:47.012218 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:47.012259 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:47.012600 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:07:47.012821 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:47.012958 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2026.01.31 06:07:47.012995 [ 5 ] {a8b93af0-23fd-4969-b5bd-08773cec2897} TCPHandler: Processed in 0.001430372 sec. 2026.01.31 06:07:50.298400 [ 104 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:07:50.298466 [ 104 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:07:50.475261 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27856 2026.01.31 06:07:50.475746 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:50.475783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:50.476267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:07:50.476501 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:50.476643 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27856 2026.01.31 06:07:51.975193 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.01.31 06:07:51.991666 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:51.991721 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:51.997895 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:07:51.998583 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:52.000008 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:52.000186 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:52.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 332.71 MiB, peak 338.66 MiB, free memory in arenas 0.00 B, will set to 328.64 MiB (RSS), difference: -4.08 MiB 2026.01.31 06:07:52.000252 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:52.000967 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:52.001021 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:52.001384 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.01.31 06:07:52.001429 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:07:52.001663 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:52.001831 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} executeQuery: Read 56 rows, 4.38 KiB in 0.001693 sec., 33077.377436503244 rows/sec., 2.53 MiB/sec. 2026.01.31 06:07:52.001881 [ 5 ] {135144e6-25ce-4da7-aaff-e80f0c87f4d4} TCPHandler: Processed in 0.001997236 sec. 2026.01.31 06:07:52.002022 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:52.002125 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:52.002168 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:52.002644 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:52.002679 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:52.002990 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:07:52.003218 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:52.003355 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} executeQuery: Read 64 rows, 5.12 KiB in 0.001253 sec., 51077.41420590583 rows/sec., 3.99 MiB/sec. 2026.01.31 06:07:52.003394 [ 5 ] {24b35863-91d8-4ea7-bc95-8fc9184604e7} TCPHandler: Processed in 0.001425182 sec. 2026.01.31 06:07:52.003511 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:52.003608 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:52.003651 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:52.004114 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:52.004149 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:52.004488 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:07:52.004696 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:52.004832 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.01.31 06:07:52.004869 [ 5 ] {6e4d9934-8bbe-46a9-b63d-8ccee37b190c} TCPHandler: Processed in 0.001407702 sec. 2026.01.31 06:07:52.004981 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:52.005077 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:52.005118 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:52.005466 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:52.005502 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:52.005804 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:07:52.006016 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:52.006150 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.31 06:07:52.006186 [ 5 ] {35c48172-b58a-4f1c-be5e-e5ae0d91c9a5} TCPHandler: Processed in 0.001255259 sec. 2026.01.31 06:07:55.563878 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1206 2026.01.31 06:07:55.566107 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:55.566150 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:55.567344 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:07:55.567618 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:55.567882 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1206 2026.01.31 06:07:57.030085 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.030272 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.030342 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:07:57.031002 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.031103 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.031498 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:07:57.031757 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.031921 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} executeQuery: Read 24 rows, 2.04 KiB in 0.001695 sec., 14159.292035398232 rows/sec., 1.17 MiB/sec. 2026.01.31 06:07:57.031975 [ 5 ] {377eb1d2-ec53-4347-95e6-763d1c95527a} TCPHandler: Processed in 0.002016656 sec. 2026.01.31 06:07:57.032108 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.032213 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:07:57.032259 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:07:57.032775 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.032812 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.033112 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:07:57.033322 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.033474 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} executeQuery: Read 12 rows, 1002.00 B in 0.001285 sec., 9338.52140077821 rows/sec., 761.49 KiB/sec. 2026.01.31 06:07:57.033514 [ 5 ] {dd661fcb-6e6a-44e0-b7c5-c75103704dfb} TCPHandler: Processed in 0.001459593 sec. 2026.01.31 06:07:57.033628 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.033724 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:07:57.033765 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:07:57.035116 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.035154 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.035573 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:07:57.035790 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.035922 [ 131 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:07:57.035928 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} executeQuery: Read 1402 rows, 120.04 KiB in 0.002224 sec., 630395.6834532374 rows/sec., 52.71 MiB/sec. 2026.01.31 06:07:57.036006 [ 131 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.036020 [ 5 ] {486fb605-23c6-45f0-adfc-6047214db1e6} TCPHandler: Processed in 0.002442035 sec. 2026.01.31 06:07:57.036040 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.036146 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.036151 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:07:57.036249 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.036262 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:57.036291 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:07:57.036294 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1407 rows starting from the beginning of the part 2026.01.31 06:07:57.036365 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part 2026.01.31 06:07:57.036415 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:57.036462 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 136 rows starting from the beginning of the part 2026.01.31 06:07:57.036506 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:07:57.036549 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:07:57.036745 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.036782 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.037090 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:07:57.037329 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.037447 [ 131 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.01.31 06:07:57.037467 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} executeQuery: Read 64 rows, 4.81 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 3.79 MiB/sec. 2026.01.31 06:07:57.037482 [ 131 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.037508 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.037513 [ 5 ] {f8c28b9f-cc8e-4ea7-a190-020f601597d3} TCPHandler: Processed in 0.001418623 sec. 2026.01.31 06:07:57.037609 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.01.31 06:07:57.037634 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.037742 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.037745 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:57.037786 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:07:57.037792 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 70 rows starting from the beginning of the part 2026.01.31 06:07:57.037803 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3193 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686789 sec., 1892945.7092736554 rows/sec., 165.47 MiB/sec. 2026.01.31 06:07:57.037871 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:57.037920 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.01.31 06:07:57.037962 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:57.037998 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2026.01.31 06:07:57.038041 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:57.038103 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:07:57.038305 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.038352 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.038434 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.038541 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_86_17} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:07:57.038649 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:07:57.038701 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:07:57.038883 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323521 sec., 234223.71084402892 rows/sec., 18.09 MiB/sec. 2026.01.31 06:07:57.038925 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.039002 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.01.31 06:07:57.039069 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} executeQuery: Read 252 rows, 17.85 KiB in 0.001347 sec., 187082.40534521156 rows/sec., 12.94 MiB/sec. 2026.01.31 06:07:57.039113 [ 5 ] {2bbbad35-1b8d-4698-9948-93523f6f1acb} TCPHandler: Processed in 0.001530675 sec. 2026.01.31 06:07:57.039229 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.039249 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.039319 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_50_10} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.01.31 06:07:57.039325 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.039374 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:07:57.039389 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:07:57.039775 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.039816 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.040121 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 06:07:57.040347 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.040482 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} executeQuery: Read 12 rows, 960.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 797.87 KiB/sec. 2026.01.31 06:07:57.040521 [ 5 ] {f0c3e6a2-a801-4b8d-8073-17be8fc09b3c} TCPHandler: Processed in 0.00134126 sec. 2026.01.31 06:07:57.040629 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.040723 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:07:57.040763 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:07:57.041465 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.041501 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.041850 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:07:57.042074 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.042192 [ 131 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:07:57.042208 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} executeQuery: Read 608 rows, 46.84 KiB in 0.001502 sec., 404793.6085219707 rows/sec., 30.46 MiB/sec. 2026.01.31 06:07:57.042225 [ 131 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.042249 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.042254 [ 5 ] {ab069d78-e79d-4b5e-bd48-8dd5ce1c4081} TCPHandler: Processed in 0.001674129 sec. 2026.01.31 06:07:57.042345 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:07:57.042376 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.042470 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:57.042477 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.042514 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 632 rows starting from the beginning of the part 2026.01.31 06:07:57.042533 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:07:57.042590 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2026.01.31 06:07:57.042637 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2026.01.31 06:07:57.042675 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 104 rows starting from the beginning of the part 2026.01.31 06:07:57.042712 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:07:57.042751 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 608 rows starting from the beginning of the part 2026.01.31 06:07:57.043219 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.043261 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.043716 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:07:57.043835 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539215 sec., 1023898.5456872496 rows/sec., 81.62 MiB/sec. 2026.01.31 06:07:57.043944 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.044005 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:07:57.044072 [ 131 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:07:57.044086 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} executeQuery: Read 886 rows, 61.58 KiB in 0.001627 sec., 544560.540872772 rows/sec., 36.96 MiB/sec. 2026.01.31 06:07:57.044107 [ 131 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.044133 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.044133 [ 5 ] {d64f68c3-5ccd-43d9-90ad-fc5e460431e5} TCPHandler: Processed in 0.001809572 sec. 2026.01.31 06:07:57.044226 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:07:57.044262 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.044311 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.044365 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:57.044368 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.044402 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_86_17} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:07:57.044407 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23683 rows starting from the beginning of the part 2026.01.31 06:07:57.044444 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} 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.01.31 06:07:57.044486 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:57.044509 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:07:57.044543 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:57.044589 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:57.044626 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.01.31 06:07:57.044662 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 886 rows starting from the beginning of the part 2026.01.31 06:07:57.045348 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.045389 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.046022 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.31 06:07:57.046270 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.046416 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} executeQuery: Read 40 rows, 73.40 KiB in 0.002066 sec., 19361.08422071636 rows/sec., 34.69 MiB/sec. 2026.01.31 06:07:57.046484 [ 5 ] {94553554-c8f1-4c84-8f09-175d493ce166} TCPHandler: Processed in 0.002272472 sec. 2026.01.31 06:07:57.046599 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:07:57.046694 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:07:57.046735 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:07:57.047090 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.047128 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.047448 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:07:57.047665 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.047787 [ 129 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:07:57.047797 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.31 06:07:57.047826 [ 129 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.047843 [ 5 ] {a29868f2-39d8-4d5e-973a-f87e537d396e} TCPHandler: Processed in 0.00129448 sec. 2026.01.31 06:07:57.047845 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.047920 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:57.047995 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:07:57.048020 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4758 rows starting from the beginning of the part 2026.01.31 06:07:57.048064 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:57.048102 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:57.048138 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:57.048173 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.01.31 06:07:57.048208 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:07:57.050091 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5058 rows, containing 4 columns (4 merged, 0 gathered) in 0.0021999 sec., 2299195.4179735444 rows/sec., 155.03 MiB/sec. 2026.01.31 06:07:57.050538 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:07:57.050715 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 25209 rows, containing 5 columns (5 merged, 0 gathered) in 0.006530379 sec., 3860265.996812742 rows/sec., 265.19 MiB/sec. 2026.01.31 06:07:57.050794 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.050870 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_86_17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:07:57.050957 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.01.31 06:07:57.051115 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:07:57.051425 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.051511 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_86_17} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:07:57.051596 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.31 06:07:57.976753 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28304 2026.01.31 06:07:57.977361 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:57.977420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:57.977921 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:07:57.978158 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:57.978304 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28304 2026.01.31 06:07:59.502438 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.01.31 06:07:59.519702 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:07:59.519762 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:07:59.526173 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:07:59.526945 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:07:59.529799 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.01.31 06:08:01.999785 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:01.999978 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:02.000050 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:02.000758 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:02.000802 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:08:02.001227 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:08:02.001451 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:02.001606 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} executeQuery: Read 56 rows, 4.38 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.55 MiB/sec. 2026.01.31 06:08:02.001651 [ 5 ] {76b8be26-d66a-44c9-b478-957ba88f4017} TCPHandler: Processed in 0.001999186 sec. 2026.01.31 06:08:02.001781 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:02.001878 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:02.001920 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:02.002353 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:02.002390 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:08:02.002722 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:08:02.002932 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:02.003064 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.01.31 06:08:02.003102 [ 5 ] {9d3dbe41-d3bf-4524-b67e-61d70cb653c7} TCPHandler: Processed in 0.001372172 sec. 2026.01.31 06:08:02.003221 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:02.003315 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:02.003359 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:02.003777 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:02.003813 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:08:02.004142 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:08:02.004348 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:02.004482 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.01.31 06:08:02.004519 [ 5 ] {d06d005a-6584-4df8-8fda-f26c37c7c822} TCPHandler: Processed in 0.001347211 sec. 2026.01.31 06:08:02.004630 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:02.004723 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:02.004765 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:02.005104 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:02.005139 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB. 2026.01.31 06:08:02.005475 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:08:02.005683 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:02.005811 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.31 06:08:02.005847 [ 5 ] {8e541106-0534-4654-95d5-50c828b3b099} TCPHandler: Processed in 0.001266469 sec. 2026.01.31 06:08:05.298508 [ 120 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:08:05.298568 [ 120 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:08:05.479395 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28816 2026.01.31 06:08:05.480107 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:05.480177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:05.480888 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:08:05.481232 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:05.481431 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28816 2026.01.31 06:08:05.568976 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1234 2026.01.31 06:08:05.572178 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:05.572248 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:05.573930 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:08:05.574264 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:05.574644 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1234 2026.01.31 06:08:07.001675 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.001872 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:07.001949 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:07.002783 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.002829 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.003237 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:08:07.003475 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.003658 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} executeQuery: Read 136 rows, 12.05 KiB in 0.001838 sec., 73993.47116430903 rows/sec., 6.40 MiB/sec. 2026.01.31 06:08:07.003720 [ 5 ] {34089e35-7fc3-46aa-be24-10faeabd98c7} TCPHandler: Processed in 0.00217999 sec. 2026.01.31 06:08:07.003852 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.003963 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:07.004009 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:07.004498 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.004537 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.004851 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:08:07.005061 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.005200 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} executeQuery: Read 40 rows, 3.01 KiB in 0.001263 sec., 31670.625494853524 rows/sec., 2.33 MiB/sec. 2026.01.31 06:08:07.005244 [ 5 ] {c6300058-d4f0-4513-a743-5b8a52c7ec24} TCPHandler: Processed in 0.001443773 sec. 2026.01.31 06:08:07.005368 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.005469 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:07.005511 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:07.005949 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.005982 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.006273 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:08:07.006483 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.006610 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} executeQuery: Read 104 rows, 8.32 KiB in 0.001166 sec., 89193.82504288165 rows/sec., 6.97 MiB/sec. 2026.01.31 06:08:07.006646 [ 5 ] {824a6726-6b0c-48cf-b13c-a98445a203be} TCPHandler: Processed in 0.001327901 sec. 2026.01.31 06:08:07.006823 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.006916 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:07.006959 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:07.007369 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.007403 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.007719 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:08:07.007920 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.008047 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.01.31 06:08:07.008082 [ 5 ] {5d65082e-a635-42fc-9965-eb30aca9453b} TCPHandler: Processed in 0.001306369 sec. 2026.01.31 06:08:07.008195 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.008286 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:07.008338 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} 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.01.31 06:08:07.009197 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.009230 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.009777 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.31 06:08:07.009986 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.010120 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} executeQuery: Read 40 rows, 73.40 KiB in 0.001852 sec., 21598.272138228942 rows/sec., 38.70 MiB/sec. 2026.01.31 06:08:07.010172 [ 5 ] {eb75bf1a-8ac7-483b-9100-a350266be6f8} TCPHandler: Processed in 0.002024426 sec. 2026.01.31 06:08:07.010283 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:07.010375 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:07.010415 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:07.010754 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.010788 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.011085 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:08:07.011291 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.011416 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.31 06:08:07.011450 [ 5 ] {3db9f94b-532e-4515-aa2b-cab4d942d756} TCPHandler: Processed in 0.001214058 sec. 2026.01.31 06:08:07.030801 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.01.31 06:08:07.048202 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:07.048252 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:07.055006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:08:07.055744 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:07.058799 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.01.31 06:08:11.999463 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:11.999669 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:08:11.999738 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:08:12.000374 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.000418 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.000777 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:08:12.001010 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.001162 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} executeQuery: Read 2 rows, 167.00 B in 0.001544 sec., 1295.3367875647668 rows/sec., 105.63 KiB/sec. 2026.01.31 06:08:12.001203 [ 5 ] {70684f0a-aa57-4e2a-8bfb-ea4fa33d941c} TCPHandler: Processed in 0.001870173 sec. 2026.01.31 06:08:12.001326 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:12.001419 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:12.001458 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:12.001872 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.001908 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.002213 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:08:12.002415 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.002542 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} executeQuery: Read 57 rows, 4.45 KiB in 0.001141 sec., 49956.178790534614 rows/sec., 3.81 MiB/sec. 2026.01.31 06:08:12.002578 [ 5 ] {5028d79b-2bb4-41dd-be15-9d0f750bcc6a} TCPHandler: Processed in 0.001299269 sec. 2026.01.31 06:08:12.002687 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:12.002778 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:12.002817 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:12.003197 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.003233 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.003513 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:08:12.003720 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.003849 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} executeQuery: Read 2 rows, 143.00 B in 0.001088 sec., 1838.235294117647 rows/sec., 128.35 KiB/sec. 2026.01.31 06:08:12.003886 [ 5 ] {8f6a612c-bac9-483c-addb-2fd86cd2dc45} TCPHandler: Processed in 0.001244978 sec. 2026.01.31 06:08:12.004002 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:12.004093 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:12.004131 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:12.004538 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.004572 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.004862 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:08:12.005067 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.005199 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} executeQuery: Read 66 rows, 5.28 KiB in 0.001124 sec., 58718.861209964416 rows/sec., 4.59 MiB/sec. 2026.01.31 06:08:12.005236 [ 5 ] {4d89842f-137b-4def-b215-f1322ca67031} TCPHandler: Processed in 0.001280569 sec. 2026.01.31 06:08:12.005351 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:12.005442 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:12.005484 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:12.005885 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.005920 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.006229 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:08:12.006433 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.006561 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} executeQuery: Read 161 rows, 11.48 KiB in 0.001137 sec., 141600.70360598064 rows/sec., 9.86 MiB/sec. 2026.01.31 06:08:12.006597 [ 5 ] {cb9f428d-f454-4ef7-9e86-a112307c9891} TCPHandler: Processed in 0.001291999 sec. 2026.01.31 06:08:12.006712 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:12.006803 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:12.006842 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:12.007175 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.007208 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.007523 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:08:12.007725 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.007850 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.31 06:08:12.007885 [ 5 ] {0b4b811a-9001-41f1-abee-8ae31877a2f1} TCPHandler: Processed in 0.001220268 sec. 2026.01.31 06:08:12.982509 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29264 2026.01.31 06:08:12.983019 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.983067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.983550 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:08:12.983789 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.983942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29264 2026.01.31 06:08:12.983946 [ 115 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:08:12.984023 [ 115 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:12.984048 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:12.984155 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:08:12.984297 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:12.984337 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26896 rows starting from the beginning of the part 2026.01.31 06:08:12.984402 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2026.01.31 06:08:12.984446 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2026.01.31 06:08:12.984486 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2026.01.31 06:08:12.984526 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2026.01.31 06:08:12.984564 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2026.01.31 06:08:12.986868 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29264 rows, containing 4 columns (4 merged, 0 gathered) in 0.002758913 sec., 10607076.047704294 rows/sec., 151.74 MiB/sec. 2026.01.31 06:08:12.987169 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:08:12.987489 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:12.987578 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_61_12} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:08:12.987683 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.01.31 06:08:14.559808 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.01.31 06:08:14.577411 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:14.577470 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:14.584098 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:08:14.584807 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:14.585116 [ 114 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:08:14.585179 [ 114 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:14.585201 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:14.585343 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.587979 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.01.31 06:08:14.588890 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:14.590536 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.595199 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.599918 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.604473 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.609314 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.613541 [ 200 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:14.669800 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.084528132 sec., 5441.975223112702 rows/sec., 28.14 MiB/sec. 2026.01.31 06:08:14.672629 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:08:14.674788 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_61_12} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:14.674896 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_61_12} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:08:14.676805 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.31 06:08:15.575726 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1258 2026.01.31 06:08:15.577939 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:15.577996 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:15.579191 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:08:15.579457 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:15.579622 [ 111 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:08:15.579706 [ 111 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:15.579728 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1258 2026.01.31 06:08:15.579734 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:15.579885 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:08:15.580526 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:15.580684 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1132 rows starting from the beginning of the part 2026.01.31 06:08:15.581087 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:08:15.581450 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 22 rows starting from the beginning of the part 2026.01.31 06:08:15.581815 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2026.01.31 06:08:15.582173 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2026.01.31 06:08:15.582518 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.01.31 06:08:15.589020 [ 190 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1258 rows, containing 72 columns (72 merged, 0 gathered) in 0.00919294 sec., 136844.14344050977 rows/sec., 107.39 MiB/sec. 2026.01.31 06:08:15.590527 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:08:15.591164 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:15.591257 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_46_9} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:08:15.591620 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.01.31 06:08:17.000915 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.001109 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:17.001180 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:17.001994 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.002041 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.002465 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:08:17.002693 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.002846 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} executeQuery: Read 136 rows, 12.05 KiB in 0.001788 sec., 76062.63982102908 rows/sec., 6.58 MiB/sec. 2026.01.31 06:08:17.002889 [ 5 ] {04093f7b-2a84-4f50-84be-a0e79a66f30d} TCPHandler: Processed in 0.002108409 sec. 2026.01.31 06:08:17.003011 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.003107 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:17.003148 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:17.003585 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.003620 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.003920 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:08:17.004131 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.004260 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} executeQuery: Read 40 rows, 3.01 KiB in 0.001171 sec., 34158.838599487615 rows/sec., 2.51 MiB/sec. 2026.01.31 06:08:17.004298 [ 5 ] {695be5a1-3daf-4452-89a6-89b403cc47e3} TCPHandler: Processed in 0.001336791 sec. 2026.01.31 06:08:17.004424 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.004518 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:17.004559 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:17.005019 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.005055 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.005373 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:08:17.005585 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.005716 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} executeQuery: Read 104 rows, 8.32 KiB in 0.001216 sec., 85526.31578947368 rows/sec., 6.68 MiB/sec. 2026.01.31 06:08:17.005754 [ 5 ] {da72a9a3-31d2-4c3c-9643-5afde0b75a9f} TCPHandler: Processed in 0.001379922 sec. 2026.01.31 06:08:17.005873 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.005968 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:17.006012 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:17.006440 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.006475 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.006829 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:08:17.007045 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.007176 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.31 06:08:17.007213 [ 5 ] {bec90bda-e7b3-48c6-8e21-a3504110470f} TCPHandler: Processed in 0.001389102 sec. 2026.01.31 06:08:17.007322 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.007416 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:17.007471 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} 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.01.31 06:08:17.008335 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.008369 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.008939 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.31 06:08:17.009162 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.009310 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} executeQuery: Read 40 rows, 73.40 KiB in 0.001911 sec., 20931.449502878077 rows/sec., 37.51 MiB/sec. 2026.01.31 06:08:17.009373 [ 5 ] {91b91d7b-cd22-4fc5-8329-c46f0790e4d4} TCPHandler: Processed in 0.002101048 sec. 2026.01.31 06:08:17.009483 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:17.009578 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:17.009618 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:17.009947 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:17.009981 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB. 2026.01.31 06:08:17.010276 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:08:17.010485 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:17.010612 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.31 06:08:17.010647 [ 5 ] {ef4879fd-db31-4edf-92b3-def813f8db17} TCPHandler: Processed in 0.001213818 sec. 2026.01.31 06:08:20.298605 [ 105 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:08:20.298667 [ 105 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:08:20.485016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29776 2026.01.31 06:08:20.485533 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:20.485576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:20.486055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:08:20.486271 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:20.486401 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29776 2026.01.31 06:08:21.999908 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:22.000102 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:22.000173 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:22.000830 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.000879 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.001280 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:08:22.001508 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.001663 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} executeQuery: Read 56 rows, 4.38 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.65 MiB/sec. 2026.01.31 06:08:22.001671 [ 103 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:08:22.001711 [ 5 ] {df99aaad-50ba-4626-8dfa-36a80cb370b3} TCPHandler: Processed in 0.001934004 sec. 2026.01.31 06:08:22.001740 [ 103 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.001770 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.001856 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:22.001875 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:08:22.001970 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:22.002015 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:22.002016 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:22.002055 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1407 rows starting from the beginning of the part 2026.01.31 06:08:22.002125 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2026.01.31 06:08:22.002170 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 136 rows starting from the beginning of the part 2026.01.31 06:08:22.002213 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 57 rows starting from the beginning of the part 2026.01.31 06:08:22.002256 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 136 rows starting from the beginning of the part 2026.01.31 06:08:22.002300 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2026.01.31 06:08:22.002509 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.002551 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.002867 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:08:22.003090 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.003219 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} executeQuery: Read 64 rows, 5.12 KiB in 0.001273 sec., 50274.94108405342 rows/sec., 3.92 MiB/sec. 2026.01.31 06:08:22.003229 [ 103 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:08:22.003258 [ 5 ] {e5d8bc22-0ca0-4b0c-a45c-9a9d83552ca4} TCPHandler: Processed in 0.001456353 sec. 2026.01.31 06:08:22.003272 [ 103 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.003297 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.003385 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:22.003393 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:08:22.003448 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621147 sec., 1139933.6395774102 rows/sec., 99.37 MiB/sec. 2026.01.31 06:08:22.003482 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:22.003495 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:22.003524 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 632 rows starting from the beginning of the part 2026.01.31 06:08:22.003529 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:22.003582 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2026.01.31 06:08:22.003625 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 104 rows starting from the beginning of the part 2026.01.31 06:08:22.003665 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 66 rows starting from the beginning of the part 2026.01.31 06:08:22.003697 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:08:22.003704 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 104 rows starting from the beginning of the part 2026.01.31 06:08:22.003763 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2026.01.31 06:08:22.003997 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.004037 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.004065 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.004164 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_91_18} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:08:22.004270 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.31 06:08:22.004397 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:08:22.004608 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.004643 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129004 sec., 801525.5340919662 rows/sec., 64.32 MiB/sec. 2026.01.31 06:08:22.004743 [ 103 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:08:22.004750 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.01.31 06:08:22.004780 [ 103 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.004806 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.004807 [ 5 ] {471d2164-9aae-43d0-852e-88d3615a82d8} TCPHandler: Processed in 0.001469724 sec. 2026.01.31 06:08:22.004832 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:08:22.004875 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:08:22.004953 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:22.004976 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:22.005002 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25209 rows starting from the beginning of the part 2026.01.31 06:08:22.005048 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:22.005050 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:22.005087 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:22.005101 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:22.005123 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part 2026.01.31 06:08:22.005133 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.005162 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:22.005204 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:22.005216 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_91_18} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:08:22.005316 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.31 06:08:22.005452 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.005490 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.005795 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:08:22.006092 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.006227 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} executeQuery: Read 60 rows, 4.14 KiB in 0.001195 sec., 50209.2050209205 rows/sec., 3.38 MiB/sec. 2026.01.31 06:08:22.006234 [ 103 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:08:22.006264 [ 5 ] {71103882-5138-4191-8c0d-4e952adf284c} TCPHandler: Processed in 0.001373251 sec. 2026.01.31 06:08:22.006277 [ 103 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.006301 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.006385 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:22.006491 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:22.006522 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5058 rows starting from the beginning of the part 2026.01.31 06:08:22.006584 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:22.006626 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:22.006667 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:22.006704 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:22.006742 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:22.009137 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5358 rows, containing 4 columns (4 merged, 0 gathered) in 0.002788594 sec., 1921398.382123751 rows/sec., 129.55 MiB/sec. 2026.01.31 06:08:22.009714 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:08:22.010010 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.010093 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_91_18} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:08:22.010176 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.31 06:08:22.012182 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 26010 rows, containing 5 columns (5 merged, 0 gathered) in 0.007334527 sec., 3546240.950507101 rows/sec., 243.72 MiB/sec. 2026.01.31 06:08:22.012427 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:08:22.012688 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.012762 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_91_18} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:08:22.012849 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.31 06:08:22.088984 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.01.31 06:08:22.104616 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:22.104665 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:22.111035 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:08:22.111732 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:22.114907 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.01.31 06:08:23.000151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 333.13 MiB, peak 345.64 MiB, free memory in arenas 0.00 B, will set to 336.11 MiB (RSS), difference: 2.98 MiB 2026.01.31 06:08:25.580829 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1278 2026.01.31 06:08:25.582978 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:25.583035 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:25.584238 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:08:25.584495 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:25.584784 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1278 2026.01.31 06:08:27.030299 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.030510 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.030587 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:08:27.031319 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.031380 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.031774 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:08:27.032015 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.032185 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} executeQuery: Read 24 rows, 2.04 KiB in 0.001728 sec., 13888.888888888889 rows/sec., 1.15 MiB/sec. 2026.01.31 06:08:27.032239 [ 5 ] {a936728a-4ed9-4ad9-bd43-873e3b5ce742} TCPHandler: Processed in 0.002074497 sec. 2026.01.31 06:08:27.032365 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.032470 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:08:27.032515 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:08:27.032927 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.032964 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.033273 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:08:27.033487 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.033626 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} executeQuery: Read 4 rows, 334.00 B in 0.001181 sec., 3386.960203217612 rows/sec., 276.18 KiB/sec. 2026.01.31 06:08:27.033665 [ 5 ] {6d076143-647e-49ce-9b0b-bc02839f92f2} TCPHandler: Processed in 0.001352281 sec. 2026.01.31 06:08:27.033783 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.033878 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:27.033918 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:27.035026 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.035061 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.035448 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:08:27.035673 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.035807 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} executeQuery: Read 1398 rows, 119.75 KiB in 0.001947 sec., 718027.7349768876 rows/sec., 60.06 MiB/sec. 2026.01.31 06:08:27.035847 [ 5 ] {2e9533cb-1d57-43aa-94c4-445f9368f1b3} TCPHandler: Processed in 0.002113419 sec. 2026.01.31 06:08:27.035958 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.036052 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.036092 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:27.036510 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.036546 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.036841 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:08:27.037056 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.037186 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} executeQuery: Read 56 rows, 4.25 KiB in 0.001152 sec., 48611.11111111111 rows/sec., 3.60 MiB/sec. 2026.01.31 06:08:27.037223 [ 5 ] {1d020b95-f0a5-498d-99c7-50aaf456431f} TCPHandler: Processed in 0.00131492 sec. 2026.01.31 06:08:27.037325 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.037419 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.037458 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:08:27.037933 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.037967 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.038266 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:08:27.038475 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.038602 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} executeQuery: Read 252 rows, 17.85 KiB in 0.001202 sec., 209650.5823627288 rows/sec., 14.50 MiB/sec. 2026.01.31 06:08:27.038640 [ 5 ] {0281b41f-0472-4b15-bd53-51c328460dd0} TCPHandler: Processed in 0.001364011 sec. 2026.01.31 06:08:27.038748 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.038843 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.038882 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:08:27.039269 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.039305 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.039599 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 06:08:27.039804 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.039929 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} executeQuery: Read 12 rows, 960.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 849.18 KiB/sec. 2026.01.31 06:08:27.039967 [ 5 ] {04c32848-48d7-4a49-86c9-7b114e837122} TCPHandler: Processed in 0.001267399 sec. 2026.01.31 06:08:27.040067 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.040161 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:27.040201 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:27.040814 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.040849 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.041181 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:08:27.041391 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.041523 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} executeQuery: Read 600 rows, 46.19 KiB in 0.00138 sec., 434782.6086956522 rows/sec., 32.69 MiB/sec. 2026.01.31 06:08:27.041561 [ 5 ] {8fa30d5c-ca1a-44ba-8ef4-1836a388b08b} TCPHandler: Processed in 0.001542365 sec. 2026.01.31 06:08:27.041682 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.041805 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.041858 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:27.042509 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.042542 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.042936 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:08:27.043160 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.043297 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} executeQuery: Read 882 rows, 61.30 KiB in 0.001517 sec., 581410.6789716546 rows/sec., 39.46 MiB/sec. 2026.01.31 06:08:27.043335 [ 5 ] {05c4d67d-30ee-4e4f-bfe3-fc0a53798ae4} TCPHandler: Processed in 0.001713489 sec. 2026.01.31 06:08:27.043444 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.043537 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.043591 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} 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.01.31 06:08:27.044467 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.044501 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.045060 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.31 06:08:27.045279 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.045384 [ 97 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.31 06:08:27.045420 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} executeQuery: Read 40 rows, 73.40 KiB in 0.001901 sec., 21041.55707522357 rows/sec., 37.71 MiB/sec. 2026.01.31 06:08:27.045427 [ 97 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.045456 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.045488 [ 5 ] {ddf73041-219c-4c9d-bf42-b1adbcb98ecc} TCPHandler: Processed in 0.002093008 sec. 2026.01.31 06:08:27.045567 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:08:27.045601 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:27.045701 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:27.045743 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:27.045834 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:27.045907 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1584 rows starting from the beginning of the part 2026.01.31 06:08:27.046052 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:27.046082 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.046120 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.046170 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:27.046288 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:27.046399 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:27.046448 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:08:27.046500 [ 196 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:27.046670 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.046801 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.01.31 06:08:27.046837 [ 5 ] {be5d55ff-0c08-41c5-8e9c-0a0d1baf18bb} TCPHandler: Processed in 0.001285159 sec. 2026.01.31 06:08:27.056444 [ 195 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 19 columns (19 merged, 0 gathered) in 0.01092521 sec., 163292.05571334556 rows/sec., 292.61 MiB/sec. 2026.01.31 06:08:27.058276 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.31 06:08:27.058624 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.058692 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_46_9} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.31 06:08:27.058812 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.70 MiB. 2026.01.31 06:08:27.986537 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30224 2026.01.31 06:08:27.987099 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:27.987146 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:27.987639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:08:27.987891 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:27.988033 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30224 2026.01.31 06:08:28.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 336.88 MiB, peak 353.53 MiB, free memory in arenas 0.00 B, will set to 341.72 MiB (RSS), difference: 4.84 MiB 2026.01.31 06:08:29.615028 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.01.31 06:08:29.632178 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:29.632224 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:29.638743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:08:29.639429 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:29.642412 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.01.31 06:08:31.999377 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:31.999549 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:31.999611 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:32.000251 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:32.000298 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:32.000684 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:08:32.000903 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:32.001052 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} executeQuery: Read 56 rows, 4.38 KiB in 0.00155 sec., 36129.032258064515 rows/sec., 2.76 MiB/sec. 2026.01.31 06:08:32.001093 [ 5 ] {7d2ce5b5-27cc-4d84-9cc9-868d1fe97dc1} TCPHandler: Processed in 0.001839432 sec. 2026.01.31 06:08:32.001222 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:32.001313 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:32.001351 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:32.001747 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:32.001778 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:32.002065 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:08:32.002329 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:32.002455 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} executeQuery: Read 64 rows, 5.12 KiB in 0.001156 sec., 55363.32179930796 rows/sec., 4.32 MiB/sec. 2026.01.31 06:08:32.002493 [ 5 ] {4486d4d3-f828-431b-9de1-de47b1878c16} TCPHandler: Processed in 0.00131982 sec. 2026.01.31 06:08:32.002607 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:32.002702 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:32.002745 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:32.003150 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:32.003183 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:32.003508 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:08:32.003725 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:32.003853 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.01.31 06:08:32.003889 [ 5 ] {5030fb99-8bf7-4a1c-af84-c4d5cc22b320} TCPHandler: Processed in 0.00133168 sec. 2026.01.31 06:08:32.003991 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:32.004083 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:32.004124 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:32.004457 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:32.004491 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:32.004791 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:08:32.004993 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:32.005137 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.31 06:08:32.005185 [ 5 ] {07894e2c-45a5-4588-8179-ba8a0f4f0656} TCPHandler: Processed in 0.001241888 sec. 2026.01.31 06:08:35.298721 [ 91 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:08:35.298789 [ 91 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:08:35.488335 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30736 2026.01.31 06:08:35.488910 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:35.488955 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:35.489431 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:08:35.489656 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:35.489789 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30736 2026.01.31 06:08:35.585115 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1306 2026.01.31 06:08:35.587548 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:35.587612 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:35.588840 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:08:35.589109 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:35.589415 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1306 2026.01.31 06:08:36.002689 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002327024 sec. 2026.01.31 06:08:37.001606 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.001797 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:37.001867 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:37.002603 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.002645 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.003029 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:08:37.003242 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.003394 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} executeQuery: Read 136 rows, 12.05 KiB in 0.001649 sec., 82474.22680412371 rows/sec., 7.14 MiB/sec. 2026.01.31 06:08:37.003436 [ 5 ] {473473b3-6b69-4d5d-b9b3-b074938f0f5a} TCPHandler: Processed in 0.001958635 sec. 2026.01.31 06:08:37.003560 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.003653 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:37.003694 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:37.004122 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.004157 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.004443 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:08:37.004650 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.004775 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} executeQuery: Read 40 rows, 3.01 KiB in 0.00114 sec., 35087.71929824562 rows/sec., 2.58 MiB/sec. 2026.01.31 06:08:37.004763 [ 90 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2026.01.31 06:08:37.004812 [ 5 ] {c3370803-9593-4349-9e0d-2477be6edf20} TCPHandler: Processed in 0.001300159 sec. 2026.01.31 06:08:37.004873 [ 90 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.004904 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.004975 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.005073 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2026.01.31 06:08:37.005078 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:37.005188 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:37.005318 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:37.005381 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 70 rows starting from the beginning of the part 2026.01.31 06:08:37.005484 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:37.005559 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part 2026.01.31 06:08:37.005631 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:37.005649 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.005691 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.005698 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.01.31 06:08:37.005773 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2026.01.31 06:08:37.006013 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:08:37.006246 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.006379 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} executeQuery: Read 104 rows, 8.32 KiB in 0.001323 sec., 78609.22146636432 rows/sec., 6.14 MiB/sec. 2026.01.31 06:08:37.006417 [ 5 ] {a0a038ff-c890-4cc3-aa80-61e432c2c7a6} TCPHandler: Processed in 0.001492584 sec. 2026.01.31 06:08:37.006537 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.006628 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:37.006670 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.001693759 sec., 146419.88618215462 rows/sec., 11.30 MiB/sec. 2026.01.31 06:08:37.006672 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:37.006845 [ 186 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2026.01.31 06:08:37.007099 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.007135 [ 186 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.007139 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.007224 [ 186 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_55_11} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2026.01.31 06:08:37.007323 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:08:37.007488 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:08:37.007693 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.007823 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.01.31 06:08:37.007860 [ 5 ] {c2746296-9f66-4756-add9-466cc015f12c} TCPHandler: Processed in 0.001369171 sec. 2026.01.31 06:08:37.007964 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.008054 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:37.008107 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} 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.01.31 06:08:37.008967 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.009003 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.009552 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.31 06:08:37.009779 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.009915 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} executeQuery: Read 40 rows, 73.40 KiB in 0.001878 sec., 21299.254526091587 rows/sec., 38.17 MiB/sec. 2026.01.31 06:08:37.009977 [ 5 ] {f9ae49e9-a79b-49ac-ba49-6b2a1fa6c677} TCPHandler: Processed in 0.002059577 sec. 2026.01.31 06:08:37.010082 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:37.010173 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:37.010214 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:37.010542 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.010575 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.010869 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:08:37.011072 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.011195 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.01.31 06:08:37.011229 [ 5 ] {f631cb63-2a8d-4491-b35b-da5c7c0105e1} TCPHandler: Processed in 0.001193717 sec. 2026.01.31 06:08:37.142611 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.01.31 06:08:37.160973 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:37.161034 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:37.167312 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:08:37.168029 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:37.171110 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.01.31 06:08:38.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.72 MiB, peak 353.53 MiB, free memory in arenas 0.00 B, will set to 341.72 MiB (RSS), difference: -1.00 MiB 2026.01.31 06:08:41.999662 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:41.999831 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:41.999897 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:42.000561 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:42.000608 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:42.000990 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:08:42.001205 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:42.001357 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} executeQuery: Read 56 rows, 4.38 KiB in 0.001572 sec., 35623.40966921119 rows/sec., 2.72 MiB/sec. 2026.01.31 06:08:42.001399 [ 5 ] {18935a41-31f0-4a89-8936-13345081849c} TCPHandler: Processed in 0.001863383 sec. 2026.01.31 06:08:42.001521 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:42.001614 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:42.001654 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:42.002074 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:42.002111 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:42.002408 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:08:42.002626 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:42.002756 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. 2026.01.31 06:08:42.002794 [ 5 ] {5b7684ad-00ff-43e5-bb91-d7baa970e4b0} TCPHandler: Processed in 0.00132185 sec. 2026.01.31 06:08:42.002906 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:42.002999 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:42.003042 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:42.003454 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:42.003490 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:42.003810 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:08:42.004014 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:42.004142 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.01.31 06:08:42.004180 [ 5 ] {bf462715-00ad-4620-a261-727ca93f82ba} TCPHandler: Processed in 0.001322221 sec. 2026.01.31 06:08:42.004288 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:42.004381 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:42.004422 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:42.004757 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:42.004793 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:42.005103 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:08:42.005309 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:42.005438 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.01.31 06:08:42.005474 [ 5 ] {9eb3cb1e-0cd9-43d9-909c-c861ee672a2b} TCPHandler: Processed in 0.001233968 sec. 2026.01.31 06:08:42.989938 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31184 2026.01.31 06:08:42.990493 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:42.990542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:42.991088 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:08:42.991321 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:42.991458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31184 2026.01.31 06:08:44.365196 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34225 2026.01.31 06:08:44.365305 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.365333 [ 288 ] {} TCP-Session: dea36a2e-1186-4bc2-8c20-e6b3c6f8e700 Authenticating user 'default' from [fd00:1122:3344:101::e]:34225 2026.01.31 06:08:44.365358 [ 288 ] {} TCP-Session: dea36a2e-1186-4bc2-8c20-e6b3c6f8e700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365374 [ 288 ] {} TCP-Session: dea36a2e-1186-4bc2-8c20-e6b3c6f8e700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365643 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35361 2026.01.31 06:08:44.365674 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58927 2026.01.31 06:08:44.365697 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41996 2026.01.31 06:08:44.365729 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65504 2026.01.31 06:08:44.365770 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.365761 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.365833 [ 292 ] {} TCP-Session: a65037c9-5cef-432e-b6fd-be83e9464422 Authenticating user 'default' from [fd00:1122:3344:101::e]:58927 2026.01.31 06:08:44.365837 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.365853 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.365866 [ 292 ] {} TCP-Session: a65037c9-5cef-432e-b6fd-be83e9464422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365887 [ 293 ] {} TCP-Session: ff9ae46a-5a3f-46f9-8f67-6bb42f5273d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41996 2026.01.31 06:08:44.365899 [ 3 ] {} TCP-Session: df51fcc8-70bf-472d-8ed4-1fd8710a05ae Authenticating user 'default' from [fd00:1122:3344:101::e]:65504 2026.01.31 06:08:44.365907 [ 292 ] {} TCP-Session: a65037c9-5cef-432e-b6fd-be83e9464422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365932 [ 293 ] {} TCP-Session: ff9ae46a-5a3f-46f9-8f67-6bb42f5273d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365940 [ 3 ] {} TCP-Session: df51fcc8-70bf-472d-8ed4-1fd8710a05ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365965 [ 293 ] {} TCP-Session: ff9ae46a-5a3f-46f9-8f67-6bb42f5273d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365844 [ 289 ] {} TCP-Session: 7fbd6d34-a4a2-4da0-810e-9778c098a6f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35361 2026.01.31 06:08:44.365984 [ 3 ] {} TCP-Session: df51fcc8-70bf-472d-8ed4-1fd8710a05ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366009 [ 289 ] {} TCP-Session: 7fbd6d34-a4a2-4da0-810e-9778c098a6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365732 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41401 2026.01.31 06:08:44.366036 [ 289 ] {} TCP-Session: 7fbd6d34-a4a2-4da0-810e-9778c098a6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365722 [ 288 ] {} TCP-Session: dea36a2e-1186-4bc2-8c20-e6b3c6f8e700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:44.365713 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39104 2026.01.31 06:08:44.365672 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64419 2026.01.31 06:08:44.366130 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.366173 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.366197 [ 286 ] {} TCP-Session: 2ddc93c7-5437-402b-8c6f-90ae995b6a1e Authenticating user 'default' from [fd00:1122:3344:101::e]:41401 2026.01.31 06:08:44.366214 [ 294 ] {} TCP-Session: 1bd8b2a8-9acd-4d59-80f0-9225d00e6116 Authenticating user 'default' from [fd00:1122:3344:101::e]:39104 2026.01.31 06:08:44.366224 [ 286 ] {} TCP-Session: 2ddc93c7-5437-402b-8c6f-90ae995b6a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.365655 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34958 2026.01.31 06:08:44.366245 [ 286 ] {} TCP-Session: 2ddc93c7-5437-402b-8c6f-90ae995b6a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366258 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} executeQuery: (from [fd00:1122:3344:101::e]:34225) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:08:44.366243 [ 294 ] {} TCP-Session: 1bd8b2a8-9acd-4d59-80f0-9225d00e6116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366309 [ 294 ] {} TCP-Session: 1bd8b2a8-9acd-4d59-80f0-9225d00e6116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366531 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:08:44.366587 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:08:44.366728 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.366735 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:44.366765 [ 290 ] {} TCP-Session: c48085fd-1c51-4111-87b6-14c768ebf253 Authenticating user 'default' from [fd00:1122:3344:101::e]:34958 2026.01.31 06:08:44.366795 [ 290 ] {} TCP-Session: c48085fd-1c51-4111-87b6-14c768ebf253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366797 [ 291 ] {} TCP-Session: bd3c2c84-6b20-45dc-bef5-3a3f37db891c Authenticating user 'default' from [fd00:1122:3344:101::e]:64419 2026.01.31 06:08:44.366810 [ 290 ] {} TCP-Session: c48085fd-1c51-4111-87b6-14c768ebf253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366836 [ 291 ] {} TCP-Session: bd3c2c84-6b20-45dc-bef5-3a3f37db891c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366855 [ 291 ] {} TCP-Session: bd3c2c84-6b20-45dc-bef5-3a3f37db891c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.366862 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:08:44.367757 [ 315 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} AggregatingTransform: Aggregating 2026.01.31 06:08:44.367803 [ 315 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} Aggregator: Aggregation method: without_key 2026.01.31 06:08:44.367841 [ 315 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000876 sec. (1141.553 rows/sec., 44.59 KiB/sec.) 2026.01.31 06:08:44.367860 [ 315 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} Aggregator: Merging aggregated data 2026.01.31 06:08:44.369168 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} executeQuery: Read 1 rows, 40.00 B in 0.002963 sec., 337.49578130273375 rows/sec., 13.18 KiB/sec. 2026.01.31 06:08:44.369326 [ 288 ] {71a03fb9-df4d-4b0e-b8a5-d0038879b17b} TCPHandler: Processed in 0.003717954 sec. 2026.01.31 06:08:44.369420 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369451 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369458 [ 290 ] {} TCP-Session: c48085fd-1c51-4111-87b6-14c768ebf253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369480 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369485 [ 3 ] {} TCP-Session: df51fcc8-70bf-472d-8ed4-1fd8710a05ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369523 [ 294 ] {} TCP-Session: 1bd8b2a8-9acd-4d59-80f0-9225d00e6116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369529 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369550 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369573 [ 293 ] {} TCP-Session: ff9ae46a-5a3f-46f9-8f67-6bb42f5273d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369573 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369591 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369607 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369630 [ 291 ] {} TCP-Session: bd3c2c84-6b20-45dc-bef5-3a3f37db891c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369640 [ 286 ] {} TCP-Session: 2ddc93c7-5437-402b-8c6f-90ae995b6a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369654 [ 288 ] {} TCP-Session: dea36a2e-1186-4bc2-8c20-e6b3c6f8e700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369527 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:44.369597 [ 289 ] {} TCP-Session: 7fbd6d34-a4a2-4da0-810e-9778c098a6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.369725 [ 292 ] {} TCP-Session: a65037c9-5cef-432e-b6fd-be83e9464422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:44.671203 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.01.31 06:08:44.689286 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:44.689348 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:44.695380 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:08:44.696103 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:44.699661 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.01.31 06:08:45.589670 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1328 2026.01.31 06:08:45.592431 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:45.592503 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:45.594343 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:08:45.594741 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:45.595245 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1328 2026.01.31 06:08:46.107441 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65047 2026.01.31 06:08:46.107546 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.107572 [ 294 ] {} TCP-Session: d41c14af-b9d1-4459-b917-455fa08a5cd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65047 2026.01.31 06:08:46.107594 [ 294 ] {} TCP-Session: d41c14af-b9d1-4459-b917-455fa08a5cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.107606 [ 294 ] {} TCP-Session: d41c14af-b9d1-4459-b917-455fa08a5cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.107815 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53737 2026.01.31 06:08:46.107839 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47603 2026.01.31 06:08:46.107866 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63732 2026.01.31 06:08:46.107889 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42293 2026.01.31 06:08:46.107919 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65502 2026.01.31 06:08:46.107940 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.107934 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.107980 [ 288 ] {} TCP-Session: 582dd430-3dcc-4e3c-9eee-6da493faa71f Authenticating user 'default' from [fd00:1122:3344:101::e]:63732 2026.01.31 06:08:46.107995 [ 294 ] {} TCP-Session: d41c14af-b9d1-4459-b917-455fa08a5cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:46.108009 [ 288 ] {} TCP-Session: 582dd430-3dcc-4e3c-9eee-6da493faa71f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108010 [ 286 ] {} TCP-Session: 07f799b6-7885-4239-8d30-2473fb2d8fd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47603 2026.01.31 06:08:46.108008 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108057 [ 288 ] {} TCP-Session: 582dd430-3dcc-4e3c-9eee-6da493faa71f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108096 [ 292 ] {} TCP-Session: 5d0ea492-06c2-4b2c-88a0-8a25debbc410 Authenticating user 'default' from [fd00:1122:3344:101::e]:65502 2026.01.31 06:08:46.108069 [ 286 ] {} TCP-Session: 07f799b6-7885-4239-8d30-2473fb2d8fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108133 [ 292 ] {} TCP-Session: 5d0ea492-06c2-4b2c-88a0-8a25debbc410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108148 [ 286 ] {} TCP-Session: 07f799b6-7885-4239-8d30-2473fb2d8fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108006 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108177 [ 292 ] {} TCP-Session: 5d0ea492-06c2-4b2c-88a0-8a25debbc410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108190 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} executeQuery: (from [fd00:1122:3344:101::e]:65047) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:08:46.108195 [ 289 ] {} TCP-Session: f4b90c88-f580-4d14-aae8-749bbc334a58 Authenticating user 'default' from [fd00:1122:3344:101::e]:42293 2026.01.31 06:08:46.107934 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108236 [ 289 ] {} TCP-Session: f4b90c88-f580-4d14-aae8-749bbc334a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.107917 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40861 2026.01.31 06:08:46.108269 [ 289 ] {} TCP-Session: f4b90c88-f580-4d14-aae8-749bbc334a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108264 [ 3 ] {} TCP-Session: 2eeeefd8-7f9e-48ec-84d0-006dbe39e551 Authenticating user 'default' from [fd00:1122:3344:101::e]:53737 2026.01.31 06:08:46.107922 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32930 2026.01.31 06:08:46.108332 [ 3 ] {} TCP-Session: 2eeeefd8-7f9e-48ec-84d0-006dbe39e551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.107894 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36017 2026.01.31 06:08:46.108360 [ 3 ] {} TCP-Session: 2eeeefd8-7f9e-48ec-84d0-006dbe39e551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108369 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108404 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108423 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.108417 [ 291 ] {} TCP-Session: e9d1084b-a021-4a4d-bbd2-f8a0eff663a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40861 2026.01.31 06:08:46.108443 [ 293 ] {} TCP-Session: ff7f2466-fd76-4598-b84d-d39d6a3e79c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:32930 2026.01.31 06:08:46.108451 [ 290 ] {} TCP-Session: aa851d66-2b33-42a7-8620-1c005e2d78ad Authenticating user 'default' from [fd00:1122:3344:101::e]:36017 2026.01.31 06:08:46.108470 [ 291 ] {} TCP-Session: e9d1084b-a021-4a4d-bbd2-f8a0eff663a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108488 [ 290 ] {} TCP-Session: aa851d66-2b33-42a7-8620-1c005e2d78ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108510 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:08:46.108523 [ 290 ] {} TCP-Session: aa851d66-2b33-42a7-8620-1c005e2d78ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108514 [ 291 ] {} TCP-Session: e9d1084b-a021-4a4d-bbd2-f8a0eff663a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108478 [ 293 ] {} TCP-Session: ff7f2466-fd76-4598-b84d-d39d6a3e79c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108574 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:08:46.108595 [ 293 ] {} TCP-Session: ff7f2466-fd76-4598-b84d-d39d6a3e79c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.108895 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:08:46.109995 [ 298 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} AggregatingTransform: Aggregating 2026.01.31 06:08:46.110025 [ 298 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} Aggregator: Aggregation method: without_key 2026.01.31 06:08:46.110052 [ 298 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001055995 sec. (946.974 rows/sec., 36.99 KiB/sec.) 2026.01.31 06:08:46.110066 [ 298 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} Aggregator: Merging aggregated data 2026.01.31 06:08:46.111577 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} executeQuery: Read 1 rows, 40.00 B in 0.003473 sec., 287.93550244745177 rows/sec., 11.25 KiB/sec. 2026.01.31 06:08:46.111729 [ 294 ] {0570939f-a470-4055-a12f-a1ce347bf3c1} TCPHandler: Processed in 0.003904999 sec. 2026.01.31 06:08:46.111858 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111881 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111888 [ 294 ] {} TCP-Session: d41c14af-b9d1-4459-b917-455fa08a5cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111904 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111917 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111931 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111945 [ 3 ] {} TCP-Session: 2eeeefd8-7f9e-48ec-84d0-006dbe39e551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111959 [ 293 ] {} TCP-Session: ff7f2466-fd76-4598-b84d-d39d6a3e79c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111980 [ 291 ] {} TCP-Session: e9d1084b-a021-4a4d-bbd2-f8a0eff663a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111967 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.111966 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.112041 [ 292 ] {} TCP-Session: 5d0ea492-06c2-4b2c-88a0-8a25debbc410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111947 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.112064 [ 290 ] {} TCP-Session: aa851d66-2b33-42a7-8620-1c005e2d78ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111911 [ 288 ] {} TCP-Session: 582dd430-3dcc-4e3c-9eee-6da493faa71f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.112094 [ 289 ] {} TCP-Session: f4b90c88-f580-4d14-aae8-749bbc334a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.111959 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.112162 [ 286 ] {} TCP-Session: 07f799b6-7885-4239-8d30-2473fb2d8fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131562 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53594 2026.01.31 06:08:46.131630 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.131651 [ 294 ] {} TCP-Session: ce493f97-ad63-438f-8bae-4cb00d55434c Authenticating user 'default' from [fd00:1122:3344:101::e]:53594 2026.01.31 06:08:46.131668 [ 294 ] {} TCP-Session: ce493f97-ad63-438f-8bae-4cb00d55434c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131680 [ 294 ] {} TCP-Session: ce493f97-ad63-438f-8bae-4cb00d55434c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131837 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36001 2026.01.31 06:08:46.131844 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44779 2026.01.31 06:08:46.131878 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57474 2026.01.31 06:08:46.131905 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48745 2026.01.31 06:08:46.131916 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.131928 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55144 2026.01.31 06:08:46.131938 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.131960 [ 3 ] {} TCP-Session: 11cea9b7-6117-47a1-98bf-01ccc29e9a9c Authenticating user 'default' from [fd00:1122:3344:101::e]:36001 2026.01.31 06:08:46.131966 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.131999 [ 3 ] {} TCP-Session: 11cea9b7-6117-47a1-98bf-01ccc29e9a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131993 [ 286 ] {} TCP-Session: 7637e225-447a-4bf2-be77-9d838c5a7d24 Authenticating user 'default' from [fd00:1122:3344:101::e]:44779 2026.01.31 06:08:46.132026 [ 3 ] {} TCP-Session: 11cea9b7-6117-47a1-98bf-01ccc29e9a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132018 [ 288 ] {} TCP-Session: 683d9a75-5c47-4cd0-91e9-bed68279e89e Authenticating user 'default' from [fd00:1122:3344:101::e]:57474 2026.01.31 06:08:46.132042 [ 286 ] {} TCP-Session: 7637e225-447a-4bf2-be77-9d838c5a7d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132072 [ 288 ] {} TCP-Session: 683d9a75-5c47-4cd0-91e9-bed68279e89e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132085 [ 286 ] {} TCP-Session: 7637e225-447a-4bf2-be77-9d838c5a7d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132099 [ 288 ] {} TCP-Session: 683d9a75-5c47-4cd0-91e9-bed68279e89e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131987 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.131921 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65056 2026.01.31 06:08:46.132160 [ 290 ] {} TCP-Session: 12616f16-bebd-4c62-bb87-f1d714f91ccb Authenticating user 'default' from [fd00:1122:3344:101::e]:48745 2026.01.31 06:08:46.131918 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37899 2026.01.31 06:08:46.132201 [ 290 ] {} TCP-Session: 12616f16-bebd-4c62-bb87-f1d714f91ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132224 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.132242 [ 290 ] {} TCP-Session: 12616f16-bebd-4c62-bb87-f1d714f91ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131896 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59165 2026.01.31 06:08:46.132268 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.132261 [ 292 ] {} TCP-Session: d82148c7-ebac-478b-8b8d-d17f7becd04d Authenticating user 'default' from [fd00:1122:3344:101::e]:65056 2026.01.31 06:08:46.132315 [ 291 ] {} TCP-Session: 4d967540-96cc-43a5-8c4f-bec72b6fe6ad Authenticating user 'default' from [fd00:1122:3344:101::e]:37899 2026.01.31 06:08:46.132329 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.132333 [ 292 ] {} TCP-Session: d82148c7-ebac-478b-8b8d-d17f7becd04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132346 [ 291 ] {} TCP-Session: 4d967540-96cc-43a5-8c4f-bec72b6fe6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132364 [ 292 ] {} TCP-Session: d82148c7-ebac-478b-8b8d-d17f7becd04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132384 [ 291 ] {} TCP-Session: 4d967540-96cc-43a5-8c4f-bec72b6fe6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132358 [ 289 ] {} TCP-Session: 42c1735a-c0be-4310-bdd2-73e6f4f68b5d Authenticating user 'default' from [fd00:1122:3344:101::e]:59165 2026.01.31 06:08:46.132008 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:08:46.132445 [ 289 ] {} TCP-Session: 42c1735a-c0be-4310-bdd2-73e6f4f68b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132469 [ 293 ] {} TCP-Session: 8880719d-bc69-4150-997c-95278b743e38 Authenticating user 'default' from [fd00:1122:3344:101::e]:55144 2026.01.31 06:08:46.132475 [ 289 ] {} TCP-Session: 42c1735a-c0be-4310-bdd2-73e6f4f68b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132493 [ 293 ] {} TCP-Session: 8880719d-bc69-4150-997c-95278b743e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.131956 [ 294 ] {} TCP-Session: ce493f97-ad63-438f-8bae-4cb00d55434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:46.132517 [ 293 ] {} TCP-Session: 8880719d-bc69-4150-997c-95278b743e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.132644 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} executeQuery: (from [fd00:1122:3344:101::e]:53594) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:08:46.132816 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:08:46.132857 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:08:46.133078 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:08:46.133786 [ 322 ] {e5697b23-a570-4640-a161-bfd989c7b632} AggregatingTransform: Aggregating 2026.01.31 06:08:46.133823 [ 322 ] {e5697b23-a570-4640-a161-bfd989c7b632} Aggregator: Aggregation method: without_key 2026.01.31 06:08:46.133849 [ 322 ] {e5697b23-a570-4640-a161-bfd989c7b632} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000694316 sec. (1440.266 rows/sec., 56.26 KiB/sec.) 2026.01.31 06:08:46.133867 [ 322 ] {e5697b23-a570-4640-a161-bfd989c7b632} Aggregator: Merging aggregated data 2026.01.31 06:08:46.135274 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} executeQuery: Read 1 rows, 40.00 B in 0.002665 sec., 375.234521575985 rows/sec., 14.66 KiB/sec. 2026.01.31 06:08:46.135346 [ 294 ] {e5697b23-a570-4640-a161-bfd989c7b632} TCPHandler: Processed in 0.003444049 sec. 2026.01.31 06:08:46.135425 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135451 [ 294 ] {} TCP-Session: ce493f97-ad63-438f-8bae-4cb00d55434c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135462 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135486 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135501 [ 3 ] {} TCP-Session: 11cea9b7-6117-47a1-98bf-01ccc29e9a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135511 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135531 [ 292 ] {} TCP-Session: d82148c7-ebac-478b-8b8d-d17f7becd04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135537 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135555 [ 293 ] {} TCP-Session: 8880719d-bc69-4150-997c-95278b743e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135575 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135596 [ 288 ] {} TCP-Session: 683d9a75-5c47-4cd0-91e9-bed68279e89e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135591 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135623 [ 290 ] {} TCP-Session: 12616f16-bebd-4c62-bb87-f1d714f91ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135652 [ 291 ] {} TCP-Session: 4d967540-96cc-43a5-8c4f-bec72b6fe6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135519 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135555 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:08:46.135711 [ 289 ] {} TCP-Session: 42c1735a-c0be-4310-bdd2-73e6f4f68b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:46.135739 [ 286 ] {} TCP-Session: 7637e225-447a-4bf2-be77-9d838c5a7d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:08:47.002278 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.002456 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:47.002527 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:47.003323 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.003373 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.003834 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:08:47.004098 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.004264 [ 82 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:08:47.004270 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} executeQuery: Read 136 rows, 12.05 KiB in 0.00186 sec., 73118.27956989247 rows/sec., 6.33 MiB/sec. 2026.01.31 06:08:47.004343 [ 82 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.004368 [ 5 ] {6edcc919-57b2-48fc-a4a9-db128cb0728b} TCPHandler: Processed in 0.00222195 sec. 2026.01.31 06:08:47.004375 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.004504 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:08:47.004510 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.004630 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:47.004631 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:47.004673 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1407 rows starting from the beginning of the part 2026.01.31 06:08:47.004694 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:47.004752 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:08:47.004806 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part 2026.01.31 06:08:47.004851 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part 2026.01.31 06:08:47.004891 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part 2026.01.31 06:08:47.004931 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part 2026.01.31 06:08:47.005157 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.005203 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.005544 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:08:47.005813 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.005952 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} executeQuery: Read 40 rows, 3.01 KiB in 0.001342 sec., 29806.259314456034 rows/sec., 2.19 MiB/sec. 2026.01.31 06:08:47.005999 [ 5 ] {bf4cdf7b-b288-48cf-932e-547ad233b021} TCPHandler: Processed in 0.001541255 sec. 2026.01.31 06:08:47.006119 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.006213 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:47.006253 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:47.006462 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.002008796 sec., 1587518.0954163587 rows/sec., 138.79 MiB/sec. 2026.01.31 06:08:47.006676 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:08:47.006707 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.006751 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.006978 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.007061 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_96_19} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:08:47.007137 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:08:47.007143 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:08:47.007383 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.007519 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} executeQuery: Read 104 rows, 8.32 KiB in 0.001324 sec., 78549.84894259818 rows/sec., 6.14 MiB/sec. 2026.01.31 06:08:47.007530 [ 82 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:08:47.007566 [ 5 ] {e5fc12b4-e324-478b-bff9-9c53867b05b6} TCPHandler: Processed in 0.001497385 sec. 2026.01.31 06:08:47.007574 [ 82 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.007607 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.007700 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.007707 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:08:47.007800 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:47.007849 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:47.007853 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:47.007898 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 632 rows starting from the beginning of the part 2026.01.31 06:08:47.007963 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 600 rows starting from the beginning of the part 2026.01.31 06:08:47.008007 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part 2026.01.31 06:08:47.008049 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part 2026.01.31 06:08:47.008089 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part 2026.01.31 06:08:47.008130 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part 2026.01.31 06:08:47.008299 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.008343 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.008740 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:08:47.009000 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.009139 [ 82 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:08:47.009140 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} executeQuery: Read 160 rows, 11.41 KiB in 0.001359 sec., 117733.6276674025 rows/sec., 8.20 MiB/sec. 2026.01.31 06:08:47.009179 [ 82 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.009203 [ 5 ] {d126bfbd-8139-4860-a4a7-6d00d672532b} TCPHandler: Processed in 0.001553525 sec. 2026.01.31 06:08:47.009205 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.009299 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:08:47.009343 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.009406 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:47.009447 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:47.009447 [ 189 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.00178857 sec., 876678.0165159877 rows/sec., 69.87 MiB/sec. 2026.01.31 06:08:47.009447 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26010 rows starting from the beginning of the part 2026.01.31 06:08:47.009508 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} 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.01.31 06:08:47.009569 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 882 rows starting from the beginning of the part 2026.01.31 06:08:47.009629 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:47.009672 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:47.009711 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:47.009716 [ 191 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:08:47.009752 [ 194 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2026.01.31 06:08:47.010091 [ 191 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.010186 [ 191 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_96_19} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:08:47.010293 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:08:47.010440 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.010482 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.011161 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.31 06:08:47.011429 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.011584 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} executeQuery: Read 40 rows, 73.40 KiB in 0.002159 sec., 18527.095877721167 rows/sec., 33.20 MiB/sec. 2026.01.31 06:08:47.011643 [ 5 ] {4585bc7e-db24-40fa-8a2a-dd0cf71ccc76} TCPHandler: Processed in 0.002349524 sec. 2026.01.31 06:08:47.011770 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:47.011866 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:47.011909 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:47.012258 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.012295 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.012617 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:08:47.012857 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.012981 [ 82 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:08:47.012994 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2026.01.31 06:08:47.013019 [ 82 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:47.013042 [ 5 ] {fd5a2b1b-cde9-4200-9b37-25f116fcb0de} TCPHandler: Processed in 0.001322331 sec. 2026.01.31 06:08:47.013043 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB. 2026.01.31 06:08:47.013139 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:47.013247 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:47.013275 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5358 rows starting from the beginning of the part 2026.01.31 06:08:47.013323 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:47.013359 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:47.013394 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:47.013429 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:08:47.013465 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2026.01.31 06:08:47.015164 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5658 rows, containing 4 columns (4 merged, 0 gathered) in 0.002054987 sec., 2753302.0890156482 rows/sec., 185.64 MiB/sec. 2026.01.31 06:08:47.015496 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:08:47.015746 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.015819 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_96_19} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:08:47.015890 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.31 06:08:47.016564 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 27532 rows, containing 5 columns (5 merged, 0 gathered) in 0.007295107 sec., 3774036.4877444566 rows/sec., 259.35 MiB/sec. 2026.01.31 06:08:47.016928 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:08:47.017243 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:47.017320 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_96_19} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:08:47.017394 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.31 06:08:50.298823 [ 47 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:08:50.298885 [ 47 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:08:50.491662 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31696 2026.01.31 06:08:50.492212 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:50.492263 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:50.492763 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:08:50.492997 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:50.493130 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31696 2026.01.31 06:08:50.493138 [ 47 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:08:50.493207 [ 47 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:50.493228 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:50.493355 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:08:50.493499 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:50.493545 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29264 rows starting from the beginning of the part 2026.01.31 06:08:50.493611 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 512 rows starting from the beginning of the part 2026.01.31 06:08:50.493658 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 448 rows starting from the beginning of the part 2026.01.31 06:08:50.493701 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 512 rows starting from the beginning of the part 2026.01.31 06:08:50.493740 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 448 rows starting from the beginning of the part 2026.01.31 06:08:50.493781 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 512 rows starting from the beginning of the part 2026.01.31 06:08:50.496039 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31696 rows, containing 4 columns (4 merged, 0 gathered) in 0.002732932 sec., 11597800.457530593 rows/sec., 165.91 MiB/sec. 2026.01.31 06:08:50.496365 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:08:50.496650 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:50.496719 [ 187 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_66_13} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:08:50.496804 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.95 MiB. 2026.01.31 06:08:52.001626 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:52.001835 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:52.001912 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:52.002622 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.002668 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.003050 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:08:52.003271 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.003424 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} executeQuery: Read 56 rows, 4.38 KiB in 0.001648 sec., 33980.58252427185 rows/sec., 2.59 MiB/sec. 2026.01.31 06:08:52.003465 [ 5 ] {73dd5615-8bd1-464a-8a59-47984a61659b} TCPHandler: Processed in 0.002021236 sec. 2026.01.31 06:08:52.003578 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:52.003671 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:52.003710 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:52.004122 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.004158 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.004453 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:08:52.004661 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.004787 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} executeQuery: Read 64 rows, 5.12 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 4.41 MiB/sec. 2026.01.31 06:08:52.004824 [ 5 ] {8d3b0d5a-e2be-4ef0-a575-df2c8bae58dc} TCPHandler: Processed in 0.001293519 sec. 2026.01.31 06:08:52.004935 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:52.005028 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:52.005070 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:52.005473 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.005507 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.005828 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:08:52.006030 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.006157 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.01.31 06:08:52.006193 [ 5 ] {afd5f4ca-d9e8-4625-9d0f-18506ce5d537} TCPHandler: Processed in 0.00130541 sec. 2026.01.31 06:08:52.006299 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:52.006389 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:52.006430 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:52.006758 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.006793 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.007092 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:08:52.007286 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.007414 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.01.31 06:08:52.007449 [ 5 ] {b9d61030-c693-41c8-953a-b2f1670e7a17} TCPHandler: Processed in 0.001197517 sec. 2026.01.31 06:08:52.199794 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.01.31 06:08:52.219021 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.219077 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.224835 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:08:52.225557 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.225835 [ 51 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:08:52.225876 [ 51 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:52.225897 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:52.226048 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:08:52.229051 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.01.31 06:08:52.230049 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:08:52.231559 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.01.31 06:08:52.236344 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.01.31 06:08:52.241225 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.01.31 06:08:52.245687 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.01.31 06:08:52.250000 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.01.31 06:08:52.253779 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.01.31 06:08:52.306615 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.080645363 sec., 6162.784585643195 rows/sec., 31.87 MiB/sec. 2026.01.31 06:08:52.308834 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:08:52.310553 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:52.310650 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_66_13} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:08:52.312212 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.01.31 06:08:55.595444 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1352 2026.01.31 06:08:55.597637 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:55.597686 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:55.598868 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:08:55.599135 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:55.599402 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1352 2026.01.31 06:08:57.029525 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.029721 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.029795 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:08:57.030559 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.030615 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.031036 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:08:57.031262 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.031421 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} executeQuery: Read 24 rows, 2.04 KiB in 0.001752 sec., 13698.630136986301 rows/sec., 1.14 MiB/sec. 2026.01.31 06:08:57.031465 [ 5 ] {aab84eeb-413d-4991-b8e9-6d60c42146a7} TCPHandler: Processed in 0.002080157 sec. 2026.01.31 06:08:57.031591 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.031688 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:08:57.031731 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:08:57.032141 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.032178 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.032499 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:08:57.032713 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.032846 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} executeQuery: Read 12 rows, 1002.00 B in 0.001176 sec., 10204.081632653062 rows/sec., 832.07 KiB/sec. 2026.01.31 06:08:57.032885 [ 5 ] {1633ac65-5a8f-49d4-92e8-a9d5b277a8cc} TCPHandler: Processed in 0.001344571 sec. 2026.01.31 06:08:57.032998 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.033093 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:08:57.033133 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:08:57.034278 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.034315 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.034740 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:08:57.034952 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.035090 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} executeQuery: Read 1402 rows, 120.04 KiB in 0.002015 sec., 695781.6377171216 rows/sec., 58.18 MiB/sec. 2026.01.31 06:08:57.035128 [ 5 ] {700c734b-299b-49cd-81e2-3c277e4f5d74} TCPHandler: Processed in 0.00217933 sec. 2026.01.31 06:08:57.035230 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.035327 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.035367 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:08:57.035788 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.035824 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.036136 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:08:57.036338 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.036468 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} executeQuery: Read 64 rows, 4.81 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.04 MiB/sec. 2026.01.31 06:08:57.036506 [ 5 ] {decfeb4d-74f0-4866-a0dc-ceca4eb2b649} TCPHandler: Processed in 0.001325101 sec. 2026.01.31 06:08:57.036607 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.036703 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.036741 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:08:57.037230 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.037266 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.037577 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:08:57.037779 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.037908 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} executeQuery: Read 252 rows, 17.85 KiB in 0.001222 sec., 206219.31260229132 rows/sec., 14.26 MiB/sec. 2026.01.31 06:08:57.037946 [ 5 ] {0a86ef39-cea2-4b10-b5af-f9b202a61411} TCPHandler: Processed in 0.001388611 sec. 2026.01.31 06:08:57.038058 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.038151 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.038191 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:08:57.038578 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.038614 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.038914 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 06:08:57.039121 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.039248 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2026.01.31 06:08:57.039287 [ 5 ] {fa97f9ed-d625-43c9-8820-011852fd4102} TCPHandler: Processed in 0.001279029 sec. 2026.01.31 06:08:57.039395 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.039489 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:08:57.039529 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:08:57.040158 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.040193 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.040519 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:08:57.040719 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.040855 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} executeQuery: Read 608 rows, 46.84 KiB in 0.001384 sec., 439306.35838150285 rows/sec., 33.05 MiB/sec. 2026.01.31 06:08:57.040894 [ 5 ] {4e47c127-1312-41d8-987d-0109fc920366} TCPHandler: Processed in 0.001547726 sec. 2026.01.31 06:08:57.040995 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.041088 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.041132 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:08:57.041868 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.041912 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.042367 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:08:57.042607 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.042749 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} executeQuery: Read 886 rows, 61.58 KiB in 0.001678 sec., 528009.5351609058 rows/sec., 35.84 MiB/sec. 2026.01.31 06:08:57.042787 [ 5 ] {ccfce0b0-6459-4524-82a7-1b4d8e2a5598} TCPHandler: Processed in 0.001840192 sec. 2026.01.31 06:08:57.042906 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.043028 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.043094 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} 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.01.31 06:08:57.044047 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.044084 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.044649 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.31 06:08:57.044873 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.045015 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} executeQuery: Read 40 rows, 73.40 KiB in 0.002012 sec., 19880.715705765408 rows/sec., 35.63 MiB/sec. 2026.01.31 06:08:57.045080 [ 5 ] {e363754c-ff8f-4422-9978-8ae71e6fd2df} TCPHandler: Processed in 0.002235592 sec. 2026.01.31 06:08:57.045189 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:08:57.045285 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:08:57.045326 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:08:57.045691 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.045726 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.046022 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:08:57.046223 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.046357 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.31 06:08:57.046394 [ 5 ] {12691591-0a05-458b-844a-3165aebe7060} TCPHandler: Processed in 0.001253869 sec. 2026.01.31 06:08:57.994240 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32144 2026.01.31 06:08:57.994749 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:57.994797 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:57.995302 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:08:57.995557 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:57.995707 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32144 2026.01.31 06:08:59.730087 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.01.31 06:08:59.745777 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:08:59.745835 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:08:59.751489 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:08:59.752159 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:08:59.754932 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.01.31 06:09:01.999917 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:02.000089 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:02.000155 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:02.000775 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:02.000824 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:02.001207 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:09:02.001426 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:02.001579 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} executeQuery: Read 56 rows, 4.38 KiB in 0.001536 sec., 36458.333333333336 rows/sec., 2.78 MiB/sec. 2026.01.31 06:09:02.001623 [ 5 ] {ee64d4f9-a78b-4ad9-af88-0709d986dc41} TCPHandler: Processed in 0.001831972 sec. 2026.01.31 06:09:02.001745 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:02.001841 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:02.001882 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:02.002320 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:02.002356 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:02.002667 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:09:02.002877 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:02.003030 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. 2026.01.31 06:09:02.003068 [ 5 ] {971d881c-38e9-4c47-aa2c-553f3df1e0b5} TCPHandler: Processed in 0.001373881 sec. 2026.01.31 06:09:02.003191 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:02.003285 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:02.003329 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:02.003747 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:02.003782 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:02.004145 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:09:02.004351 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:02.004481 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.31 06:09:02.004517 [ 5 ] {a0aad8d6-e787-42a7-a0a3-6c8d28dbe77d} TCPHandler: Processed in 0.001376142 sec. 2026.01.31 06:09:02.004631 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:02.004732 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:02.004775 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:02.005161 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:02.005197 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:02.005519 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:09:02.005722 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:02.005857 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2026.01.31 06:09:02.005894 [ 5 ] {cbbba59b-e10a-4408-a772-a4a616b5d5e4} TCPHandler: Processed in 0.00131208 sec. 2026.01.31 06:09:05.298942 [ 72 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:09:05.299012 [ 72 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:09:05.496810 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32656 2026.01.31 06:09:05.497312 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:05.497355 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:05.497840 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:09:05.498068 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:05.498200 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32656 2026.01.31 06:09:05.600531 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1380 2026.01.31 06:09:05.602797 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:05.602846 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:05.604001 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:09:05.604267 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:05.604409 [ 73 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:09:05.604477 [ 73 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:05.604499 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:05.604531 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1380 2026.01.31 06:09:05.604625 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:09:05.605202 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:05.605359 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1258 rows starting from the beginning of the part 2026.01.31 06:09:05.605749 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part 2026.01.31 06:09:05.606112 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part 2026.01.31 06:09:05.606455 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part 2026.01.31 06:09:05.606788 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:05.607129 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2026.01.31 06:09:05.614299 [ 199 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 72 columns (72 merged, 0 gathered) in 0.009733922 sec., 141772.2476099562 rows/sec., 110.37 MiB/sec. 2026.01.31 06:09:05.615880 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:09:05.616501 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:05.616590 [ 201 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_51_10} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:09:05.616949 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.01.31 06:09:06.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 345.67 MiB, peak 358.38 MiB, free memory in arenas 0.00 B, will set to 346.85 MiB (RSS), difference: 1.18 MiB 2026.01.31 06:09:07.001020 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.001195 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:07.001260 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:07.001942 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.001986 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.002389 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:09:07.002626 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.002779 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} executeQuery: Read 136 rows, 12.05 KiB in 0.001632 sec., 83333.33333333333 rows/sec., 7.21 MiB/sec. 2026.01.31 06:09:07.002822 [ 5 ] {a91971b7-3676-4680-b876-99b578938898} TCPHandler: Processed in 0.001930884 sec. 2026.01.31 06:09:07.002935 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.003031 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:07.003072 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:07.003480 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.003517 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.003820 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:09:07.004027 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.004160 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} executeQuery: Read 40 rows, 3.01 KiB in 0.001147 sec., 34873.58326068003 rows/sec., 2.56 MiB/sec. 2026.01.31 06:09:07.004197 [ 5 ] {614accf5-bf61-4dd5-910d-472dbcd08bd3} TCPHandler: Processed in 0.00131133 sec. 2026.01.31 06:09:07.004310 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.004404 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:07.004443 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:07.004863 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.004897 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.005199 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:09:07.005404 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.005534 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} executeQuery: Read 104 rows, 8.32 KiB in 0.001148 sec., 90592.33449477353 rows/sec., 7.08 MiB/sec. 2026.01.31 06:09:07.005571 [ 5 ] {e10a3964-5a3c-4d2c-bfcf-7067cc63119a} TCPHandler: Processed in 0.00131006 sec. 2026.01.31 06:09:07.005685 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.005779 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:07.005822 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:07.006222 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.006257 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.006577 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:09:07.006782 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.006911 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.01.31 06:09:07.006948 [ 5 ] {16f6665a-6e10-4b32-bda5-060d762746a1} TCPHandler: Processed in 0.00131191 sec. 2026.01.31 06:09:07.007058 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.007152 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:07.007205 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} 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.01.31 06:09:07.008025 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.008061 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.008619 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.31 06:09:07.008846 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.008991 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} executeQuery: Read 40 rows, 73.40 KiB in 0.001857 sec., 21540.11847065159 rows/sec., 38.60 MiB/sec. 2026.01.31 06:09:07.009056 [ 5 ] {4deaa67b-e9ff-49e9-86f6-dc9ed455cc3d} TCPHandler: Processed in 0.002046547 sec. 2026.01.31 06:09:07.009168 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:07.009262 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:07.009304 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:07.009636 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.009672 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.009960 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:09:07.010163 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.010293 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.01.31 06:09:07.010329 [ 5 ] {516901fc-afe7-4a4a-89e6-2fb508bdef12} TCPHandler: Processed in 0.001208757 sec. 2026.01.31 06:09:07.254980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.01.31 06:09:07.271253 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:07.271313 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:07.277126 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:09:07.277845 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:07.280569 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.01.31 06:09:09.361089 [ 70 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.31 06:09:09.361175 [ 70 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:09.361201 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:09.361336 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:09:09.361499 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:09.361538 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 254 rows starting from the beginning of the part 2026.01.31 06:09:09.361614 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part 2026.01.31 06:09:09.361667 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part 2026.01.31 06:09:09.361716 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part 2026.01.31 06:09:09.361792 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part 2026.01.31 06:09:09.362837 [ 201 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001563176 sec., 807330.7164388398 rows/sec., 58.91 MiB/sec. 2026.01.31 06:09:09.363002 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.31 06:09:09.363248 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:09.363322 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_17_4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.31 06:09:09.363397 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.31 06:09:11.454546 [ 66 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.31 06:09:11.454616 [ 66 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:11.454641 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:11.454775 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:09:11.454926 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:11.454961 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part 2026.01.31 06:09:11.455035 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:11.455084 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.01.31 06:09:11.455144 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2026.01.31 06:09:11.455184 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:11.455900 [ 195 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001174747 sec., 40859.86174044283 rows/sec., 3.41 MiB/sec. 2026.01.31 06:09:11.456103 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.31 06:09:11.456427 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:11.456518 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_25_6} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.31 06:09:11.456625 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:09:12.000660 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.000845 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:09:12.000918 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:09:12.001588 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.001638 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.002031 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:09:12.002259 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.002427 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} executeQuery: Read 2 rows, 167.00 B in 0.001632 sec., 1225.4901960784314 rows/sec., 99.93 KiB/sec. 2026.01.31 06:09:12.002484 [ 5 ] {7a9a0eda-c087-418b-a644-66cb33f9a0be} TCPHandler: Processed in 0.001966435 sec. 2026.01.31 06:09:12.002611 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.002716 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:12.002760 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:12.003216 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.003254 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.003569 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:09:12.003800 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.003944 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} executeQuery: Read 57 rows, 4.45 KiB in 0.001252 sec., 45527.15654952076 rows/sec., 3.47 MiB/sec. 2026.01.31 06:09:12.003945 [ 66 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:09:12.003985 [ 5 ] {aa2b39eb-72e4-47c3-a0eb-e2cfa5d9647e} TCPHandler: Processed in 0.001430943 sec. 2026.01.31 06:09:12.004027 [ 66 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.004054 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.004132 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.004141 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:09:12.004237 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:12.004239 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:12.004279 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1407 rows starting from the beginning of the part 2026.01.31 06:09:12.004281 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:12.004334 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part 2026.01.31 06:09:12.004377 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:09:12.004418 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:09:12.004460 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 136 rows starting from the beginning of the part 2026.01.31 06:09:12.004507 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 57 rows starting from the beginning of the part 2026.01.31 06:09:12.004699 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.004735 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.005391 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:09:12.005609 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.005748 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} executeQuery: Read 2 rows, 143.00 B in 0.001532 sec., 1305.4830287206266 rows/sec., 91.15 KiB/sec. 2026.01.31 06:09:12.005787 [ 5 ] {610c2846-7e27-4a4f-a7d4-517c71d27a16} TCPHandler: Processed in 0.001707079 sec. 2026.01.31 06:09:12.005874 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3114 rows, containing 5 columns (5 merged, 0 gathered) in 0.00176264 sec., 1766668.1795488584 rows/sec., 153.97 MiB/sec. 2026.01.31 06:09:12.005908 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.006013 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:12.006054 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:12.006152 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:09:12.006472 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.006484 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.006524 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.006563 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_101_20} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:09:12.006660 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:09:12.006840 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:09:12.007062 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.007193 [ 66 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:09:12.007195 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} executeQuery: Read 66 rows, 5.28 KiB in 0.001202 sec., 54908.48585690516 rows/sec., 4.29 MiB/sec. 2026.01.31 06:09:12.007239 [ 66 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.007259 [ 5 ] {49d9df2b-add7-4c6e-a4db-b1a6cd74cec1} TCPHandler: Processed in 0.001401752 sec. 2026.01.31 06:09:12.007266 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.007372 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:09:12.007393 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.007494 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:12.007497 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:12.007547 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:12.007560 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 632 rows starting from the beginning of the part 2026.01.31 06:09:12.007635 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part 2026.01.31 06:09:12.007682 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 608 rows starting from the beginning of the part 2026.01.31 06:09:12.007724 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:09:12.007763 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part 2026.01.31 06:09:12.007800 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 66 rows starting from the beginning of the part 2026.01.31 06:09:12.007984 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.008024 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.008381 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:09:12.008620 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.008757 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} executeQuery: Read 161 rows, 11.48 KiB in 0.001284 sec., 125389.40809968847 rows/sec., 8.73 MiB/sec. 2026.01.31 06:09:12.008777 [ 66 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:09:12.008796 [ 5 ] {54215176-de1c-4cd6-ae83-7f630fd99479} TCPHandler: Processed in 0.001453604 sec. 2026.01.31 06:09:12.008820 [ 66 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.008870 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.008910 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578636 sec., 974258.7905001533 rows/sec., 77.61 MiB/sec. 2026.01.31 06:09:12.008928 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:12.008989 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:09:12.009027 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:12.009074 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:12.009082 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:09:12.009166 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:12.009212 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27532 rows starting from the beginning of the part 2026.01.31 06:09:12.009288 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:12.009341 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 886 rows starting from the beginning of the part 2026.01.31 06:09:12.009358 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.009387 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:12.009437 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:12.009438 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.009440 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_101_20} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:09:12.009483 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part 2026.01.31 06:09:12.009493 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.009567 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:09:12.009862 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:09:12.010128 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.010276 [ 66 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:09:12.010298 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.01.31 06:09:12.010315 [ 66 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.010346 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.010355 [ 5 ] {f1314245-79b4-4d5f-b4b4-271266e39b01} TCPHandler: Processed in 0.001476953 sec. 2026.01.31 06:09:12.010480 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:12.010681 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:12.010745 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5658 rows starting from the beginning of the part 2026.01.31 06:09:12.010849 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:12.010931 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:12.011008 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:12.011083 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:12.011137 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:12.013518 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5958 rows, containing 4 columns (4 merged, 0 gathered) in 0.003109321 sec., 1916173.9813933654 rows/sec., 129.19 MiB/sec. 2026.01.31 06:09:12.013893 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:09:12.014171 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.014255 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_101_20} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:09:12.014347 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.31 06:09:12.016691 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 29059 rows, containing 5 columns (5 merged, 0 gathered) in 0.007766988 sec., 3741347.3536974695 rows/sec., 257.09 MiB/sec. 2026.01.31 06:09:12.017180 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:09:12.017473 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:12.017553 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_101_20} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:09:12.017641 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.01.31 06:09:12.998357 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33104 2026.01.31 06:09:12.999177 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:12.999233 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:12.999692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:09:12.999915 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:13.000048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33104 2026.01.31 06:09:14.780618 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.01.31 06:09:14.797871 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:14.797928 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:14.804250 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:09:14.804965 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:14.807877 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.01.31 06:09:15.604689 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1404 2026.01.31 06:09:15.607009 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:15.607070 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:15.608268 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:09:15.608534 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:15.608844 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1404 2026.01.31 06:09:17.001517 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.001690 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:17.001752 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:17.002478 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.002522 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.002909 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:09:17.003141 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.003297 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} executeQuery: Read 136 rows, 12.05 KiB in 0.001655 sec., 82175.22658610271 rows/sec., 7.11 MiB/sec. 2026.01.31 06:09:17.003342 [ 5 ] {b2ea914d-9e2c-49a6-abcb-0f4fc42e2db1} TCPHandler: Processed in 0.001951935 sec. 2026.01.31 06:09:17.003471 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.003567 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:17.003607 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:17.004028 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.004065 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.004360 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:09:17.004575 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.004689 [ 62 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2026.01.31 06:09:17.004702 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} executeQuery: Read 40 rows, 3.01 KiB in 0.001154 sec., 34662.04506065858 rows/sec., 2.55 MiB/sec. 2026.01.31 06:09:17.004758 [ 62 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.004768 [ 5 ] {bad4e8ef-51b7-4799-9458-35c5c80b0c8c} TCPHandler: Processed in 0.001346731 sec. 2026.01.31 06:09:17.004789 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.004896 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.004926 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2026.01.31 06:09:17.004993 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:17.005038 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:17.005092 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:17.005134 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 70 rows starting from the beginning of the part 2026.01.31 06:09:17.005204 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.005252 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2026.01.31 06:09:17.005300 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.005344 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part 2026.01.31 06:09:17.005384 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.005488 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.005531 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.005866 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:09:17.006093 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.006228 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} executeQuery: Read 104 rows, 8.32 KiB in 0.001253 sec., 83000.79808459697 rows/sec., 6.48 MiB/sec. 2026.01.31 06:09:17.006268 [ 5 ] {bedd774e-c2bd-4a7f-b173-786a6e600358} TCPHandler: Processed in 0.001422703 sec. 2026.01.31 06:09:17.006284 [ 186 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420822 sec., 180177.3902712655 rows/sec., 13.88 MiB/sec. 2026.01.31 06:09:17.006387 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.006461 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2026.01.31 06:09:17.006486 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:17.006534 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:17.006750 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.006831 [ 198 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_60_12} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2026.01.31 06:09:17.006934 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:09:17.006957 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.006998 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.007325 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:09:17.007533 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.007663 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.31 06:09:17.007700 [ 5 ] {dda97a1b-8057-4879-9697-72781ecff54e} TCPHandler: Processed in 0.001361721 sec. 2026.01.31 06:09:17.007812 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.007905 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:17.007959 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} 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.01.31 06:09:17.008839 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.008874 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.009429 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.31 06:09:17.009639 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.009753 [ 62 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.31 06:09:17.009776 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} executeQuery: Read 40 rows, 73.40 KiB in 0.001889 sec., 21175.224986765483 rows/sec., 37.95 MiB/sec. 2026.01.31 06:09:17.009797 [ 62 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.009824 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.009838 [ 5 ] {c440c7f9-63f2-4092-9f0b-a0acc5bcbce7} TCPHandler: Processed in 0.002074528 sec. 2026.01.31 06:09:17.009915 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:09:17.009957 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:17.010056 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:17.010097 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:17.010159 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:17.010224 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1784 rows starting from the beginning of the part 2026.01.31 06:09:17.010351 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.010444 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:17.010451 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.010487 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:17.010572 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.010673 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.010770 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2026.01.31 06:09:17.010815 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:09:17.011034 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.011195 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.01.31 06:09:17.011233 [ 5 ] {de64bc8e-0352-4fae-8a1e-15d1ee7110b4} TCPHandler: Processed in 0.00132572 sec. 2026.01.31 06:09:17.021486 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 19 columns (19 merged, 0 gathered) in 0.011607216 sec., 170928.15365889634 rows/sec., 306.30 MiB/sec. 2026.01.31 06:09:17.024183 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.31 06:09:17.024609 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:17.024703 [ 187 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_51_10} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.31 06:09:17.024884 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.60 MiB. 2026.01.31 06:09:18.000141 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 349.24 MiB, peak 366.79 MiB, free memory in arenas 0.00 B, will set to 356.39 MiB (RSS), difference: 7.14 MiB 2026.01.31 06:09:20.299072 [ 58 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:09:20.299124 [ 58 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:09:20.501139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33616 2026.01.31 06:09:20.501706 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:20.501753 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:20.502240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:09:20.502497 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:20.502627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33616 2026.01.31 06:09:20.509378 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:20.509407 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:20.525271 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:20.970500 [ 225 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:20.970545 [ 225 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:20.974019 [ 225 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.000053 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:22.000228 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:22.000295 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:22.000968 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:22.001017 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:22.001415 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:09:22.001651 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:22.001822 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} executeQuery: Read 56 rows, 4.38 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.61 MiB/sec. 2026.01.31 06:09:22.001874 [ 5 ] {a1d1a00f-3feb-43a3-aa4b-3a4b748e8e62} TCPHandler: Processed in 0.001946025 sec. 2026.01.31 06:09:22.002007 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:22.002103 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:22.002145 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:22.002596 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:22.002634 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:22.002993 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:09:22.003224 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:22.003359 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} executeQuery: Read 64 rows, 5.12 KiB in 0.001275 sec., 50196.078431372545 rows/sec., 3.92 MiB/sec. 2026.01.31 06:09:22.003396 [ 5 ] {c193a677-304f-4a34-b7d6-8d9234cc5b1c} TCPHandler: Processed in 0.001439653 sec. 2026.01.31 06:09:22.003470 [ 222 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.003526 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:22.003528 [ 222 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.003627 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:22.003676 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:22.004105 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:22.004140 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:22.004495 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:09:22.004710 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:22.004842 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.01.31 06:09:22.004879 [ 5 ] {fa80858d-732d-4359-8ad1-159c69d9254c} TCPHandler: Processed in 0.001401962 sec. 2026.01.31 06:09:22.005004 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:22.005096 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:22.005139 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:22.005487 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:22.005523 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:22.005841 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:09:22.006100 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:22.006229 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.01.31 06:09:22.006263 [ 5 ] {1eef8fc9-c91d-48aa-a066-26c3cd3fa682} TCPHandler: Processed in 0.00130929 sec. 2026.01.31 06:09:22.007657 [ 222 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.308909 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.01.31 06:09:22.325522 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:22.325571 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB. 2026.01.31 06:09:22.331665 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:09:22.332377 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:22.335250 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.01.31 06:09:22.559650 [ 219 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.559704 [ 219 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.563053 [ 219 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.845195 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.845244 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.849405 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.893263 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.893318 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:22.896981 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:25.609978 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1424 2026.01.31 06:09:25.612093 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:25.612140 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:25.613274 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:09:25.613539 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:25.613800 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1424 2026.01.31 06:09:27.029591 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.029762 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.029828 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:09:27.030447 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.030497 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.030875 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:09:27.031107 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.031234 [ 50 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.31 06:09:27.031265 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} executeQuery: Read 24 rows, 2.04 KiB in 0.001549 sec., 15493.867010974822 rows/sec., 1.29 MiB/sec. 2026.01.31 06:09:27.031312 [ 50 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.031332 [ 5 ] {9a450385-88b9-4015-9626-c2480412fd33} TCPHandler: Processed in 0.001863893 sec. 2026.01.31 06:09:27.031342 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.031466 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.031490 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:09:27.031571 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:09:27.031621 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:09:27.031656 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:27.031695 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part 2026.01.31 06:09:27.031765 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:27.031814 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:27.031867 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:27.031907 [ 191 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:27.032032 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.032075 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.032383 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:09:27.032611 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.032722 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129987 sec., 92316.92400009232 rows/sec., 8.01 MiB/sec. 2026.01.31 06:09:27.032742 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} executeQuery: Read 4 rows, 334.00 B in 0.001194 sec., 3350.0837520938026 rows/sec., 273.18 KiB/sec. 2026.01.31 06:09:27.032791 [ 5 ] {9f01dcfa-da6d-473e-8f9b-aa2075b51ebb} TCPHandler: Processed in 0.001375622 sec. 2026.01.31 06:09:27.032900 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.032952 [ 200 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.31 06:09:27.032993 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:27.033037 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:27.033309 [ 200 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.033410 [ 200 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_17_4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.31 06:09:27.033528 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.31 06:09:27.034081 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.034120 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.034519 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:09:27.034723 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.034855 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} executeQuery: Read 1398 rows, 119.75 KiB in 0.001881 sec., 743221.6905901117 rows/sec., 62.17 MiB/sec. 2026.01.31 06:09:27.034893 [ 5 ] {de2a72c1-2b65-4589-a332-ccad902c482f} TCPHandler: Processed in 0.002040007 sec. 2026.01.31 06:09:27.035005 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.035097 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.035135 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:27.035551 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.035587 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.035865 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:09:27.036083 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.036210 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} executeQuery: Read 56 rows, 4.25 KiB in 0.001131 sec., 49513.70468611848 rows/sec., 3.67 MiB/sec. 2026.01.31 06:09:27.036247 [ 5 ] {d31ca587-26c7-4466-a160-8911d0fd70b0} TCPHandler: Processed in 0.0012888 sec. 2026.01.31 06:09:27.036352 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.036443 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.036481 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:09:27.036944 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.036980 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.037265 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:09:27.037468 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.037591 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} executeQuery: Read 252 rows, 17.85 KiB in 0.001166 sec., 216123.49914236707 rows/sec., 14.95 MiB/sec. 2026.01.31 06:09:27.037627 [ 5 ] {2e17c377-03ad-41d2-a0c9-2300d7c28808} TCPHandler: Processed in 0.00132153 sec. 2026.01.31 06:09:27.037736 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.037827 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.037865 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:09:27.038246 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.038281 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.038561 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 06:09:27.038760 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.038855 [ 50 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.31 06:09:27.038884 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} executeQuery: Read 12 rows, 960.00 B in 0.001074 sec., 11173.184357541899 rows/sec., 872.91 KiB/sec. 2026.01.31 06:09:27.038892 [ 50 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.038924 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.038927 [ 5 ] {f0921961-cdaa-4bdc-8473-039a62a00109} TCPHandler: Processed in 0.001237908 sec. 2026.01.31 06:09:27.039015 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:09:27.039044 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.039125 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:27.039140 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:27.039158 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part 2026.01.31 06:09:27.039183 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:27.039220 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:27.039270 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:27.039313 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:27.039354 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2026.01.31 06:09:27.039831 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.039871 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.040037 [ 190 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001069814 sec., 56084.51562608079 rows/sec., 4.49 MiB/sec. 2026.01.31 06:09:27.040203 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.31 06:09:27.040207 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:09:27.040522 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.040591 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.040661 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} executeQuery: Read 600 rows, 46.19 KiB in 0.001539 sec., 389863.5477582846 rows/sec., 29.31 MiB/sec. 2026.01.31 06:09:27.040677 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_17_4} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.31 06:09:27.040705 [ 5 ] {5cc459ff-5ef4-4e65-ba31-bb0f9c282f92} TCPHandler: Processed in 0.001707449 sec. 2026.01.31 06:09:27.040779 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:09:27.040816 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.040911 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.040953 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:27.041553 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.041588 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.041955 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:09:27.042165 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.042298 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} executeQuery: Read 882 rows, 61.30 KiB in 0.001405 sec., 627758.0071174378 rows/sec., 42.61 MiB/sec. 2026.01.31 06:09:27.042334 [ 5 ] {df4f58b6-8578-439a-9689-05fffb260fc7} TCPHandler: Processed in 0.001564766 sec. 2026.01.31 06:09:27.042440 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.042532 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.042585 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} 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.01.31 06:09:27.043415 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.043450 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.043999 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.31 06:09:27.044225 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.044366 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} executeQuery: Read 40 rows, 73.40 KiB in 0.001851 sec., 21609.940572663425 rows/sec., 38.72 MiB/sec. 2026.01.31 06:09:27.044433 [ 5 ] {fa606c9b-6475-43ec-84c9-c6a9dafa5e1d} TCPHandler: Processed in 0.002039257 sec. 2026.01.31 06:09:27.044546 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:27.044638 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:27.044678 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:27.045009 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:27.045043 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:27.045336 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:09:27.045540 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:27.045665 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.01.31 06:09:27.045699 [ 5 ] {ad66bead-843f-46e5-a43f-89b54a93081a} TCPHandler: Processed in 0.001200647 sec. 2026.01.31 06:09:28.003738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34128 2026.01.31 06:09:28.004239 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:28.004276 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:28.004743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:09:28.004973 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:28.005131 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34128 2026.01.31 06:09:28.005136 [ 37 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:09:28.005201 [ 37 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:28.005220 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:28.005315 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:09:28.005409 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:28.005439 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31696 rows starting from the beginning of the part 2026.01.31 06:09:28.005494 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 448 rows starting from the beginning of the part 2026.01.31 06:09:28.005537 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 512 rows starting from the beginning of the part 2026.01.31 06:09:28.005577 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 448 rows starting from the beginning of the part 2026.01.31 06:09:28.005614 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 512 rows starting from the beginning of the part 2026.01.31 06:09:28.005653 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2026.01.31 06:09:28.008062 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34128 rows, containing 4 columns (4 merged, 0 gathered) in 0.002787274 sec., 12244221.414902158 rows/sec., 175.15 MiB/sec. 2026.01.31 06:09:28.008223 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:09:28.008563 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:28.008647 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_71_14} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:09:28.008789 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2026.01.31 06:09:29.835293 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.01.31 06:09:29.852934 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:29.853000 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:29.859224 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:09:29.859964 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:29.860261 [ 10 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:09:29.860363 [ 10 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:29.860402 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:29.860579 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:09:29.863191 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.01.31 06:09:29.864793 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:29.866386 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.01.31 06:09:29.871156 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.01.31 06:09:29.875824 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.01.31 06:09:29.880572 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.01.31 06:09:29.885466 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.01.31 06:09:29.890343 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.01.31 06:09:29.944861 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.084367359 sec., 6341.315010228067 rows/sec., 32.79 MiB/sec. 2026.01.31 06:09:29.947494 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:09:29.949576 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:29.949682 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_71_14} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:09:29.952356 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.31 06:09:31.999781 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:31.999950 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:32.000014 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:32.000690 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:32.000733 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:32.001117 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:09:32.001339 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:32.001496 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} executeQuery: Read 56 rows, 4.38 KiB in 0.001592 sec., 35175.87939698492 rows/sec., 2.69 MiB/sec. 2026.01.31 06:09:32.001545 [ 5 ] {1da0072d-4887-413f-9d1a-ce7ad797e0cc} TCPHandler: Processed in 0.001892533 sec. 2026.01.31 06:09:32.001671 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:32.001774 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:32.001818 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:32.002250 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:32.002285 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:32.002595 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:09:32.002811 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:32.002941 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2026.01.31 06:09:32.002978 [ 5 ] {e86a7a86-f3aa-4137-a5e1-57399f125493} TCPHandler: Processed in 0.001357881 sec. 2026.01.31 06:09:32.003108 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:32.003201 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:32.003245 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:32.003651 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:32.003683 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:32.004003 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:09:32.004205 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:32.004331 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.01.31 06:09:32.004367 [ 5 ] {6c0ed9ef-b578-4ad1-8fa7-13a23bd8873b} TCPHandler: Processed in 0.00132114 sec. 2026.01.31 06:09:32.004478 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:32.004570 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:32.004610 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:32.004937 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:32.004970 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:32.005258 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:09:32.005459 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:32.005584 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} executeQuery: Read 60 rows, 4.14 KiB in 0.001031 sec., 58195.926285160036 rows/sec., 3.92 MiB/sec. 2026.01.31 06:09:32.005618 [ 5 ] {94d29c28-8988-4961-97a2-e2a97abd4b52} TCPHandler: Processed in 0.001188607 sec. 2026.01.31 06:09:35.299169 [ 11 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:09:35.299244 [ 11 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:09:35.505270 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34576 2026.01.31 06:09:35.505823 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:35.505867 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:35.506342 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:09:35.506574 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:35.506701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34576 2026.01.31 06:09:35.613978 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1452 2026.01.31 06:09:35.616289 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:35.616334 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:35.617515 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:09:35.617780 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:35.618047 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1452 2026.01.31 06:09:36.234850 [ 219 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:09:36.234908 [ 219 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:09:36.237256 [ 219 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:09:37.001224 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.001412 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:37.001487 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:37.002201 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.002243 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.002640 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:09:37.002869 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.003017 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} executeQuery: Read 136 rows, 12.05 KiB in 0.001657 sec., 82076.04103802051 rows/sec., 7.10 MiB/sec. 2026.01.31 06:09:37.003041 [ 24 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:09:37.003059 [ 5 ] {a74155d1-a873-4bfa-9ad4-de0253d58abd} TCPHandler: Processed in 0.001973545 sec. 2026.01.31 06:09:37.003112 [ 24 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.003138 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.003208 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.003231 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::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.01.31 06:09:37.003306 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:37.003317 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:37.003346 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1407 rows starting from the beginning of the part 2026.01.31 06:09:37.003346 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:37.003402 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 136 rows starting from the beginning of the part 2026.01.31 06:09:37.003454 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2026.01.31 06:09:37.003554 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:09:37.003610 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part 2026.01.31 06:09:37.003660 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part 2026.01.31 06:09:37.003823 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.003864 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.004204 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:09:37.004451 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.004601 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} executeQuery: Read 40 rows, 3.01 KiB in 0.001312 sec., 30487.80487804878 rows/sec., 2.24 MiB/sec. 2026.01.31 06:09:37.004647 [ 5 ] {ab084a03-39e0-4774-ab8e-d59db53c50e1} TCPHandler: Processed in 0.001488043 sec. 2026.01.31 06:09:37.004773 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.004906 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:37.004952 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:37.005055 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001858803 sec., 1715620.2136536255 rows/sec., 149.99 MiB/sec. 2026.01.31 06:09:37.005306 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:09:37.005454 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.005494 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.005593 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.005667 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_106_21} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:09:37.005778 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:09:37.005804 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:09:37.006017 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.006136 [ 24 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:09:37.006144 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} executeQuery: Read 104 rows, 8.32 KiB in 0.001259 sec., 82605.24225575854 rows/sec., 6.45 MiB/sec. 2026.01.31 06:09:37.006173 [ 24 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.006196 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.006197 [ 5 ] {8e117fd5-5776-4c46-870e-86730e761c27} TCPHandler: Processed in 0.001478364 sec. 2026.01.31 06:09:37.006306 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::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.01.31 06:09:37.006326 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.006438 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:37.006458 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:37.006481 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:37.006497 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 632 rows starting from the beginning of the part 2026.01.31 06:09:37.006570 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 104 rows starting from the beginning of the part 2026.01.31 06:09:37.006615 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.01.31 06:09:37.006657 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 600 rows starting from the beginning of the part 2026.01.31 06:09:37.006696 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part 2026.01.31 06:09:37.006736 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part 2026.01.31 06:09:37.006897 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.006939 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.007276 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:09:37.007498 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.007618 [ 24 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:09:37.007629 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.01.31 06:09:37.007650 [ 24 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.007673 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.007676 [ 5 ] {606215d3-45e3-4eea-92d2-0ab572acacd4} TCPHandler: Processed in 0.001399062 sec. 2026.01.31 06:09:37.007747 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::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.01.31 06:09:37.007783 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532995 sec., 1022834.3862830602 rows/sec., 81.52 MiB/sec. 2026.01.31 06:09:37.007799 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.007833 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:37.007860 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 29059 rows starting from the beginning of the part 2026.01.31 06:09:37.007908 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:37.007909 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:37.007953 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:37.007972 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} 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.01.31 06:09:37.007999 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 882 rows starting from the beginning of the part 2026.01.31 06:09:37.008003 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:09:37.008039 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:37.008082 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2026.01.31 06:09:37.008385 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.008483 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_106_21} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:09:37.008582 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:09:37.008806 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.008847 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.009409 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.31 06:09:37.009623 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.009764 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} executeQuery: Read 40 rows, 73.40 KiB in 0.001873 sec., 21356.113187399893 rows/sec., 38.27 MiB/sec. 2026.01.31 06:09:37.009820 [ 5 ] {d991f7f0-74eb-4c2a-8f55-c8650ed312a5} TCPHandler: Processed in 0.002069208 sec. 2026.01.31 06:09:37.009932 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:37.010026 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:37.010068 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:37.010402 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.010438 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.010742 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:09:37.010938 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.011057 [ 39 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:09:37.011064 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.01.31 06:09:37.011104 [ 39 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.011122 [ 5 ] {f29766a9-51db-4eb1-858d-87ce08e368df} TCPHandler: Processed in 0.001238418 sec. 2026.01.31 06:09:37.011129 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.011226 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:37.011343 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:37.011378 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5958 rows starting from the beginning of the part 2026.01.31 06:09:37.011444 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:37.011496 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:37.011542 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::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.01.31 06:09:37.011584 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:37.011630 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.01.31 06:09:37.013697 [ 197 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510557 sec., 2492673.9365009437 rows/sec., 168.06 MiB/sec. 2026.01.31 06:09:37.013815 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 30581 rows, containing 5 columns (5 merged, 0 gathered) in 0.006101359 sec., 5012162.044554336 rows/sec., 344.39 MiB/sec. 2026.01.31 06:09:37.014256 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:09:37.014320 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:09:37.014622 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.014712 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_106_21} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:09:37.014740 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.014806 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.31 06:09:37.014838 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_106_21} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:09:37.014920 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.31 06:09:37.029300 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:37.029356 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:37.032262 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:37.363329 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.01.31 06:09:37.379648 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:37.379688 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:37.386026 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:09:37.386745 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:37.389970 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.01.31 06:09:41.999734 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:41.999945 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:42.000018 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:42.000667 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:42.000711 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:42.001101 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.31 06:09:42.001324 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:42.001491 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} executeQuery: Read 56 rows, 4.38 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.68 MiB/sec. 2026.01.31 06:09:42.001543 [ 5 ] {88077993-e74a-4867-90e0-3b5f573df70e} TCPHandler: Processed in 0.001942324 sec. 2026.01.31 06:09:42.001664 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:42.001765 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:42.001809 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:42.002253 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:42.002290 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:42.002606 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.31 06:09:42.002811 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:42.002950 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. 2026.01.31 06:09:42.002989 [ 5 ] {98d598c1-5035-42be-9ece-cb2035cdcbb3} TCPHandler: Processed in 0.001375841 sec. 2026.01.31 06:09:42.003039 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.003074 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.003104 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:42.003199 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:42.003244 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:42.003673 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:42.003709 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:42.004048 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.31 06:09:42.004254 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:42.004390 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.01.31 06:09:42.004428 [ 5 ] {d717c448-39cd-4775-bf63-5585a970820a} TCPHandler: Processed in 0.001373501 sec. 2026.01.31 06:09:42.004541 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:42.004633 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:42.004675 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:42.005027 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:42.005061 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:42.005366 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.31 06:09:42.005592 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:42.005735 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.31 06:09:42.005770 [ 5 ] {220a487e-2f39-4c94-a726-6c1d81a8da6d} TCPHandler: Processed in 0.00127704 sec. 2026.01.31 06:09:42.006304 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.550011 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.550062 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.553513 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.770604 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.770662 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:42.773962 [ 219 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:43.006839 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35088 2026.01.31 06:09:43.007371 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:43.007411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:43.007908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:09:43.008183 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:43.008337 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35088 2026.01.31 06:09:43.130901 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:43.130960 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:43.133757 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:44.281611 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58154 2026.01.31 06:09:44.281726 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.281756 [ 294 ] {} TCP-Session: 314d2c4f-7aed-4ac1-b71c-2c7f94394ce8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58154 2026.01.31 06:09:44.281782 [ 294 ] {} TCP-Session: 314d2c4f-7aed-4ac1-b71c-2c7f94394ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.281797 [ 294 ] {} TCP-Session: 314d2c4f-7aed-4ac1-b71c-2c7f94394ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282016 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57200 2026.01.31 06:09:44.282045 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52671 2026.01.31 06:09:44.282065 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44197 2026.01.31 06:09:44.282094 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38124 2026.01.31 06:09:44.282094 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54048 2026.01.31 06:09:44.282119 [ 294 ] {} TCP-Session: 314d2c4f-7aed-4ac1-b71c-2c7f94394ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:44.282153 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.282169 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.282143 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.282196 [ 290 ] {} TCP-Session: b5e4f228-dd4d-4511-9832-90326becb3ff Authenticating user 'default' from [fd00:1122:3344:101::e]:44197 2026.01.31 06:09:44.282203 [ 293 ] {} TCP-Session: 7808d7bd-d2e6-4e5e-8178-e3cdc8639dbd Authenticating user 'default' from [fd00:1122:3344:101::e]:38124 2026.01.31 06:09:44.282228 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.282244 [ 290 ] {} TCP-Session: b5e4f228-dd4d-4511-9832-90326becb3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282247 [ 293 ] {} TCP-Session: 7808d7bd-d2e6-4e5e-8178-e3cdc8639dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282266 [ 291 ] {} TCP-Session: d26dbaac-a385-4cdf-8171-54de0416f86c Authenticating user 'default' from [fd00:1122:3344:101::e]:54048 2026.01.31 06:09:44.282266 [ 290 ] {} TCP-Session: b5e4f228-dd4d-4511-9832-90326becb3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282277 [ 293 ] {} TCP-Session: 7808d7bd-d2e6-4e5e-8178-e3cdc8639dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282298 [ 291 ] {} TCP-Session: d26dbaac-a385-4cdf-8171-54de0416f86c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282318 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} executeQuery: (from [fd00:1122:3344:101::e]:58154) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:09:44.282326 [ 291 ] {} TCP-Session: d26dbaac-a385-4cdf-8171-54de0416f86c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282232 [ 288 ] {} TCP-Session: b1288543-8624-4dab-b49a-764f0126b716 Authenticating user 'default' from [fd00:1122:3344:101::e]:52671 2026.01.31 06:09:44.282138 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.282384 [ 288 ] {} TCP-Session: b1288543-8624-4dab-b49a-764f0126b716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282089 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51092 2026.01.31 06:09:44.282415 [ 288 ] {} TCP-Session: b1288543-8624-4dab-b49a-764f0126b716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282410 [ 3 ] {} TCP-Session: ed220ce7-9525-448e-b382-55ad7ae4ac28 Authenticating user 'default' from [fd00:1122:3344:101::e]:57200 2026.01.31 06:09:44.282070 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55386 2026.01.31 06:09:44.282508 [ 3 ] {} TCP-Session: ed220ce7-9525-448e-b382-55ad7ae4ac28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282023 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35915 2026.01.31 06:09:44.282546 [ 3 ] {} TCP-Session: ed220ce7-9525-448e-b382-55ad7ae4ac28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.282578 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:09:44.282645 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:09:44.282930 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:09:44.282973 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.283013 [ 292 ] {} TCP-Session: 256e6ba9-6873-4fb8-939b-44db6955ea4c Authenticating user 'default' from [fd00:1122:3344:101::e]:51092 2026.01.31 06:09:44.283036 [ 292 ] {} TCP-Session: 256e6ba9-6873-4fb8-939b-44db6955ea4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283052 [ 292 ] {} TCP-Session: 256e6ba9-6873-4fb8-939b-44db6955ea4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283108 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.283148 [ 286 ] {} TCP-Session: 2d3958fb-84dd-4bdf-8778-e5be9dc8df76 Authenticating user 'default' from [fd00:1122:3344:101::e]:35915 2026.01.31 06:09:44.283167 [ 286 ] {} TCP-Session: 2d3958fb-84dd-4bdf-8778-e5be9dc8df76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283181 [ 286 ] {} TCP-Session: 2d3958fb-84dd-4bdf-8778-e5be9dc8df76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283341 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:44.283374 [ 289 ] {} TCP-Session: 977bb577-78ea-4cee-99e2-39fef55305fb Authenticating user 'default' from [fd00:1122:3344:101::e]:55386 2026.01.31 06:09:44.283390 [ 289 ] {} TCP-Session: 977bb577-78ea-4cee-99e2-39fef55305fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283402 [ 289 ] {} TCP-Session: 977bb577-78ea-4cee-99e2-39fef55305fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.283919 [ 333 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} AggregatingTransform: Aggregating 2026.01.31 06:09:44.283964 [ 333 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} Aggregator: Aggregation method: without_key 2026.01.31 06:09:44.284005 [ 333 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000974742 sec. (1025.912 rows/sec., 40.07 KiB/sec.) 2026.01.31 06:09:44.284028 [ 333 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} Aggregator: Merging aggregated data 2026.01.31 06:09:44.285309 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} executeQuery: Read 1 rows, 40.00 B in 0.003041 sec., 328.8391976323578 rows/sec., 12.85 KiB/sec. 2026.01.31 06:09:44.285470 [ 294 ] {2cafc8de-a6d5-4d28-b44c-d132ad442a66} TCPHandler: Processed in 0.003469189 sec. 2026.01.31 06:09:44.285582 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285607 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285623 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285647 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285658 [ 293 ] {} TCP-Session: 7808d7bd-d2e6-4e5e-8178-e3cdc8639dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285676 [ 286 ] {} TCP-Session: 2d3958fb-84dd-4bdf-8778-e5be9dc8df76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285687 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285691 [ 3 ] {} TCP-Session: ed220ce7-9525-448e-b382-55ad7ae4ac28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285716 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285730 [ 288 ] {} TCP-Session: b1288543-8624-4dab-b49a-764f0126b716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285770 [ 292 ] {} TCP-Session: 256e6ba9-6873-4fb8-939b-44db6955ea4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285673 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285658 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285827 [ 291 ] {} TCP-Session: d26dbaac-a385-4cdf-8171-54de0416f86c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285614 [ 294 ] {} TCP-Session: 314d2c4f-7aed-4ac1-b71c-2c7f94394ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285850 [ 290 ] {} TCP-Session: b5e4f228-dd4d-4511-9832-90326becb3ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.285702 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:44.285915 [ 289 ] {} TCP-Session: 977bb577-78ea-4cee-99e2-39fef55305fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:44.890041 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.01.31 06:09:44.907146 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:44.907205 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:44.913342 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:09:44.914071 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:44.916921 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.01.31 06:09:45.618283 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1474 2026.01.31 06:09:45.621249 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:45.621329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:45.622672 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:09:45.622992 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:45.623394 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1474 2026.01.31 06:09:45.859586 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48789 2026.01.31 06:09:45.859692 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.859718 [ 294 ] {} TCP-Session: 84283600-4fc3-493d-950a-f160fd68bfb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48789 2026.01.31 06:09:45.859741 [ 294 ] {} TCP-Session: 84283600-4fc3-493d-950a-f160fd68bfb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.859753 [ 294 ] {} TCP-Session: 84283600-4fc3-493d-950a-f160fd68bfb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.859946 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60223 2026.01.31 06:09:45.859972 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45862 2026.01.31 06:09:45.859998 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42694 2026.01.31 06:09:45.860019 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43881 2026.01.31 06:09:45.860054 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60986 2026.01.31 06:09:45.860074 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860074 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860093 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860112 [ 286 ] {} TCP-Session: 01fa3948-8319-4dda-b178-b63935756b36 Authenticating user 'default' from [fd00:1122:3344:101::e]:45862 2026.01.31 06:09:45.860123 [ 3 ] {} TCP-Session: 6723657e-b536-4ccf-9436-4b72f0a6b1f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60223 2026.01.31 06:09:45.860124 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860141 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860151 [ 286 ] {} TCP-Session: 01fa3948-8319-4dda-b178-b63935756b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860154 [ 3 ] {} TCP-Session: 6723657e-b536-4ccf-9436-4b72f0a6b1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860171 [ 290 ] {} TCP-Session: a3631ff6-ef4b-4a6f-82af-742f2c438acd Authenticating user 'default' from [fd00:1122:3344:101::e]:43881 2026.01.31 06:09:45.860187 [ 3 ] {} TCP-Session: 6723657e-b536-4ccf-9436-4b72f0a6b1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860180 [ 286 ] {} TCP-Session: 01fa3948-8319-4dda-b178-b63935756b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860204 [ 290 ] {} TCP-Session: a3631ff6-ef4b-4a6f-82af-742f2c438acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860180 [ 293 ] {} TCP-Session: 04befc11-a521-4eda-b93e-8fb28598f497 Authenticating user 'default' from [fd00:1122:3344:101::e]:60986 2026.01.31 06:09:45.860227 [ 290 ] {} TCP-Session: a3631ff6-ef4b-4a6f-82af-742f2c438acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860247 [ 293 ] {} TCP-Session: 04befc11-a521-4eda-b93e-8fb28598f497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860138 [ 288 ] {} TCP-Session: 277396fe-e872-4089-803e-758bb579a7e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42694 2026.01.31 06:09:45.860264 [ 293 ] {} TCP-Session: 04befc11-a521-4eda-b93e-8fb28598f497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860290 [ 288 ] {} TCP-Session: 277396fe-e872-4089-803e-758bb579a7e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860064 [ 294 ] {} TCP-Session: 84283600-4fc3-493d-950a-f160fd68bfb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:45.860314 [ 288 ] {} TCP-Session: 277396fe-e872-4089-803e-758bb579a7e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860047 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49171 2026.01.31 06:09:45.860050 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55857 2026.01.31 06:09:45.860025 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42363 2026.01.31 06:09:45.860461 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860497 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} executeQuery: (from [fd00:1122:3344:101::e]:48789) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:09:45.860510 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860510 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:45.860503 [ 291 ] {} TCP-Session: 6afc37e0-e2d7-4bdc-aee7-3c1f8972e060 Authenticating user 'default' from [fd00:1122:3344:101::e]:49171 2026.01.31 06:09:45.860555 [ 289 ] {} TCP-Session: 8a16517b-853a-470a-9574-036a06c13f3c Authenticating user 'default' from [fd00:1122:3344:101::e]:42363 2026.01.31 06:09:45.860558 [ 292 ] {} TCP-Session: 616151b4-9f07-49cf-9c8d-de50b109e917 Authenticating user 'default' from [fd00:1122:3344:101::e]:55857 2026.01.31 06:09:45.860590 [ 291 ] {} TCP-Session: 6afc37e0-e2d7-4bdc-aee7-3c1f8972e060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860608 [ 289 ] {} TCP-Session: 8a16517b-853a-470a-9574-036a06c13f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860614 [ 292 ] {} TCP-Session: 616151b4-9f07-49cf-9c8d-de50b109e917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860623 [ 291 ] {} TCP-Session: 6afc37e0-e2d7-4bdc-aee7-3c1f8972e060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860640 [ 289 ] {} TCP-Session: 8a16517b-853a-470a-9574-036a06c13f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860648 [ 292 ] {} TCP-Session: 616151b4-9f07-49cf-9c8d-de50b109e917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.860767 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:09:45.860828 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:09:45.861108 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:09:45.862125 [ 309 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} AggregatingTransform: Aggregating 2026.01.31 06:09:45.862168 [ 309 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} Aggregator: Aggregation method: without_key 2026.01.31 06:09:45.862212 [ 309 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001001692 sec. (998.311 rows/sec., 39.00 KiB/sec.) 2026.01.31 06:09:45.862233 [ 309 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} Aggregator: Merging aggregated data 2026.01.31 06:09:45.863352 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} executeQuery: Read 1 rows, 40.00 B in 0.00293 sec., 341.29692832764505 rows/sec., 13.33 KiB/sec. 2026.01.31 06:09:45.863527 [ 294 ] {ce93a58b-f0ae-4ff6-88c5-7b1a44dab874} TCPHandler: Processed in 0.003584882 sec. 2026.01.31 06:09:45.863622 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863650 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863655 [ 294 ] {} TCP-Session: 84283600-4fc3-493d-950a-f160fd68bfb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863672 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863695 [ 290 ] {} TCP-Session: a3631ff6-ef4b-4a6f-82af-742f2c438acd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863689 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863713 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863741 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863765 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863780 [ 289 ] {} TCP-Session: 8a16517b-853a-470a-9574-036a06c13f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863800 [ 293 ] {} TCP-Session: 04befc11-a521-4eda-b93e-8fb28598f497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863794 [ 288 ] {} TCP-Session: 277396fe-e872-4089-803e-758bb579a7e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863812 [ 292 ] {} TCP-Session: 616151b4-9f07-49cf-9c8d-de50b109e917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863792 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863748 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:45.863899 [ 291 ] {} TCP-Session: 6afc37e0-e2d7-4bdc-aee7-3c1f8972e060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863725 [ 3 ] {} TCP-Session: 6723657e-b536-4ccf-9436-4b72f0a6b1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:45.863929 [ 286 ] {} TCP-Session: 01fa3948-8319-4dda-b178-b63935756b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115098 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51017 2026.01.31 06:09:46.115205 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115274 [ 286 ] {} TCP-Session: 3102758f-f24d-44c8-b4d4-7014e335ee21 Authenticating user 'default' from [fd00:1122:3344:101::e]:51017 2026.01.31 06:09:46.115302 [ 286 ] {} TCP-Session: 3102758f-f24d-44c8-b4d4-7014e335ee21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115316 [ 286 ] {} TCP-Session: 3102758f-f24d-44c8-b4d4-7014e335ee21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115543 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42916 2026.01.31 06:09:46.115582 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52531 2026.01.31 06:09:46.115588 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49937 2026.01.31 06:09:46.115625 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60830 2026.01.31 06:09:46.115658 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115672 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115689 [ 286 ] {} TCP-Session: 3102758f-f24d-44c8-b4d4-7014e335ee21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:46.115705 [ 290 ] {} TCP-Session: f448d706-ce5a-46e7-a13b-693f01a50e64 Authenticating user 'default' from [fd00:1122:3344:101::e]:52531 2026.01.31 06:09:46.115718 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115732 [ 290 ] {} TCP-Session: f448d706-ce5a-46e7-a13b-693f01a50e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115722 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115749 [ 294 ] {} TCP-Session: 2b6eba07-6c31-4dfe-8e9a-e02ece4bea3d Authenticating user 'default' from [fd00:1122:3344:101::e]:60830 2026.01.31 06:09:46.115758 [ 290 ] {} TCP-Session: f448d706-ce5a-46e7-a13b-693f01a50e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115782 [ 289 ] {} TCP-Session: eda7143e-ba0e-486f-bbe8-d1d541414228 Authenticating user 'default' from [fd00:1122:3344:101::e]:49937 2026.01.31 06:09:46.115792 [ 294 ] {} TCP-Session: 2b6eba07-6c31-4dfe-8e9a-e02ece4bea3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115692 [ 288 ] {} TCP-Session: 28172c76-f694-4f0f-9ac0-245e6bae15e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42916 2026.01.31 06:09:46.115824 [ 294 ] {} TCP-Session: 2b6eba07-6c31-4dfe-8e9a-e02ece4bea3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115824 [ 289 ] {} TCP-Session: eda7143e-ba0e-486f-bbe8-d1d541414228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115844 [ 288 ] {} TCP-Session: 28172c76-f694-4f0f-9ac0-245e6bae15e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115857 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} executeQuery: (from [fd00:1122:3344:101::e]:51017) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:09:46.115876 [ 288 ] {} TCP-Session: 28172c76-f694-4f0f-9ac0-245e6bae15e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115863 [ 289 ] {} TCP-Session: eda7143e-ba0e-486f-bbe8-d1d541414228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.115610 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37841 2026.01.31 06:09:46.115606 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42906 2026.01.31 06:09:46.115604 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54218 2026.01.31 06:09:46.115997 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.115630 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60652 2026.01.31 06:09:46.116035 [ 293 ] {} TCP-Session: f31a16cb-365a-4c08-a078-db55304076b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37841 2026.01.31 06:09:46.116060 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.116065 [ 293 ] {} TCP-Session: f31a16cb-365a-4c08-a078-db55304076b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116062 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.116099 [ 293 ] {} TCP-Session: f31a16cb-365a-4c08-a078-db55304076b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116109 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:09:46.116128 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:09:46.116153 [ 3 ] {} TCP-Session: d8f61d77-434b-4565-b96b-8054fc855602 Authenticating user 'default' from [fd00:1122:3344:101::e]:60652 2026.01.31 06:09:46.116127 [ 292 ] {} TCP-Session: be50597c-c077-40ff-a5f7-804591c66c62 Authenticating user 'default' from [fd00:1122:3344:101::e]:54218 2026.01.31 06:09:46.116183 [ 3 ] {} TCP-Session: d8f61d77-434b-4565-b96b-8054fc855602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116190 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:09:46.116202 [ 292 ] {} TCP-Session: be50597c-c077-40ff-a5f7-804591c66c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116218 [ 3 ] {} TCP-Session: d8f61d77-434b-4565-b96b-8054fc855602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116247 [ 292 ] {} TCP-Session: be50597c-c077-40ff-a5f7-804591c66c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116095 [ 291 ] {} TCP-Session: 7fd02706-3c70-4f7a-ab20-d44361b67042 Authenticating user 'default' from [fd00:1122:3344:101::e]:42906 2026.01.31 06:09:46.116306 [ 291 ] {} TCP-Session: 7fd02706-3c70-4f7a-ab20-d44361b67042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116319 [ 291 ] {} TCP-Session: 7fd02706-3c70-4f7a-ab20-d44361b67042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.116486 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:09:46.117431 [ 317 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} AggregatingTransform: Aggregating 2026.01.31 06:09:46.117470 [ 317 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} Aggregator: Aggregation method: without_key 2026.01.31 06:09:46.117503 [ 317 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914971 sec. (1092.931 rows/sec., 42.69 KiB/sec.) 2026.01.31 06:09:46.117522 [ 317 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} Aggregator: Merging aggregated data 2026.01.31 06:09:46.118969 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} executeQuery: Read 1 rows, 40.00 B in 0.003169 sec., 315.5569580309246 rows/sec., 12.33 KiB/sec. 2026.01.31 06:09:46.119092 [ 286 ] {a741f09c-94d1-401d-ad30-f67bbabdf121} TCPHandler: Processed in 0.00352722 sec. 2026.01.31 06:09:46.119230 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119262 [ 286 ] {} TCP-Session: 3102758f-f24d-44c8-b4d4-7014e335ee21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119266 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119280 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119299 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119302 [ 3 ] {} TCP-Session: d8f61d77-434b-4565-b96b-8054fc855602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119325 [ 293 ] {} TCP-Session: f31a16cb-365a-4c08-a078-db55304076b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119341 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119351 [ 288 ] {} TCP-Session: 28172c76-f694-4f0f-9ac0-245e6bae15e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119365 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119394 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119396 [ 290 ] {} TCP-Session: f448d706-ce5a-46e7-a13b-693f01a50e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119433 [ 291 ] {} TCP-Session: 7fd02706-3c70-4f7a-ab20-d44361b67042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119447 [ 294 ] {} TCP-Session: 2b6eba07-6c31-4dfe-8e9a-e02ece4bea3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119326 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119314 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:09:46.119534 [ 292 ] {} TCP-Session: be50597c-c077-40ff-a5f7-804591c66c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:46.119545 [ 289 ] {} TCP-Session: eda7143e-ba0e-486f-bbe8-d1d541414228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:09:47.002217 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.002412 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:47.002513 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:47.003433 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.003532 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.003970 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.31 06:09:47.004211 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.004389 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} executeQuery: Read 136 rows, 12.05 KiB in 0.002029 sec., 67028.09265648102 rows/sec., 5.80 MiB/sec. 2026.01.31 06:09:47.004449 [ 5 ] {0d3e955d-19c5-44ed-a193-b2b480e41d1e} TCPHandler: Processed in 0.002424965 sec. 2026.01.31 06:09:47.004676 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.004803 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:47.004856 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:47.005335 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.005377 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.005714 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:09:47.005934 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.006078 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} executeQuery: Read 40 rows, 3.01 KiB in 0.001312 sec., 30487.80487804878 rows/sec., 2.24 MiB/sec. 2026.01.31 06:09:47.006122 [ 5 ] {1fb86adb-ecfa-4ed2-af2a-b872fccce04a} TCPHandler: Processed in 0.001554316 sec. 2026.01.31 06:09:47.006296 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.006409 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:47.006454 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:47.007098 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.007149 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.007579 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.31 06:09:47.007831 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.007976 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} executeQuery: Read 104 rows, 8.32 KiB in 0.001592 sec., 65326.63316582914 rows/sec., 5.10 MiB/sec. 2026.01.31 06:09:47.008017 [ 5 ] {1fd8687e-280e-46e5-8861-85078a5d2cb4} TCPHandler: Processed in 0.001776861 sec. 2026.01.31 06:09:47.008146 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.008242 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:47.008288 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:47.008738 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.008775 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.009118 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.31 06:09:47.009347 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.009514 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. 2026.01.31 06:09:47.009554 [ 5 ] {a25003ba-d924-4e43-ba53-d4be874d8e98} TCPHandler: Processed in 0.001456863 sec. 2026.01.31 06:09:47.009693 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.009806 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:47.009867 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} 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.01.31 06:09:47.010926 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.010966 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.011560 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.31 06:09:47.011785 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.011935 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} executeQuery: Read 40 rows, 73.40 KiB in 0.002147 sec., 18630.64741499767 rows/sec., 33.39 MiB/sec. 2026.01.31 06:09:47.012015 [ 5 ] {51f3b786-8018-4233-9899-37cf7c3af1cd} TCPHandler: Processed in 0.002381254 sec. 2026.01.31 06:09:47.012160 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:47.012257 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:47.012299 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:47.012664 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:47.012702 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.01.31 06:09:47.013026 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.31 06:09:47.013231 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:47.013380 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.01.31 06:09:47.013420 [ 5 ] {532913b4-90ab-40d6-b0d2-a9b22e391863} TCPHandler: Processed in 0.001310241 sec. 2026.01.31 06:09:48.301264 [ 224 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:48.301323 [ 224 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:48.305230 [ 224 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.31 06:09:50.299498 [ 30 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:09:50.299547 [ 30 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:09:50.509456 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35536 2026.01.31 06:09:50.509955 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:50.510000 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:50.510470 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:09:50.510696 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:50.510833 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35536 2026.01.31 06:09:52.000658 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:52.000834 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:52.000903 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:52.001588 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:52.001637 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:52.002028 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.31 06:09:52.002261 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:52.002420 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} executeQuery: Read 56 rows, 4.38 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.61 MiB/sec. 2026.01.31 06:09:52.002483 [ 5 ] {9e9e9170-77e3-4c15-a9d2-4c0e29ef0507} TCPHandler: Processed in 0.001955775 sec. 2026.01.31 06:09:52.002617 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:52.002717 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:52.002760 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:52.003224 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:52.003262 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:52.003577 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.31 06:09:52.003793 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:52.003924 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} executeQuery: Read 64 rows, 5.12 KiB in 0.001229 sec., 52074.857607811224 rows/sec., 4.06 MiB/sec. 2026.01.31 06:09:52.003964 [ 5 ] {f6f5a45d-ef73-4d9f-a067-04af4d6bb391} TCPHandler: Processed in 0.001400282 sec. 2026.01.31 06:09:52.004084 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:52.004182 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:52.004227 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:52.004674 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:52.004711 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:52.005051 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.31 06:09:52.005275 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:52.005417 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.01.31 06:09:52.005466 [ 5 ] {eca99987-e9f4-41ae-800f-7bdbde2f2cff} TCPHandler: Processed in 0.001432483 sec. 2026.01.31 06:09:52.005596 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:52.005688 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:52.005730 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:52.006095 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:52.006130 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:52.006440 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.31 06:09:52.006660 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:52.006789 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.31 06:09:52.006827 [ 5 ] {8b046748-a357-40b0-8863-6f829393ab59} TCPHandler: Processed in 0.001280009 sec. 2026.01.31 06:09:52.417964 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.01.31 06:09:52.435378 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:52.435438 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:52.441730 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:09:52.442444 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:52.445715 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.01.31 06:09:55.624504 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1498 2026.01.31 06:09:55.626825 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:55.626886 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:55.628109 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:09:55.628389 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:55.628590 [ 31 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:09:55.628694 [ 31 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:55.628720 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1498 2026.01.31 06:09:55.628734 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:55.628928 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:09:55.629727 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:09:55.629872 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1380 rows starting from the beginning of the part 2026.01.31 06:09:55.630235 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:55.630588 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part 2026.01.31 06:09:55.630949 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:09:55.631300 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 22 rows starting from the beginning of the part 2026.01.31 06:09:55.631638 [ 196 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2026.01.31 06:09:55.638865 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 72 columns (72 merged, 0 gathered) in 0.010026159 sec., 149409.16057684703 rows/sec., 115.56 MiB/sec. 2026.01.31 06:09:55.640463 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:09:55.641077 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:55.641161 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_56_11} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:09:55.641509 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.01.31 06:09:57.030595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.031094 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.031194 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:09:57.033849 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.033929 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.034357 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:09:57.034615 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.034790 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} executeQuery: Read 24 rows, 2.04 KiB in 0.004043 sec., 5936.186000494683 rows/sec., 504.34 KiB/sec. 2026.01.31 06:09:57.034860 [ 5 ] {76029e50-8aaa-48b5-a480-6090db19afc9} TCPHandler: Processed in 0.004456852 sec. 2026.01.31 06:09:57.035048 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.035176 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:09:57.035229 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:09:57.035823 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.035872 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.036261 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.31 06:09:57.036510 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.036679 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} executeQuery: Read 12 rows, 1002.00 B in 0.001533 sec., 7827.788649706457 rows/sec., 638.30 KiB/sec. 2026.01.31 06:09:57.036737 [ 5 ] {23b20e93-a36c-4218-bf80-6a53d86c5b01} TCPHandler: Processed in 0.0017764 sec. 2026.01.31 06:09:57.036863 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.036965 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:09:57.037009 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:09:57.038217 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.038259 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.038674 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.31 06:09:57.038909 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.039046 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} executeQuery: Read 1402 rows, 120.04 KiB in 0.002106 sec., 665716.9990503325 rows/sec., 55.66 MiB/sec. 2026.01.31 06:09:57.039086 [ 5 ] {ed252e3a-77a4-47e1-a178-db264f862a80} TCPHandler: Processed in 0.002271652 sec. 2026.01.31 06:09:57.039202 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.039301 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.039342 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:09:57.039775 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.039811 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.040122 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:09:57.040329 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.040457 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} executeQuery: Read 64 rows, 4.81 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 3.98 MiB/sec. 2026.01.31 06:09:57.040494 [ 5 ] {99dbe7a0-1801-4732-b209-585b717e8d51} TCPHandler: Processed in 0.001341221 sec. 2026.01.31 06:09:57.040604 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.040697 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.040736 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:09:57.041201 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.041236 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.041536 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:09:57.041751 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.041877 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} executeQuery: Read 252 rows, 17.85 KiB in 0.001198 sec., 210350.58430717862 rows/sec., 14.55 MiB/sec. 2026.01.31 06:09:57.041914 [ 5 ] {2538b587-8d41-4528-ac32-ef062abe79e7} TCPHandler: Processed in 0.001357731 sec. 2026.01.31 06:09:57.042032 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.042126 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.042165 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:09:57.042558 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.042593 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.042882 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 06:09:57.043110 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.043236 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.01.31 06:09:57.043273 [ 5 ] {ecd12faf-8acc-48a9-a250-636a72c73ac9} TCPHandler: Processed in 0.0012887 sec. 2026.01.31 06:09:57.043385 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.043492 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:09:57.043538 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:09:57.044179 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.044214 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.044575 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.31 06:09:57.044804 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.044937 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} executeQuery: Read 608 rows, 46.84 KiB in 0.001463 sec., 415584.41558441555 rows/sec., 31.27 MiB/sec. 2026.01.31 06:09:57.044974 [ 5 ] {c6f08fb2-020a-4006-8c6f-b50cb2bfaf75} TCPHandler: Processed in 0.001636167 sec. 2026.01.31 06:09:57.045085 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.045177 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.045219 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:09:57.045823 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.045858 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.046230 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.31 06:09:57.046451 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.046581 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} executeQuery: Read 886 rows, 61.58 KiB in 0.001421 sec., 623504.5742434905 rows/sec., 42.32 MiB/sec. 2026.01.31 06:09:57.046618 [ 5 ] {c87a94cc-2c59-42d7-8a96-406b24a972a7} TCPHandler: Processed in 0.001579596 sec. 2026.01.31 06:09:57.046729 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.046820 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.046873 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} 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.01.31 06:09:57.047741 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.047776 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.048334 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.31 06:09:57.048563 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.048704 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} executeQuery: Read 40 rows, 73.40 KiB in 0.001901 sec., 21041.55707522357 rows/sec., 37.71 MiB/sec. 2026.01.31 06:09:57.048770 [ 5 ] {61182b52-2f08-4457-ade7-9ab7e7166e10} TCPHandler: Processed in 0.002087188 sec. 2026.01.31 06:09:57.048880 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:09:57.048972 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:09:57.049012 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:09:57.049349 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:57.049384 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.01.31 06:09:57.049682 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.31 06:09:57.049907 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:57.050036 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.01.31 06:09:57.050071 [ 5 ] {576b605f-d817-4bfe-9faf-3e71cd0450eb} TCPHandler: Processed in 0.001238228 sec. 2026.01.31 06:09:58.011930 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36048 2026.01.31 06:09:58.012438 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:58.012476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:09:58.012951 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:09:58.013179 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:58.013325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36048 2026.01.31 06:09:58.013411 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:58.013450 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:58.016082 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:59.081548 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:59.081622 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:59.085847 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:09:59.946752 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.01.31 06:09:59.963615 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:09:59.963669 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:09:59.969528 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:09:59.970282 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:09:59.973180 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.01.31 06:10:00.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 353.60 MiB, peak 375.13 MiB, free memory in arenas 0.00 B, will set to 357.10 MiB (RSS), difference: 3.50 MiB 2026.01.31 06:10:01.999353 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:01.999551 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:01.999624 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:02.000270 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.000319 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.000780 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.31 06:10:02.000999 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.001131 [ 127 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.31 06:10:02.001157 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} executeQuery: Read 56 rows, 4.38 KiB in 0.001657 sec., 33796.01689800845 rows/sec., 2.58 MiB/sec. 2026.01.31 06:10:02.001209 [ 127 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.001228 [ 5 ] {23302dd2-11df-43b7-a0eb-3894f3216436} TCPHandler: Processed in 0.002007056 sec. 2026.01.31 06:10:02.001237 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.001355 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:02.001384 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.31 06:10:02.001466 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:02.001514 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:02.001548 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:02.001592 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1407 rows starting from the beginning of the part 2026.01.31 06:10:02.001672 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:02.001724 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 136 rows starting from the beginning of the part 2026.01.31 06:10:02.001770 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:02.001809 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:10:02.001847 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:02.001942 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.001985 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.002320 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.31 06:10:02.002548 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.002678 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.31 06:10:02.002691 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2026.01.31 06:10:02.002710 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.002733 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.002736 [ 5 ] {538eb2db-8861-49b8-808b-c74db8734a95} TCPHandler: Processed in 0.001430203 sec. 2026.01.31 06:10:02.002821 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.31 06:10:02.002862 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:02.002909 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:02.002940 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 632 rows starting from the beginning of the part 2026.01.31 06:10:02.002955 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:02.002996 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:02.002999 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:02.003040 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 104 rows starting from the beginning of the part 2026.01.31 06:10:02.003080 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:02.003117 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 608 rows starting from the beginning of the part 2026.01.31 06:10:02.003156 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:02.003380 [ 191 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.002062117 sec., 1509613.6640161544 rows/sec., 131.57 MiB/sec. 2026.01.31 06:10:02.003416 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.003466 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.003687 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.31 06:10:02.003808 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.31 06:10:02.004062 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.004104 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.004105 [ 191 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.001327231 sec., 1157296.6574771085 rows/sec., 92.19 MiB/sec. 2026.01.31 06:10:02.004159 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_111_22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.31 06:10:02.004253 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} executeQuery: Read 160 rows, 11.41 KiB in 0.001317 sec., 121488.23082763857 rows/sec., 8.46 MiB/sec. 2026.01.31 06:10:02.004258 [ 136 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.31 06:10:02.004275 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.31 06:10:02.004295 [ 5 ] {5767e537-f8c0-45ba-94f7-6f71a8a44107} TCPHandler: Processed in 0.001480734 sec. 2026.01.31 06:10:02.004266 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:10:02.004324 [ 136 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.004367 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.004418 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:02.004447 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.31 06:10:02.004527 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:02.004551 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.004555 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:02.004572 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:02.004599 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 30581 rows starting from the beginning of the part 2026.01.31 06:10:02.004619 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_111_22} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.31 06:10:02.004659 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:02.004692 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:10:02.004711 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:02.004766 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:02.004808 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 886 rows starting from the beginning of the part 2026.01.31 06:10:02.004853 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:02.004926 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.004966 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.005289 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.31 06:10:02.005504 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.005621 [ 136 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.31 06:10:02.005635 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.01.31 06:10:02.005650 [ 136 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:02.005673 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:02.005678 [ 5 ] {d70bf3de-084d-4826-baa4-08b19d036f61} TCPHandler: Processed in 0.00130744 sec. 2026.01.31 06:10:02.005760 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.31 06:10:02.005881 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:02.005915 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6258 rows starting from the beginning of the part 2026.01.31 06:10:02.005981 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:02.006025 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:02.006065 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:02.006107 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:02.006148 [ 191 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:02.008192 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6558 rows, containing 4 columns (4 merged, 0 gathered) in 0.002470187 sec., 2654859.733291447 rows/sec., 178.99 MiB/sec. 2026.01.31 06:10:02.008821 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.31 06:10:02.009107 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.009185 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_111_22} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.31 06:10:02.009271 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.01.31 06:10:02.011800 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 32107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007385688 sec., 4347191.487103165 rows/sec., 298.68 MiB/sec. 2026.01.31 06:10:02.012604 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.31 06:10:02.012895 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:02.012966 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_111_22} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.31 06:10:02.013061 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.31 06:10:05.299602 [ 139 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:10:05.299667 [ 139 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:10:05.514439 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36496 2026.01.31 06:10:05.514929 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:05.514972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:05.515426 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:10:05.515645 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:05.515779 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36496 2026.01.31 06:10:05.515818 [ 139 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:10:05.515908 [ 139 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:05.515945 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:05.516067 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:10:05.516230 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:05.516266 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34128 rows starting from the beginning of the part 2026.01.31 06:10:05.516329 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2026.01.31 06:10:05.516378 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2026.01.31 06:10:05.516425 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2026.01.31 06:10:05.516468 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2026.01.31 06:10:05.516513 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2026.01.31 06:10:05.518833 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36496 rows, containing 4 columns (4 merged, 0 gathered) in 0.002808624 sec., 12994263.383065872 rows/sec., 185.88 MiB/sec. 2026.01.31 06:10:05.519069 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:10:05.519308 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:05.519370 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_76_15} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:10:05.519442 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.31 06:10:05.629876 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1526 2026.01.31 06:10:05.632153 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:05.632197 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:05.633364 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:10:05.633630 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:05.633891 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1526 2026.01.31 06:10:07.001318 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.001496 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:07.001559 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:07.002252 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.002293 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.002682 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.31 06:10:07.002897 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.003049 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} executeQuery: Read 136 rows, 12.05 KiB in 0.001599 sec., 85053.15822388993 rows/sec., 7.36 MiB/sec. 2026.01.31 06:10:07.003091 [ 5 ] {fed038b4-b3c7-473b-a8e2-1742d9e14d97} TCPHandler: Processed in 0.001896073 sec. 2026.01.31 06:10:07.003146 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.003181 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.003212 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.003307 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:07.003348 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:07.003797 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.003832 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.004141 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:10:07.004348 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.004487 [ 150 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2026.01.31 06:10:07.004494 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} executeQuery: Read 40 rows, 3.01 KiB in 0.001205 sec., 33195.02074688797 rows/sec., 2.44 MiB/sec. 2026.01.31 06:10:07.004564 [ 150 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.004581 [ 5 ] {b64a6aa1-9cf3-49db-a903-6dce562f7f72} TCPHandler: Processed in 0.001418622 sec. 2026.01.31 06:10:07.004595 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.004703 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.004758 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2026.01.31 06:10:07.004803 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:07.004861 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:07.004965 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:07.005005 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 70 rows starting from the beginning of the part 2026.01.31 06:10:07.005073 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:07.005119 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.005163 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.005202 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:07.005247 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.005290 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.005332 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.005680 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.31 06:10:07.005908 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.006042 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} executeQuery: Read 104 rows, 8.32 KiB in 0.001257 sec., 82736.67462211614 rows/sec., 6.46 MiB/sec. 2026.01.31 06:10:07.006081 [ 5 ] {da284503-d8e7-458e-8e34-0933d8f7276f} TCPHandler: Processed in 0.001429713 sec. 2026.01.31 06:10:07.006127 [ 220 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.006142 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470814 sec., 210767.6429514541 rows/sec., 16.28 MiB/sec. 2026.01.31 06:10:07.006160 [ 220 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.006204 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.006281 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2026.01.31 06:10:07.006306 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:07.006354 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:07.006598 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.006679 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_65_13} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2026.01.31 06:10:07.006757 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:10:07.006773 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.006814 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.007149 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.31 06:10:07.007331 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.007380 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.007533 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2026.01.31 06:10:07.007571 [ 5 ] {5a1a0409-05e8-48bb-ba98-03bbb160f716} TCPHandler: Processed in 0.001423063 sec. 2026.01.31 06:10:07.007707 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.007803 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:07.007857 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} 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.01.31 06:10:07.008699 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.008738 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.009307 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.31 06:10:07.009420 [ 220 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.009571 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.009702 [ 149 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.31 06:10:07.009714 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} executeQuery: Read 40 rows, 73.40 KiB in 0.001928 sec., 20746.887966804978 rows/sec., 37.18 MiB/sec. 2026.01.31 06:10:07.009738 [ 149 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.009759 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.009774 [ 5 ] {507b35ef-6db4-4fc7-91a2-165f9347a28c} TCPHandler: Processed in 0.002122768 sec. 2026.01.31 06:10:07.009834 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:10:07.009889 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:07.009995 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:07.010035 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:07.010036 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:07.010095 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1984 rows starting from the beginning of the part 2026.01.31 06:10:07.010224 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.010335 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.010403 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.010440 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.010453 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.010558 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.010673 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:07.010779 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.31 06:10:07.010998 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.011137 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.01.31 06:10:07.011172 [ 5 ] {af088709-a561-4de8-94a2-6f130b339dd1} TCPHandler: Processed in 0.001333651 sec. 2026.01.31 06:10:07.011194 [ 221 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.011223 [ 221 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.013448 [ 221 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:07.019084 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 19 columns (19 merged, 0 gathered) in 0.009278582 sec., 235380.79417738615 rows/sec., 421.79 MiB/sec. 2026.01.31 06:10:07.021361 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.31 06:10:07.021750 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.021835 [ 198 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_56_11} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.31 06:10:07.022007 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.15 MiB. 2026.01.31 06:10:07.473240 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.01.31 06:10:07.490766 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.490823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.496765 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:10:07.497507 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.497828 [ 150 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:10:07.497921 [ 150 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:07.497966 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:07.498192 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:10:07.500735 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.01.31 06:10:07.502442 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:07.504049 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.01.31 06:10:07.508704 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2026.01.31 06:10:07.513284 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2026.01.31 06:10:07.517845 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.01.31 06:10:07.522589 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.01.31 06:10:07.527020 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.01.31 06:10:07.581097 [ 194 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.082994477 sec., 6904.0738698793175 rows/sec., 35.70 MiB/sec. 2026.01.31 06:10:07.584146 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:10:07.586148 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:07.586225 [ 195 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_76_15} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:10:07.588901 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.31 06:10:08.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 359.89 MiB, peak 377.30 MiB, free memory in arenas 0.00 B, will set to 363.89 MiB (RSS), difference: 3.99 MiB 2026.01.31 06:10:08.309995 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:08.310040 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:08.312849 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:12.001461 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.001667 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:10:12.001743 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:10:12.002489 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.002539 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.002922 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.31 06:10:12.003162 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.003337 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} executeQuery: Read 2 rows, 167.00 B in 0.001718 sec., 1164.1443538998838 rows/sec., 94.93 KiB/sec. 2026.01.31 06:10:12.003395 [ 5 ] {f88d17b3-3f45-417f-9c02-d83958db3c6d} TCPHandler: Processed in 0.002124198 sec. 2026.01.31 06:10:12.003548 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.003656 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:12.003702 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:12.004222 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.004263 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.004613 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.31 06:10:12.004834 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.004986 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} executeQuery: Read 57 rows, 4.45 KiB in 0.001356 sec., 42035.398230088496 rows/sec., 3.21 MiB/sec. 2026.01.31 06:10:12.005035 [ 5 ] {0e051124-e0a6-4423-bb8e-58b1c405bb89} TCPHandler: Processed in 0.001541695 sec. 2026.01.31 06:10:12.005161 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.005278 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:12.005337 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:12.005803 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.005843 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.006151 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:10:12.006364 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.006518 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. 2026.01.31 06:10:12.006563 [ 5 ] {3bf42ee1-8105-4005-b1ec-a4b8f734c93d} TCPHandler: Processed in 0.001452604 sec. 2026.01.31 06:10:12.006694 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.006795 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:12.006838 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:12.007406 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.007447 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.007853 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.31 06:10:12.008090 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.008245 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} executeQuery: Read 66 rows, 5.28 KiB in 0.001471 sec., 44867.43711760707 rows/sec., 3.50 MiB/sec. 2026.01.31 06:10:12.008287 [ 5 ] {55d9b4b6-ba1a-4fa1-a81b-8a28b17e4e04} TCPHandler: Processed in 0.001642977 sec. 2026.01.31 06:10:12.008415 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.008515 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:12.008561 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:12.009017 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.009056 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.009424 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.31 06:10:12.009643 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.009794 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} executeQuery: Read 161 rows, 11.48 KiB in 0.0013 sec., 123846.15384615386 rows/sec., 8.62 MiB/sec. 2026.01.31 06:10:12.009834 [ 5 ] {4c3c0ef4-f9ab-4560-b333-633948acb992} TCPHandler: Processed in 0.001470164 sec. 2026.01.31 06:10:12.009958 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:12.010058 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:12.010102 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:12.010480 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:12.010517 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.01.31 06:10:12.010837 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.31 06:10:12.011057 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:12.011204 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.01.31 06:10:12.011243 [ 5 ] {0e2827db-21af-486f-9e43-9399ebbc9131} TCPHandler: Processed in 0.001336081 sec. 2026.01.31 06:10:13.016088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37008 2026.01.31 06:10:13.016609 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:13.016646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:13.017120 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:10:13.017338 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:13.017467 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37008 2026.01.31 06:10:13.773995 [ 224 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.31 06:10:13.774046 [ 224 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.31 06:10:13.776082 [ 224 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.31 06:10:15.000800 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.01.31 06:10:15.020856 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:15.020926 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:15.029995 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:10:15.031942 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:15.041200 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.01.31 06:10:15.634051 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1550 2026.01.31 06:10:15.636587 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:15.636647 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:15.637858 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:10:15.638148 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:15.638485 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1550 2026.01.31 06:10:17.001668 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.001867 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:17.001948 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:17.002742 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.002799 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.003224 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.31 06:10:17.003481 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.003664 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} executeQuery: Read 136 rows, 12.05 KiB in 0.001848 sec., 73593.0735930736 rows/sec., 6.37 MiB/sec. 2026.01.31 06:10:17.003730 [ 5 ] {8144337f-ae7f-4fd7-bc2f-d88801dd602d} TCPHandler: Processed in 0.00219981 sec. 2026.01.31 06:10:17.003864 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.003977 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:17.004026 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:17.004529 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.004571 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.004904 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:10:17.005141 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.005295 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} executeQuery: Read 40 rows, 3.01 KiB in 0.001344 sec., 29761.904761904763 rows/sec., 2.19 MiB/sec. 2026.01.31 06:10:17.005347 [ 5 ] {9b6c61d9-0fe8-44dc-9f17-9629321e42f2} TCPHandler: Processed in 0.001536435 sec. 2026.01.31 06:10:17.005471 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.005578 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:17.005624 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:17.006120 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.006160 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.006493 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.31 06:10:17.006723 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.006875 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} executeQuery: Read 104 rows, 8.32 KiB in 0.001321 sec., 78728.23618470856 rows/sec., 6.15 MiB/sec. 2026.01.31 06:10:17.006923 [ 5 ] {2bf98176-889c-42b3-9a07-6e333d401d3e} TCPHandler: Processed in 0.001503705 sec. 2026.01.31 06:10:17.007044 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.007147 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:17.007196 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:17.007690 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.007741 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.008179 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.31 06:10:17.008409 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.008568 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. 2026.01.31 06:10:17.008614 [ 5 ] {21485bf8-bafd-41b3-b146-45620b64a826} TCPHandler: Processed in 0.001620917 sec. 2026.01.31 06:10:17.008731 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.008833 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:17.008894 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} 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.01.31 06:10:17.009831 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.009870 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.010470 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.31 06:10:17.010726 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.010907 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} executeQuery: Read 40 rows, 73.40 KiB in 0.002097 sec., 19074.868860276587 rows/sec., 34.18 MiB/sec. 2026.01.31 06:10:17.011007 [ 5 ] {29471a1b-cd24-4e74-becb-17562e79243f} TCPHandler: Processed in 0.002328343 sec. 2026.01.31 06:10:17.011125 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:17.011226 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:17.011272 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:17.011648 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:17.011686 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.01.31 06:10:17.012014 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.31 06:10:17.012230 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:17.012373 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.01.31 06:10:17.012417 [ 5 ] {b97cbd2b-dea1-40b0-b76e-b634c77dff7d} TCPHandler: Processed in 0.00134288 sec. 2026.01.31 06:10:20.299710 [ 138 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:10:20.299804 [ 138 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:10:20.517601 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37456 2026.01.31 06:10:20.518169 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:20.518228 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:20.518760 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:10:20.519001 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:20.519150 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37456 2026.01.31 06:10:21.999781 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:21.999948 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:22.000010 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:22.000626 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:22.000671 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:22.001045 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.31 06:10:22.001284 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:22.001436 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} executeQuery: Read 56 rows, 4.38 KiB in 0.001532 sec., 36553.52480417755 rows/sec., 2.79 MiB/sec. 2026.01.31 06:10:22.001478 [ 5 ] {cc43ff13-2cf3-447a-84e5-ba2dc8bf234e} TCPHandler: Processed in 0.001819151 sec. 2026.01.31 06:10:22.001593 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:22.001687 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:22.001726 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:22.002137 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:22.002172 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:22.002493 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.31 06:10:22.002700 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:22.002828 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. 2026.01.31 06:10:22.002866 [ 5 ] {23c95770-d316-43db-b986-3e065236a799} TCPHandler: Processed in 0.00131942 sec. 2026.01.31 06:10:22.002978 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:22.003069 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:22.003112 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:22.003510 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:22.003545 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:22.003878 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.31 06:10:22.004092 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:22.004220 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.01.31 06:10:22.004257 [ 5 ] {a82fc72c-7805-4e4d-9655-76d04ad02159} TCPHandler: Processed in 0.00132642 sec. 2026.01.31 06:10:22.004365 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:22.004456 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:22.004496 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:22.004821 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:22.004856 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:22.005158 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.31 06:10:22.005379 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:22.005510 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.31 06:10:22.005546 [ 5 ] {f7bcb40f-87b4-488b-b3b2-c3b255b04f4a} TCPHandler: Processed in 0.001227858 sec. 2026.01.31 06:10:22.541296 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.01.31 06:10:22.559609 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:22.559665 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:22.566079 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:10:22.566825 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:22.569814 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.01.31 06:10:23.710186 [ 113 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.01.31 06:10:23.710266 [ 113 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:23.710292 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:23.710415 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:10:23.710553 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:23.710589 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part 2026.01.31 06:10:23.710655 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2026.01.31 06:10:23.710705 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2026.01.31 06:10:23.710748 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.01.31 06:10:23.710794 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2026.01.31 06:10:23.711519 [ 189 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001157957 sec., 32816.417189930195 rows/sec., 2.74 MiB/sec. 2026.01.31 06:10:23.711714 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.01.31 06:10:23.712052 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:23.712139 [ 187 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_29_7} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.01.31 06:10:23.712243 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:10:25.007453 [ 222 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:10:25.007512 [ 222 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:10:25.009840 [ 222 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:10:25.638628 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1570 2026.01.31 06:10:25.640966 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:25.641031 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:25.642300 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:10:25.642600 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:25.642850 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:25.642905 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:25.643042 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1570 2026.01.31 06:10:25.645449 [ 223 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:27.032925 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.033112 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.033183 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:10:27.033956 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.033994 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.034364 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:10:27.034593 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.034736 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} executeQuery: Read 24 rows, 2.04 KiB in 0.001676 sec., 14319.809069212411 rows/sec., 1.19 MiB/sec. 2026.01.31 06:10:27.034778 [ 5 ] {2ab89c05-a67b-4680-ad83-072b3fde645a} TCPHandler: Processed in 0.001978736 sec. 2026.01.31 06:10:27.034903 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.035009 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:10:27.035049 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:10:27.035541 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.035586 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.035878 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.31 06:10:27.036089 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.036216 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} executeQuery: Read 4 rows, 334.00 B in 0.001225 sec., 3265.3061224489797 rows/sec., 266.26 KiB/sec. 2026.01.31 06:10:27.036254 [ 5 ] {4d4e6668-0e69-491c-87ae-cd372146b64f} TCPHandler: Processed in 0.001399032 sec. 2026.01.31 06:10:27.036385 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.036487 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:27.036526 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:27.037693 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.037728 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.038114 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.31 06:10:27.038317 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.038453 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} executeQuery: Read 1398 rows, 119.75 KiB in 0.001984 sec., 704637.0967741936 rows/sec., 58.94 MiB/sec. 2026.01.31 06:10:27.038447 [ 87 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.31 06:10:27.038492 [ 5 ] {459a6c87-4228-414c-ab98-1ee46dfecce2} TCPHandler: Processed in 0.002163659 sec. 2026.01.31 06:10:27.038531 [ 87 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.038560 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.038643 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.038707 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.31 06:10:27.038739 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.038786 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:27.038856 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:27.038895 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1407 rows starting from the beginning of the part 2026.01.31 06:10:27.038963 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 136 rows starting from the beginning of the part 2026.01.31 06:10:27.039007 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 57 rows starting from the beginning of the part 2026.01.31 06:10:27.039048 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 136 rows starting from the beginning of the part 2026.01.31 06:10:27.039088 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:27.039127 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:10:27.039226 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.039267 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.039595 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:10:27.039840 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.039971 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} executeQuery: Read 56 rows, 4.25 KiB in 0.00125 sec., 44800 rows/sec., 3.32 MiB/sec. 2026.01.31 06:10:27.040009 [ 5 ] {7be75153-0c4f-4c67-8358-dbf197ec2679} TCPHandler: Processed in 0.001423982 sec. 2026.01.31 06:10:27.040119 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.040210 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.040248 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:10:27.040556 [ 187 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001910963 sec., 1669315.4184565584 rows/sec., 145.94 MiB/sec. 2026.01.31 06:10:27.040736 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.040775 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.040816 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.31 06:10:27.041079 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:10:27.041114 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.041193 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_116_23} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.31 06:10:27.041281 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.041290 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:10:27.041407 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} executeQuery: Read 252 rows, 17.85 KiB in 0.001214 sec., 207578.25370675453 rows/sec., 14.36 MiB/sec. 2026.01.31 06:10:27.041455 [ 5 ] {de501700-85ff-414c-9b58-5b000a40bafc} TCPHandler: Processed in 0.001382671 sec. 2026.01.31 06:10:27.041578 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.041668 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.041707 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:10:27.042091 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.042126 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.042402 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.31 06:10:27.042610 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.042734 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} executeQuery: Read 12 rows, 960.00 B in 0.001083 sec., 11080.3324099723 rows/sec., 865.65 KiB/sec. 2026.01.31 06:10:27.042771 [ 5 ] {9a0e570d-ddf5-4d7a-b7c3-f659e5978404} TCPHandler: Processed in 0.001250998 sec. 2026.01.31 06:10:27.042889 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.042979 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:27.043016 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:27.043669 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.043702 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.044036 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.31 06:10:27.044260 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.044378 [ 87 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.31 06:10:27.044389 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} executeQuery: Read 600 rows, 46.19 KiB in 0.001427 sec., 420462.50875963556 rows/sec., 31.61 MiB/sec. 2026.01.31 06:10:27.044413 [ 87 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.044437 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.044445 [ 5 ] {5f4b9f8c-c5d5-4d9c-a74e-4ebe33eabe25} TCPHandler: Processed in 0.001613977 sec. 2026.01.31 06:10:27.044535 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.31 06:10:27.044561 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.044633 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:27.044656 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.044664 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 632 rows starting from the beginning of the part 2026.01.31 06:10:27.044698 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:27.044730 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 104 rows starting from the beginning of the part 2026.01.31 06:10:27.044780 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 66 rows starting from the beginning of the part 2026.01.31 06:10:27.044832 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 104 rows starting from the beginning of the part 2026.01.31 06:10:27.044874 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:27.044918 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 600 rows starting from the beginning of the part 2026.01.31 06:10:27.045328 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.045361 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.045752 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.31 06:10:27.045929 [ 187 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 5 columns (5 merged, 0 gathered) in 0.001436373 sec., 1093030.849229274 rows/sec., 87.12 MiB/sec. 2026.01.31 06:10:27.045962 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.046073 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.31 06:10:27.046090 [ 87 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.31 06:10:27.046101 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} executeQuery: Read 882 rows, 61.30 KiB in 0.001463 sec., 602870.8133971292 rows/sec., 40.92 MiB/sec. 2026.01.31 06:10:27.046127 [ 87 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.046149 [ 5 ] {813a1956-57f5-4b60-b58f-0cd78c189804} TCPHandler: Processed in 0.001634037 sec. 2026.01.31 06:10:27.046153 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.046264 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.31 06:10:27.046272 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.046307 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.046362 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:27.046365 [ 193 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_116_23} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.31 06:10:27.046374 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.046389 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 32107 rows starting from the beginning of the part 2026.01.31 06:10:27.046424 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:10:27.046443 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} 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.01.31 06:10:27.046445 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:27.046495 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 161 rows starting from the beginning of the part 2026.01.31 06:10:27.046535 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:27.046578 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:27.046615 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 882 rows starting from the beginning of the part 2026.01.31 06:10:27.047284 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.047318 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.047889 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.31 06:10:27.048123 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.048262 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} executeQuery: Read 40 rows, 73.40 KiB in 0.001904 sec., 21008.403361344535 rows/sec., 37.65 MiB/sec. 2026.01.31 06:10:27.048337 [ 5 ] {d8ac74b8-92da-499d-91de-ddb4d0448ade} TCPHandler: Processed in 0.002112179 sec. 2026.01.31 06:10:27.048455 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:27.048547 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:27.048587 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:27.048933 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.048967 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.049266 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.31 06:10:27.049501 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.049616 [ 87 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.31 06:10:27.049629 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.31 06:10:27.049653 [ 87 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:27.049674 [ 5 ] {5e838a5f-9188-4811-a63a-fcc71c880397} TCPHandler: Processed in 0.001274209 sec. 2026.01.31 06:10:27.049674 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:27.049813 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.31 06:10:27.049944 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:27.049982 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6558 rows starting from the beginning of the part 2026.01.31 06:10:27.050053 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:27.050104 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:27.050149 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:27.050192 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:27.050236 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:27.052322 [ 190 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6858 rows, containing 4 columns (4 merged, 0 gathered) in 0.002550889 sec., 2688474.488697862 rows/sec., 181.25 MiB/sec. 2026.01.31 06:10:27.052990 [ 190 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.31 06:10:27.053199 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 33630 rows, containing 5 columns (5 merged, 0 gathered) in 0.00696588 sec., 4827817.877999621 rows/sec., 331.68 MiB/sec. 2026.01.31 06:10:27.053483 [ 190 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.053565 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.31 06:10:27.053629 [ 190 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_116_23} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.31 06:10:27.053739 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.01.31 06:10:27.053850 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:27.053928 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_116_23} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.31 06:10:27.054023 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.31 06:10:28.019266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37968 2026.01.31 06:10:28.019909 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:28.019947 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:28.020423 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:10:28.020653 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:28.020795 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37968 2026.01.31 06:10:30.069898 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.01.31 06:10:30.087976 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:30.088034 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:30.094340 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:10:30.095105 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:30.098164 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.01.31 06:10:31.999752 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:31.999928 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:31.999991 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:32.000814 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:32.000862 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:32.001260 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.31 06:10:32.001514 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:32.001685 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} executeQuery: Read 56 rows, 4.38 KiB in 0.001807 sec., 30990.592141671277 rows/sec., 2.37 MiB/sec. 2026.01.31 06:10:32.001744 [ 5 ] {b382cd6d-aad1-473d-a70b-f59e02b7e5bd} TCPHandler: Processed in 0.002121338 sec. 2026.01.31 06:10:32.001757 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.001804 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.001876 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:32.001998 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:32.002045 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:32.002526 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:32.002567 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:32.002926 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.31 06:10:32.003143 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:32.003290 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} executeQuery: Read 64 rows, 5.12 KiB in 0.001317 sec., 48595.292331055425 rows/sec., 3.79 MiB/sec. 2026.01.31 06:10:32.003338 [ 5 ] {615066bc-bb8f-4f01-a478-71ee86c137ce} TCPHandler: Processed in 0.001514764 sec. 2026.01.31 06:10:32.003352 [ 225 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.003391 [ 225 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.003486 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:32.003589 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:32.003637 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:32.004114 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:32.004151 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:32.004526 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.31 06:10:32.004766 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:32.004919 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001353 sec., 118255.72801182557 rows/sec., 8.24 MiB/sec. 2026.01.31 06:10:32.004962 [ 5 ] {83a52b42-b486-4ee8-be41-e4ee031337a9} TCPHandler: Processed in 0.001536955 sec. 2026.01.31 06:10:32.005032 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.005080 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.005096 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:32.005210 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:32.005256 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:32.005636 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:32.005677 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:32.005971 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.006054 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.31 06:10:32.006340 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:32.006512 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. 2026.01.31 06:10:32.006553 [ 5 ] {7e08beb5-1e1c-4639-b1a1-9f0e027aad81} TCPHandler: Processed in 0.001516095 sec. 2026.01.31 06:10:32.007758 [ 225 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:32.008553 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:33.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.56 MiB, peak 377.30 MiB, free memory in arenas 0.00 B, will set to 364.29 MiB (RSS), difference: 3.72 MiB 2026.01.31 06:10:33.220111 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:33.220161 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:33.223457 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:10:35.300058 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:10:35.300112 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:10:35.521898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38416 2026.01.31 06:10:35.522401 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:35.522446 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:35.522914 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:10:35.523151 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:35.523287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38416 2026.01.31 06:10:35.644147 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1598 2026.01.31 06:10:35.646524 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:35.646571 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:35.647765 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:10:35.648099 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:35.648431 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1598 2026.01.31 06:10:35.786034 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:35.786090 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:35.788513 [ 223 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:36.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.29 MiB, peak 377.30 MiB, free memory in arenas 0.00 B, will set to 364.29 MiB (RSS), difference: 3.99 MiB 2026.01.31 06:10:36.001638 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001236849 sec. 2026.01.31 06:10:36.773476 [ 225 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:36.773523 [ 225 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:36.775812 [ 225 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:10:37.002445 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.002644 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:37.002718 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:37.003426 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.003476 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.003883 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.31 06:10:37.004106 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.004265 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} executeQuery: Read 136 rows, 12.05 KiB in 0.001674 sec., 81242.53285543609 rows/sec., 7.03 MiB/sec. 2026.01.31 06:10:37.004307 [ 5 ] {0d783b28-ca56-46a8-8aa6-1c57054eec55} TCPHandler: Processed in 0.002003956 sec. 2026.01.31 06:10:37.004429 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.004524 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:37.004566 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:37.004988 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.005023 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.005328 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:10:37.005626 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.005764 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} executeQuery: Read 40 rows, 3.01 KiB in 0.001259 sec., 31771.247021445593 rows/sec., 2.33 MiB/sec. 2026.01.31 06:10:37.005804 [ 5 ] {612baa64-5fef-446f-adf3-9e67ab144ba0} TCPHandler: Processed in 0.001424322 sec. 2026.01.31 06:10:37.005926 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.006023 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:37.006062 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:37.006517 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.006552 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.006857 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.31 06:10:37.007065 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.007195 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} executeQuery: Read 104 rows, 8.32 KiB in 0.001191 sec., 87321.5785054576 rows/sec., 6.82 MiB/sec. 2026.01.31 06:10:37.007233 [ 5 ] {4c352f5a-29db-4511-82cf-d9a73c5f35ad} TCPHandler: Processed in 0.001356721 sec. 2026.01.31 06:10:37.007348 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.007450 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:37.007495 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:37.007903 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.007937 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.008259 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.31 06:10:37.008478 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.008608 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.01.31 06:10:37.008645 [ 5 ] {bc23f8bd-25eb-4343-a3ac-6f9e57013295} TCPHandler: Processed in 0.001345721 sec. 2026.01.31 06:10:37.008757 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.008851 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:37.008905 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} 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.01.31 06:10:37.009768 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.009802 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.010349 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.31 06:10:37.010593 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.010732 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} executeQuery: Read 40 rows, 73.40 KiB in 0.0019 sec., 21052.63157894737 rows/sec., 37.73 MiB/sec. 2026.01.31 06:10:37.010788 [ 5 ] {a1644572-46b8-4b74-8703-85216fa9d0e0} TCPHandler: Processed in 0.002079828 sec. 2026.01.31 06:10:37.010891 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:37.010986 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:37.011026 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:37.011362 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.011405 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.011698 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.31 06:10:37.011901 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.012031 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.31 06:10:37.012067 [ 5 ] {01243265-498a-4ea6-92f8-9128ff79ca7b} TCPHandler: Processed in 0.001225328 sec. 2026.01.31 06:10:37.599189 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.01.31 06:10:37.615880 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:37.615936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:37.622248 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:10:37.622927 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:37.625834 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.01.31 06:10:38.156850 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:38.156935 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:38.160242 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.31 06:10:41.999644 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:41.999815 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:41.999880 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:42.000598 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:42.000647 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:42.001031 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.31 06:10:42.001263 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:42.001432 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} executeQuery: Read 56 rows, 4.38 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.57 MiB/sec. 2026.01.31 06:10:42.001476 [ 5 ] {25c46252-065b-45f0-93d4-da349950f6e7} TCPHandler: Processed in 0.001957764 sec. 2026.01.31 06:10:42.001591 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:42.001686 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:42.001727 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:42.002148 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:42.002186 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:42.002500 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.31 06:10:42.002719 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:42.002852 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2026.01.31 06:10:42.002890 [ 5 ] {83b0d2af-3ea8-40ce-adb5-2f3d384fbc55} TCPHandler: Processed in 0.001348921 sec. 2026.01.31 06:10:42.003002 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:42.003096 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:42.003141 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:42.003543 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:42.003580 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:42.003913 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.31 06:10:42.004124 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:42.004259 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.01.31 06:10:42.004297 [ 5 ] {18defa0a-9264-417b-8bd5-9f44d6fca141} TCPHandler: Processed in 0.001344001 sec. 2026.01.31 06:10:42.004418 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:42.004513 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:42.004556 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:42.004886 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:42.004922 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:42.005223 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.31 06:10:42.005434 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:42.005589 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.31 06:10:42.005626 [ 5 ] {b4d83fe5-430f-47fa-b84f-b8700ead25bc} TCPHandler: Processed in 0.001257899 sec. 2026.01.31 06:10:43.024387 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38928 2026.01.31 06:10:43.024914 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:43.024958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:43.025430 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:10:43.025652 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:43.025788 [ 122 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:10:43.025805 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38928 2026.01.31 06:10:43.025861 [ 122 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:43.025892 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:43.026056 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:10:43.026291 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:43.026360 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36496 rows starting from the beginning of the part 2026.01.31 06:10:43.026465 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 512 rows starting from the beginning of the part 2026.01.31 06:10:43.026541 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 448 rows starting from the beginning of the part 2026.01.31 06:10:43.026611 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 512 rows starting from the beginning of the part 2026.01.31 06:10:43.026674 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 448 rows starting from the beginning of the part 2026.01.31 06:10:43.026738 [ 191 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 512 rows starting from the beginning of the part 2026.01.31 06:10:43.029518 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38928 rows, containing 4 columns (4 merged, 0 gathered) in 0.003545121 sec., 10980725.3405455 rows/sec., 157.08 MiB/sec. 2026.01.31 06:10:43.029966 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:10:43.030287 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:43.030367 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_81_16} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:10:43.030482 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.31 06:10:44.611526 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41882 2026.01.31 06:10:44.611632 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.611659 [ 286 ] {} TCP-Session: 9e2569f6-97bc-43e7-9bfc-5ca42cb9fc20 Authenticating user 'default' from [fd00:1122:3344:101::e]:41882 2026.01.31 06:10:44.611681 [ 286 ] {} TCP-Session: 9e2569f6-97bc-43e7-9bfc-5ca42cb9fc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.611693 [ 286 ] {} TCP-Session: 9e2569f6-97bc-43e7-9bfc-5ca42cb9fc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.611906 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36524 2026.01.31 06:10:44.611958 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57990 2026.01.31 06:10:44.611958 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51771 2026.01.31 06:10:44.611999 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34469 2026.01.31 06:10:44.612054 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.612037 [ 286 ] {} TCP-Session: 9e2569f6-97bc-43e7-9bfc-5ca42cb9fc20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:44.612106 [ 290 ] {} TCP-Session: 13741704-2fa7-4e1a-912c-888e5a4e7bd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57990 2026.01.31 06:10:44.612027 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.612129 [ 290 ] {} TCP-Session: 13741704-2fa7-4e1a-912c-888e5a4e7bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612123 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.612166 [ 288 ] {} TCP-Session: b00a7024-8e0d-4517-bb88-d21a2653798e Authenticating user 'default' from [fd00:1122:3344:101::e]:36524 2026.01.31 06:10:44.612173 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.612196 [ 289 ] {} TCP-Session: 1c9c37b8-fe69-44a3-9668-c415b199a7d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51771 2026.01.31 06:10:44.612206 [ 288 ] {} TCP-Session: b00a7024-8e0d-4517-bb88-d21a2653798e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612227 [ 291 ] {} TCP-Session: 6f7b576a-2be5-49dc-9539-c3d9a15e3f63 Authenticating user 'default' from [fd00:1122:3344:101::e]:34469 2026.01.31 06:10:44.612243 [ 288 ] {} TCP-Session: b00a7024-8e0d-4517-bb88-d21a2653798e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612266 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} executeQuery: (from [fd00:1122:3344:101::e]:41882) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:10:44.612267 [ 291 ] {} TCP-Session: 6f7b576a-2be5-49dc-9539-c3d9a15e3f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612238 [ 289 ] {} TCP-Session: 1c9c37b8-fe69-44a3-9668-c415b199a7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612323 [ 291 ] {} TCP-Session: 6f7b576a-2be5-49dc-9539-c3d9a15e3f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612341 [ 289 ] {} TCP-Session: 1c9c37b8-fe69-44a3-9668-c415b199a7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612162 [ 290 ] {} TCP-Session: 13741704-2fa7-4e1a-912c-888e5a4e7bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612024 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38729 2026.01.31 06:10:44.612003 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38026 2026.01.31 06:10:44.611995 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33542 2026.01.31 06:10:44.612024 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38705 2026.01.31 06:10:44.612566 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:10:44.612596 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.612622 [ 3 ] {} TCP-Session: 45020b30-6ff0-49ad-971e-d62523e8207e Authenticating user 'default' from [fd00:1122:3344:101::e]:38729 2026.01.31 06:10:44.612626 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:10:44.612638 [ 3 ] {} TCP-Session: 45020b30-6ff0-49ad-971e-d62523e8207e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612651 [ 3 ] {} TCP-Session: 45020b30-6ff0-49ad-971e-d62523e8207e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.612927 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:10:44.613007 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.613041 [ 294 ] {} TCP-Session: d0f22e57-bbc1-45e8-97bb-85a250bd0465 Authenticating user 'default' from [fd00:1122:3344:101::e]:38705 2026.01.31 06:10:44.613059 [ 294 ] {} TCP-Session: d0f22e57-bbc1-45e8-97bb-85a250bd0465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613072 [ 294 ] {} TCP-Session: d0f22e57-bbc1-45e8-97bb-85a250bd0465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613274 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.613312 [ 292 ] {} TCP-Session: 08c251e6-2f6b-4088-ae81-d572a66f5cfb Authenticating user 'default' from [fd00:1122:3344:101::e]:33542 2026.01.31 06:10:44.613335 [ 292 ] {} TCP-Session: 08c251e6-2f6b-4088-ae81-d572a66f5cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613353 [ 292 ] {} TCP-Session: 08c251e6-2f6b-4088-ae81-d572a66f5cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613422 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:44.613461 [ 293 ] {} TCP-Session: 8d58ef98-daae-44b4-88bd-dd8a5a2775de Authenticating user 'default' from [fd00:1122:3344:101::e]:38026 2026.01.31 06:10:44.613485 [ 293 ] {} TCP-Session: 8d58ef98-daae-44b4-88bd-dd8a5a2775de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613502 [ 293 ] {} TCP-Session: 8d58ef98-daae-44b4-88bd-dd8a5a2775de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.613876 [ 297 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} AggregatingTransform: Aggregating 2026.01.31 06:10:44.613980 [ 297 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} Aggregator: Aggregation method: without_key 2026.01.31 06:10:44.614015 [ 297 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000980772 sec. (1019.605 rows/sec., 39.83 KiB/sec.) 2026.01.31 06:10:44.614034 [ 297 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} Aggregator: Merging aggregated data 2026.01.31 06:10:44.615452 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} executeQuery: Read 1 rows, 40.00 B in 0.003246 sec., 308.07147258163894 rows/sec., 12.03 KiB/sec. 2026.01.31 06:10:44.615605 [ 286 ] {2dd74bcc-9edd-4079-88b6-a170d2a72b80} TCPHandler: Processed in 0.003697495 sec. 2026.01.31 06:10:44.615693 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615723 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615728 [ 286 ] {} TCP-Session: 9e2569f6-97bc-43e7-9bfc-5ca42cb9fc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615757 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615776 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615794 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615821 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615836 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615857 [ 291 ] {} TCP-Session: 6f7b576a-2be5-49dc-9539-c3d9a15e3f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615860 [ 290 ] {} TCP-Session: 13741704-2fa7-4e1a-912c-888e5a4e7bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615879 [ 293 ] {} TCP-Session: 8d58ef98-daae-44b4-88bd-dd8a5a2775de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615859 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615830 [ 294 ] {} TCP-Session: d0f22e57-bbc1-45e8-97bb-85a250bd0465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615930 [ 3 ] {} TCP-Session: 45020b30-6ff0-49ad-971e-d62523e8207e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615806 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:44.615804 [ 289 ] {} TCP-Session: 1c9c37b8-fe69-44a3-9668-c415b199a7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.616005 [ 292 ] {} TCP-Session: 08c251e6-2f6b-4088-ae81-d572a66f5cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:44.615770 [ 288 ] {} TCP-Session: b00a7024-8e0d-4517-bb88-d21a2653798e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:45.126858 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.01.31 06:10:45.158836 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:45.158948 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:45.169743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:10:45.171911 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:45.172480 [ 120 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.31 06:10:45.172582 [ 120 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:45.172618 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:45.172789 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:10:45.178722 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:45.181191 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2026.01.31 06:10:45.183812 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.01.31 06:10:45.188769 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2026.01.31 06:10:45.196036 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2026.01.31 06:10:45.203235 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2026.01.31 06:10:45.211381 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.01.31 06:10:45.218930 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2026.01.31 06:10:45.339457 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.166742971 sec., 3658.3251236419437 rows/sec., 18.92 MiB/sec. 2026.01.31 06:10:45.343709 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.31 06:10:45.347348 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:45.347515 [ 197 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_81_16} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.31 06:10:45.350669 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.31 06:10:45.649680 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1620 2026.01.31 06:10:45.652583 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:45.652653 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:45.654405 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:10:45.654759 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:45.654997 [ 121 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:10:45.655090 [ 121 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:45.655107 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1620 2026.01.31 06:10:45.655127 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:45.655296 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:10:45.655931 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:45.656175 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1498 rows starting from the beginning of the part 2026.01.31 06:10:45.656755 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2026.01.31 06:10:45.657252 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2026.01.31 06:10:45.657817 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part 2026.01.31 06:10:45.658327 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 28 rows starting from the beginning of the part 2026.01.31 06:10:45.658878 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 22 rows starting from the beginning of the part 2026.01.31 06:10:45.669067 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 72 columns (72 merged, 0 gathered) in 0.013835127 sec., 117093.25111363272 rows/sec., 90.01 MiB/sec. 2026.01.31 06:10:45.671795 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:10:45.672826 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:45.672956 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_61_12} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:10:45.673445 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.31 06:10:46.024595 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41085 2026.01.31 06:10:46.024700 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.024727 [ 286 ] {} TCP-Session: 7d9b484e-b504-4ace-a751-e701067f43b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41085 2026.01.31 06:10:46.024749 [ 286 ] {} TCP-Session: 7d9b484e-b504-4ace-a751-e701067f43b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.024762 [ 286 ] {} TCP-Session: 7d9b484e-b504-4ace-a751-e701067f43b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.024968 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60980 2026.01.31 06:10:46.025013 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57670 2026.01.31 06:10:46.025019 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36190 2026.01.31 06:10:46.025068 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47237 2026.01.31 06:10:46.025087 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025111 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025074 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56993 2026.01.31 06:10:46.025145 [ 290 ] {} TCP-Session: 8f65e39f-33c4-4953-b64d-67d3f8db0df3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57670 2026.01.31 06:10:46.025165 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025176 [ 290 ] {} TCP-Session: 8f65e39f-33c4-4953-b64d-67d3f8db0df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025172 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025195 [ 294 ] {} TCP-Session: 2beb21cf-9245-462f-81cb-a57a7d6e1db4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47237 2026.01.31 06:10:46.025215 [ 290 ] {} TCP-Session: 8f65e39f-33c4-4953-b64d-67d3f8db0df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025236 [ 289 ] {} TCP-Session: 238c2230-f9ed-4f67-8856-a5394ec5e110 Authenticating user 'default' from [fd00:1122:3344:101::e]:36190 2026.01.31 06:10:46.025246 [ 294 ] {} TCP-Session: 2beb21cf-9245-462f-81cb-a57a7d6e1db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025273 [ 289 ] {} TCP-Session: 238c2230-f9ed-4f67-8856-a5394ec5e110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025280 [ 294 ] {} TCP-Session: 2beb21cf-9245-462f-81cb-a57a7d6e1db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025296 [ 289 ] {} TCP-Session: 238c2230-f9ed-4f67-8856-a5394ec5e110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025202 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025075 [ 286 ] {} TCP-Session: 7d9b484e-b504-4ace-a751-e701067f43b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:46.025366 [ 3 ] {} TCP-Session: ee78a77e-3e5e-46ec-99e8-259ede568170 Authenticating user 'default' from [fd00:1122:3344:101::e]:56993 2026.01.31 06:10:46.025053 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65001 2026.01.31 06:10:46.025390 [ 3 ] {} TCP-Session: ee78a77e-3e5e-46ec-99e8-259ede568170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025040 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63497 2026.01.31 06:10:46.025425 [ 3 ] {} TCP-Session: ee78a77e-3e5e-46ec-99e8-259ede568170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025040 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37362 2026.01.31 06:10:46.025518 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} executeQuery: (from [fd00:1122:3344:101::e]:41085) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:10:46.025132 [ 288 ] {} TCP-Session: a0c95258-a639-4049-82f8-282af213c299 Authenticating user 'default' from [fd00:1122:3344:101::e]:60980 2026.01.31 06:10:46.025572 [ 288 ] {} TCP-Session: a0c95258-a639-4049-82f8-282af213c299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025592 [ 288 ] {} TCP-Session: a0c95258-a639-4049-82f8-282af213c299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025643 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.025675 [ 293 ] {} TCP-Session: 5d54b9c9-1843-48d8-9123-db91c381a6c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:65001 2026.01.31 06:10:46.025696 [ 293 ] {} TCP-Session: 5d54b9c9-1843-48d8-9123-db91c381a6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025733 [ 293 ] {} TCP-Session: 5d54b9c9-1843-48d8-9123-db91c381a6c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.025813 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:10:46.025870 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:10:46.026152 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:10:46.026155 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.026208 [ 292 ] {} TCP-Session: 6c10ec19-34bf-441f-bf7a-eb2fb9eb4ec3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37362 2026.01.31 06:10:46.026225 [ 292 ] {} TCP-Session: 6c10ec19-34bf-441f-bf7a-eb2fb9eb4ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.026245 [ 292 ] {} TCP-Session: 6c10ec19-34bf-441f-bf7a-eb2fb9eb4ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.026296 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.026344 [ 291 ] {} TCP-Session: df6dec0e-b64d-44e3-a247-22be822e5146 Authenticating user 'default' from [fd00:1122:3344:101::e]:63497 2026.01.31 06:10:46.026368 [ 291 ] {} TCP-Session: df6dec0e-b64d-44e3-a247-22be822e5146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.026381 [ 291 ] {} TCP-Session: df6dec0e-b64d-44e3-a247-22be822e5146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.027093 [ 261 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} AggregatingTransform: Aggregating 2026.01.31 06:10:46.027129 [ 261 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} Aggregator: Aggregation method: without_key 2026.01.31 06:10:46.027155 [ 261 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000897691 sec. (1113.969 rows/sec., 43.51 KiB/sec.) 2026.01.31 06:10:46.027169 [ 261 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} Aggregator: Merging aggregated data 2026.01.31 06:10:46.028737 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} executeQuery: Read 1 rows, 40.00 B in 0.003272 sec., 305.62347188264056 rows/sec., 11.94 KiB/sec. 2026.01.31 06:10:46.028859 [ 286 ] {edcbfd7a-174d-44ff-8dc0-75ce6c58c709} TCPHandler: Processed in 0.003897759 sec. 2026.01.31 06:10:46.028965 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.028995 [ 286 ] {} TCP-Session: 7d9b484e-b504-4ace-a751-e701067f43b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029006 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029029 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029048 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029069 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029088 [ 288 ] {} TCP-Session: a0c95258-a639-4049-82f8-282af213c299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029106 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029130 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029147 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029190 [ 293 ] {} TCP-Session: 5d54b9c9-1843-48d8-9123-db91c381a6c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029164 [ 290 ] {} TCP-Session: 8f65e39f-33c4-4953-b64d-67d3f8db0df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029213 [ 294 ] {} TCP-Session: 2beb21cf-9245-462f-81cb-a57a7d6e1db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029141 [ 291 ] {} TCP-Session: df6dec0e-b64d-44e3-a247-22be822e5146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029109 [ 289 ] {} TCP-Session: 238c2230-f9ed-4f67-8856-a5394ec5e110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029083 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.029049 [ 3 ] {} TCP-Session: ee78a77e-3e5e-46ec-99e8-259ede568170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.029335 [ 292 ] {} TCP-Session: 6c10ec19-34bf-441f-bf7a-eb2fb9eb4ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116485 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48528 2026.01.31 06:10:46.116590 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.116619 [ 294 ] {} TCP-Session: c1ef8eb0-28f4-4e86-8212-39548b963e40 Authenticating user 'default' from [fd00:1122:3344:101::e]:48528 2026.01.31 06:10:46.116643 [ 294 ] {} TCP-Session: c1ef8eb0-28f4-4e86-8212-39548b963e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116657 [ 294 ] {} TCP-Session: c1ef8eb0-28f4-4e86-8212-39548b963e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116843 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41529 2026.01.31 06:10:46.116871 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44792 2026.01.31 06:10:46.116886 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39141 2026.01.31 06:10:46.116913 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37871 2026.01.31 06:10:46.116943 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42098 2026.01.31 06:10:46.116961 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117000 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.116989 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117026 [ 3 ] {} TCP-Session: b5c33636-4aeb-46e7-b190-6898e7e2ecd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41529 2026.01.31 06:10:46.117062 [ 288 ] {} TCP-Session: 4b2ec099-9bf4-472e-93d5-a01b38ba69a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39141 2026.01.31 06:10:46.117072 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117091 [ 288 ] {} TCP-Session: 4b2ec099-9bf4-472e-93d5-a01b38ba69a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117030 [ 290 ] {} TCP-Session: d2c8e52f-d3be-450c-a9ea-f72664a16df5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37871 2026.01.31 06:10:46.117124 [ 288 ] {} TCP-Session: 4b2ec099-9bf4-472e-93d5-a01b38ba69a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117122 [ 292 ] {} TCP-Session: 49005de8-8f2c-417e-b3f7-111878995400 Authenticating user 'default' from [fd00:1122:3344:101::e]:42098 2026.01.31 06:10:46.117145 [ 290 ] {} TCP-Session: d2c8e52f-d3be-450c-a9ea-f72664a16df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116989 [ 294 ] {} TCP-Session: c1ef8eb0-28f4-4e86-8212-39548b963e40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:46.117182 [ 290 ] {} TCP-Session: d2c8e52f-d3be-450c-a9ea-f72664a16df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117179 [ 292 ] {} TCP-Session: 49005de8-8f2c-417e-b3f7-111878995400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116978 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117242 [ 292 ] {} TCP-Session: 49005de8-8f2c-417e-b3f7-111878995400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.116947 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54558 2026.01.31 06:10:46.117283 [ 286 ] {} TCP-Session: 632d3a2d-2868-4698-a613-ef744c14fed9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44792 2026.01.31 06:10:46.116945 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53526 2026.01.31 06:10:46.117363 [ 286 ] {} TCP-Session: 632d3a2d-2868-4698-a613-ef744c14fed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117353 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} executeQuery: (from [fd00:1122:3344:101::e]:48528) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:10:46.117396 [ 286 ] {} TCP-Session: 632d3a2d-2868-4698-a613-ef744c14fed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117423 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117428 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117450 [ 293 ] {} TCP-Session: 6e85287a-d65f-4b29-8056-785a66634051 Authenticating user 'default' from [fd00:1122:3344:101::e]:53526 2026.01.31 06:10:46.116915 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47591 2026.01.31 06:10:46.117489 [ 293 ] {} TCP-Session: 6e85287a-d65f-4b29-8056-785a66634051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117484 [ 291 ] {} TCP-Session: 49f2af1c-f104-41d7-bd02-10300abf3617 Authenticating user 'default' from [fd00:1122:3344:101::e]:54558 2026.01.31 06:10:46.117529 [ 293 ] {} TCP-Session: 6e85287a-d65f-4b29-8056-785a66634051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117562 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:10:46.117576 [ 291 ] {} TCP-Session: 49f2af1c-f104-41d7-bd02-10300abf3617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117594 [ 289 ] {} TCP-Session: b4ba059c-62ad-4657-9fa6-ae30b0cbb675 Authenticating user 'default' from [fd00:1122:3344:101::e]:47591 2026.01.31 06:10:46.117613 [ 291 ] {} TCP-Session: 49f2af1c-f104-41d7-bd02-10300abf3617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117630 [ 289 ] {} TCP-Session: b4ba059c-62ad-4657-9fa6-ae30b0cbb675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117083 [ 3 ] {} TCP-Session: b5c33636-4aeb-46e7-b190-6898e7e2ecd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117656 [ 289 ] {} TCP-Session: b4ba059c-62ad-4657-9fa6-ae30b0cbb675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117681 [ 3 ] {} TCP-Session: b5c33636-4aeb-46e7-b190-6898e7e2ecd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.117682 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:10:46.117759 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:10:46.118045 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:10:46.119126 [ 324 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} AggregatingTransform: Aggregating 2026.01.31 06:10:46.119169 [ 324 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} Aggregator: Aggregation method: without_key 2026.01.31 06:10:46.119208 [ 324 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001058054 sec. (945.131 rows/sec., 36.92 KiB/sec.) 2026.01.31 06:10:46.119229 [ 324 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} Aggregator: Merging aggregated data 2026.01.31 06:10:46.120592 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} executeQuery: Read 1 rows, 40.00 B in 0.003291 sec., 303.8590094196293 rows/sec., 11.87 KiB/sec. 2026.01.31 06:10:46.120755 [ 294 ] {79dd74af-6c6c-4316-b0ef-e1b044ee9016} TCPHandler: Processed in 0.003885088 sec. 2026.01.31 06:10:46.120882 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.120914 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.120915 [ 294 ] {} TCP-Session: c1ef8eb0-28f4-4e86-8212-39548b963e40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.120938 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.120962 [ 3 ] {} TCP-Session: b5c33636-4aeb-46e7-b190-6898e7e2ecd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.120955 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.120986 [ 286 ] {} TCP-Session: 632d3a2d-2868-4698-a613-ef744c14fed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.121005 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.121031 [ 289 ] {} TCP-Session: b4ba059c-62ad-4657-9fa6-ae30b0cbb675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.121046 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.121071 [ 288 ] {} TCP-Session: 4b2ec099-9bf4-472e-93d5-a01b38ba69a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.121093 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.121112 [ 290 ] {} TCP-Session: d2c8e52f-d3be-450c-a9ea-f72664a16df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.121070 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.121148 [ 292 ] {} TCP-Session: 49005de8-8f2c-417e-b3f7-111878995400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.120978 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:10:46.121213 [ 291 ] {} TCP-Session: 49f2af1c-f104-41d7-bd02-10300abf3617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:46.121260 [ 293 ] {} TCP-Session: 6e85287a-d65f-4b29-8056-785a66634051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:10:47.001608 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.001784 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:47.001855 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:47.002609 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.002661 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.003085 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.31 06:10:47.003340 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.003523 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} executeQuery: Read 136 rows, 12.05 KiB in 0.001786 sec., 76147.8163493841 rows/sec., 6.59 MiB/sec. 2026.01.31 06:10:47.003586 [ 5 ] {d9e200f7-3d2d-499d-b251-2ad62ffb708e} TCPHandler: Processed in 0.002102288 sec. 2026.01.31 06:10:47.003714 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.003826 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:47.003873 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:47.004365 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.004407 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.004767 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:10:47.004991 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.005135 [ 119 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2026.01.31 06:10:47.005146 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} executeQuery: Read 40 rows, 3.01 KiB in 0.001345 sec., 29739.776951672862 rows/sec., 2.18 MiB/sec. 2026.01.31 06:10:47.005216 [ 119 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.005243 [ 5 ] {d7db1849-27d3-47bd-885b-5c3b231db3d4} TCPHandler: Processed in 0.001581806 sec. 2026.01.31 06:10:47.005248 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.005383 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.005382 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2026.01.31 06:10:47.005493 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:47.005542 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:47.005547 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:47.005595 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 70 rows starting from the beginning of the part 2026.01.31 06:10:47.005670 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 2 rows starting from the beginning of the part 2026.01.31 06:10:47.005724 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:47.005773 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:47.005827 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:47.005876 [ 188 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:47.006026 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.006071 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.006442 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.31 06:10:47.006676 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.006734 [ 195 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.001409962 sec., 175891.26515466374 rows/sec., 13.58 MiB/sec. 2026.01.31 06:10:47.006832 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} executeQuery: Read 104 rows, 8.32 KiB in 0.001363 sec., 76302.27439471753 rows/sec., 5.96 MiB/sec. 2026.01.31 06:10:47.006882 [ 5 ] {6c35f33a-0c9e-456c-90ca-879f432ac9ca} TCPHandler: Processed in 0.001551516 sec. 2026.01.31 06:10:47.006887 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.01.31 06:10:47.007003 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.007112 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:47.007163 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:47.007173 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.007253 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_70_14} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2026.01.31 06:10:47.007333 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:10:47.007620 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.007662 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.008028 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.31 06:10:47.008249 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.008414 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} executeQuery: Read 160 rows, 11.41 KiB in 0.001326 sec., 120663.65007541479 rows/sec., 8.40 MiB/sec. 2026.01.31 06:10:47.008457 [ 5 ] {7dac3373-d8d0-48c9-b53c-5cc093a9fdae} TCPHandler: Processed in 0.001506395 sec. 2026.01.31 06:10:47.008571 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.008673 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:47.008732 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} 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.01.31 06:10:47.009657 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.009696 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.010286 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.31 06:10:47.010544 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.010697 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} executeQuery: Read 40 rows, 73.40 KiB in 0.002047 sec., 19540.791402051782 rows/sec., 35.02 MiB/sec. 2026.01.31 06:10:47.010789 [ 5 ] {4d1355ba-15ed-4a12-a6ea-0d4e8de00db8} TCPHandler: Processed in 0.002269142 sec. 2026.01.31 06:10:47.010903 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:47.011002 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:47.011046 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:47.011396 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:47.011431 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.01.31 06:10:47.011753 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.31 06:10:47.011960 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:47.012088 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.01.31 06:10:47.012124 [ 5 ] {2d2cc599-c125-4833-b4c4-5017abe22018} TCPHandler: Processed in 0.00127202 sec. 2026.01.31 06:10:50.300364 [ 118 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:10:50.300438 [ 118 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:10:50.526951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39376 2026.01.31 06:10:50.527452 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:50.527495 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:50.527956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:10:50.528179 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:50.528313 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39376 2026.01.31 06:10:51.999944 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:52.000126 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:52.000217 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:52.001066 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.001116 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.001514 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.31 06:10:52.001748 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.001913 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} executeQuery: Read 56 rows, 4.38 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.33 MiB/sec. 2026.01.31 06:10:52.001918 [ 116 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.31 06:10:52.001965 [ 5 ] {1b3e5dd8-9c1d-4980-bd2e-11a8af43c355} TCPHandler: Processed in 0.002151329 sec. 2026.01.31 06:10:52.001986 [ 116 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.002014 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.002095 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:52.002116 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.31 06:10:52.002202 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:52.002231 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:52.002251 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:52.002272 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1407 rows starting from the beginning of the part 2026.01.31 06:10:52.002351 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:52.002405 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 136 rows starting from the beginning of the part 2026.01.31 06:10:52.002456 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:52.002504 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 136 rows starting from the beginning of the part 2026.01.31 06:10:52.002551 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part 2026.01.31 06:10:52.002718 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.002762 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.003097 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.31 06:10:52.003348 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.003484 [ 116 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.31 06:10:52.003487 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} executeQuery: Read 64 rows, 5.12 KiB in 0.001308 sec., 48929.663608562696 rows/sec., 3.82 MiB/sec. 2026.01.31 06:10:52.003523 [ 116 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.003547 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.003549 [ 5 ] {da6b14b2-09f5-4397-9227-b1143d4f1a15} TCPHandler: Processed in 0.001504875 sec. 2026.01.31 06:10:52.003681 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:52.003681 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.31 06:10:52.003778 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:52.003807 [ 186 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.001733239 sec., 1065634.9182080487 rows/sec., 92.90 MiB/sec. 2026.01.31 06:10:52.003828 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:52.003842 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:52.003892 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 632 rows starting from the beginning of the part 2026.01.31 06:10:52.003964 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:52.004019 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 104 rows starting from the beginning of the part 2026.01.31 06:10:52.004024 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.31 06:10:52.004068 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:52.004116 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 104 rows starting from the beginning of the part 2026.01.31 06:10:52.004159 [ 195 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part 2026.01.31 06:10:52.004281 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.004301 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.004337 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.004397 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_121_24} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.31 06:10:52.004472 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.01.31 06:10:52.004715 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.31 06:10:52.004942 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.005070 [ 116 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.31 06:10:52.005078 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. 2026.01.31 06:10:52.005109 [ 116 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.005133 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.005143 [ 5 ] {5fdcdd7f-a5e6-4317-87b9-b82380bbb14e} TCPHandler: Processed in 0.001511204 sec. 2026.01.31 06:10:52.005150 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546396 sec., 667358.166989568 rows/sec., 53.55 MiB/sec. 2026.01.31 06:10:52.005199 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.31 06:10:52.005266 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:52.005310 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.31 06:10:52.005326 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:52.005366 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_23, total 33630 rows starting from the beginning of the part 2026.01.31 06:10:52.005378 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:52.005427 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:52.005432 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:52.005490 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:52.005534 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:52.005557 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.005575 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:52.005621 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2026.01.31 06:10:52.005631 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_121_24} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.31 06:10:52.005711 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.31 06:10:52.005778 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.005819 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.006144 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.31 06:10:52.006362 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.006485 [ 116 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.31 06:10:52.006496 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.01.31 06:10:52.006523 [ 116 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.006543 [ 5 ] {a2e6d32d-8bda-4bf1-9964-279cad2f2920} TCPHandler: Processed in 0.00132801 sec. 2026.01.31 06:10:52.006547 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.006647 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.31 06:10:52.006748 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:52.006778 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6858 rows starting from the beginning of the part 2026.01.31 06:10:52.006832 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:52.006876 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:52.006917 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:52.006957 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:52.006995 [ 189 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2026.01.31 06:10:52.010152 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7158 rows, containing 4 columns (4 merged, 0 gathered) in 0.003541021 sec., 2021450.875326636 rows/sec., 136.28 MiB/sec. 2026.01.31 06:10:52.010898 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.31 06:10:52.011222 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.011303 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_121_24} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.31 06:10:52.011392 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.01.31 06:10:52.013580 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 34430 rows, containing 5 columns (5 merged, 0 gathered) in 0.008410612 sec., 4093637.894602676 rows/sec., 281.33 MiB/sec. 2026.01.31 06:10:52.013913 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.31 06:10:52.014266 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.014351 [ 187 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_121_24} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.31 06:10:52.014458 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.01.31 06:10:52.684895 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.01.31 06:10:52.702740 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:52.702794 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:52.709042 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:10:52.709729 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:52.712976 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.01.31 06:10:53.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.76 MiB, peak 382.81 MiB, free memory in arenas 0.00 B, will set to 368.48 MiB (RSS), difference: 2.73 MiB 2026.01.31 06:10:55.656232 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1644 2026.01.31 06:10:55.658495 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:55.658543 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:55.659732 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:10:55.660012 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:55.660273 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1644 2026.01.31 06:10:57.032515 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.032682 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.032746 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:10:57.033423 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.033472 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.033861 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:10:57.034088 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.034248 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. 2026.01.31 06:10:57.034312 [ 5 ] {b80be3d8-0e42-4b79-9d98-72254f513314} TCPHandler: Processed in 0.001916684 sec. 2026.01.31 06:10:57.034442 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.034543 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:10:57.034586 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:10:57.035004 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.035037 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.035338 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.31 06:10:57.035543 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.035676 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} executeQuery: Read 12 rows, 1002.00 B in 0.001156 sec., 10380.622837370243 rows/sec., 846.47 KiB/sec. 2026.01.31 06:10:57.035714 [ 5 ] {f55fe096-ed85-45cc-ad9b-835f10ff5ccc} TCPHandler: Processed in 0.00132234 sec. 2026.01.31 06:10:57.035826 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.035919 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:10:57.035958 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:10:57.037112 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.037145 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.037542 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.31 06:10:57.037755 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.037891 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} executeQuery: Read 1402 rows, 120.04 KiB in 0.001991 sec., 704168.7594173781 rows/sec., 58.88 MiB/sec. 2026.01.31 06:10:57.037929 [ 5 ] {adeb1d2d-5976-449e-8002-73886b9fa620} TCPHandler: Processed in 0.002150249 sec. 2026.01.31 06:10:57.037981 [ 219 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.038030 [ 219 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.038054 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.038152 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.038192 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:10:57.038624 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.038659 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.038948 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:10:57.039158 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.039283 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} executeQuery: Read 64 rows, 4.81 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.09 MiB/sec. 2026.01.31 06:10:57.039331 [ 5 ] {cae7a570-61ae-47b4-965d-acc79cec8741} TCPHandler: Processed in 0.00132392 sec. 2026.01.31 06:10:57.039438 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.039529 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.039566 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:10:57.040047 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.040080 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.040394 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:10:57.040600 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.040722 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} executeQuery: Read 252 rows, 17.85 KiB in 0.00121 sec., 208264.46280991737 rows/sec., 14.40 MiB/sec. 2026.01.31 06:10:57.040757 [ 5 ] {42e544bd-0fc1-403c-8be9-9b6d89ff9a70} TCPHandler: Processed in 0.001365991 sec. 2026.01.31 06:10:57.040870 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.040961 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.040998 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:10:57.041391 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.041425 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.041704 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.31 06:10:57.041912 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.042037 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} executeQuery: Read 12 rows, 960.00 B in 0.001094 sec., 10968.92138939671 rows/sec., 856.95 KiB/sec. 2026.01.31 06:10:57.042074 [ 5 ] {74d0e04f-a7c3-4d46-bafb-1c6ea6ca6d80} TCPHandler: Processed in 0.001250908 sec. 2026.01.31 06:10:57.042178 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.042268 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:10:57.042313 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:10:57.042997 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.043032 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.043374 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.31 06:10:57.043584 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.043712 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} executeQuery: Read 608 rows, 46.84 KiB in 0.001462 sec., 415868.6730506156 rows/sec., 31.29 MiB/sec. 2026.01.31 06:10:57.043749 [ 5 ] {413ae21b-127c-43a3-af2b-6a6fe8b1c3f1} TCPHandler: Processed in 0.001617027 sec. 2026.01.31 06:10:57.043789 [ 217 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.043824 [ 217 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.043856 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.043947 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.043988 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:10:57.044664 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.044699 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.045070 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.31 06:10:57.045284 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.045423 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} executeQuery: Read 886 rows, 61.58 KiB in 0.001494 sec., 593038.8219544846 rows/sec., 40.25 MiB/sec. 2026.01.31 06:10:57.045460 [ 5 ] {168e9fcd-96f7-4b5d-b895-118a7f2f8cca} TCPHandler: Processed in 0.001649928 sec. 2026.01.31 06:10:57.045581 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.045681 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.045736 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} 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.01.31 06:10:57.046646 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.046683 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.047277 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.31 06:10:57.047509 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.047636 [ 107 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.31 06:10:57.047656 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} executeQuery: Read 40 rows, 73.40 KiB in 0.001994 sec., 20060.18054162487 rows/sec., 35.95 MiB/sec. 2026.01.31 06:10:57.047684 [ 107 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.047710 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.047737 [ 5 ] {32e73b1f-7601-4ce7-b6d4-083cd679ac4d} TCPHandler: Processed in 0.002207651 sec. 2026.01.31 06:10:57.047824 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:10:57.047858 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:10:57.047959 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:10:57.048003 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:10:57.048079 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:10:57.048146 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2184 rows starting from the beginning of the part 2026.01.31 06:10:57.048291 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:57.048350 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:57.048391 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:57.048419 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:57.048525 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:57.048624 [ 217 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.048627 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:57.048708 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.31 06:10:57.048746 [ 191 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part 2026.01.31 06:10:57.049006 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.049164 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} executeQuery: Read 60 rows, 4.14 KiB in 0.001224 sec., 49019.60784313725 rows/sec., 3.30 MiB/sec. 2026.01.31 06:10:57.049203 [ 5 ] {fe170cff-f2ac-41e5-b905-6e4f85988624} TCPHandler: Processed in 0.001395741 sec. 2026.01.31 06:10:57.049217 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.049248 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.050339 [ 219 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.052038 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:57.060453 [ 199 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 19 columns (19 merged, 0 gathered) in 0.012676849 sec., 188059.35134196203 rows/sec., 336.99 MiB/sec. 2026.01.31 06:10:57.062801 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.31 06:10:57.063234 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:57.063325 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_61_12} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.31 06:10:57.063512 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB. 2026.01.31 06:10:57.929388 [ 217 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.01.31 06:10:57.929437 [ 217 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.01.31 06:10:57.942180 [ 217 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.01.31 06:10:58.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.24 MiB, peak 387.94 MiB, free memory in arenas 0.00 B, will set to 375.55 MiB (RSS), difference: 6.31 MiB 2026.01.31 06:10:58.028421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39888 2026.01.31 06:10:58.028919 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:10:58.028954 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:10:58.029425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:10:58.029667 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:10:58.029813 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39888 2026.01.31 06:10:58.945225 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:58.945281 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:10:58.953035 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:00.213032 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.01.31 06:11:00.231774 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:00.231845 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:00.238514 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:11:00.239343 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:00.243381 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.01.31 06:11:02.000267 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:02.000457 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:02.000528 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:02.001213 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:02.001255 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:02.001617 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.31 06:11:02.001834 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:02.001987 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} executeQuery: Read 56 rows, 4.38 KiB in 0.001582 sec., 35398.23008849558 rows/sec., 2.70 MiB/sec. 2026.01.31 06:11:02.002029 [ 5 ] {e1bd90a1-357d-4276-8f6f-7b177392c5ee} TCPHandler: Processed in 0.001888473 sec. 2026.01.31 06:11:02.002156 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:02.002248 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:02.002293 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:02.002764 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:02.002800 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:02.003094 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.31 06:11:02.003323 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:02.003455 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2026.01.31 06:11:02.003501 [ 5 ] {eea15835-062d-4c78-8275-a324397d9a61} TCPHandler: Processed in 0.001393682 sec. 2026.01.31 06:11:02.003623 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:02.003715 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:02.003757 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:02.004204 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:02.004241 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:02.004556 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.31 06:11:02.004758 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:02.004892 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.31 06:11:02.004929 [ 5 ] {8003d52b-5c37-4ce9-af10-a2db73a94dc5} TCPHandler: Processed in 0.001354351 sec. 2026.01.31 06:11:02.005040 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:02.005133 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:02.005173 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:02.005510 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:02.005545 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:02.005834 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.31 06:11:02.006033 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:02.006159 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.01.31 06:11:02.006194 [ 5 ] {90893597-1405-4932-8253-559c31d29cf2} TCPHandler: Processed in 0.001201547 sec. 2026.01.31 06:11:05.300486 [ 97 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:11:05.300577 [ 97 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:11:05.529945 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40336 2026.01.31 06:11:05.530509 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:05.530557 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:05.531046 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:11:05.531273 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:05.531402 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40336 2026.01.31 06:11:05.660414 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1672 2026.01.31 06:11:05.662888 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:05.662954 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:05.664262 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:11:05.664567 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:05.665015 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1672 2026.01.31 06:11:07.001825 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.002003 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:07.002075 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:07.002844 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.002901 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.003317 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.31 06:11:07.003563 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.003751 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} executeQuery: Read 136 rows, 12.05 KiB in 0.001793 sec., 75850.5298382599 rows/sec., 6.56 MiB/sec. 2026.01.31 06:11:07.003815 [ 5 ] {f4a1ab55-077a-42a6-bc6c-685628c113bd} TCPHandler: Processed in 0.002115028 sec. 2026.01.31 06:11:07.003945 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.004055 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:07.004104 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:07.004596 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.004640 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.004961 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:11:07.005182 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.005326 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} executeQuery: Read 40 rows, 3.01 KiB in 0.001297 sec., 30840.400925212027 rows/sec., 2.26 MiB/sec. 2026.01.31 06:11:07.005377 [ 5 ] {2e874314-1d9b-4fe8-9e8e-8e0cc15cc80a} TCPHandler: Processed in 0.001487525 sec. 2026.01.31 06:11:07.005492 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.005592 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:07.005637 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:07.006082 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.006118 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.006418 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.31 06:11:07.006629 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.006758 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} executeQuery: Read 104 rows, 8.32 KiB in 0.001188 sec., 87542.08754208754 rows/sec., 6.84 MiB/sec. 2026.01.31 06:11:07.006798 [ 5 ] {289ee784-3525-406a-b3ac-f2e54deebb5a} TCPHandler: Processed in 0.001357181 sec. 2026.01.31 06:11:07.006910 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.007003 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:07.007048 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:07.007466 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.007501 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.007827 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.31 06:11:07.008042 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.008171 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.01.31 06:11:07.008210 [ 5 ] {56ef2283-fafc-4329-bf0b-4293ed40fe56} TCPHandler: Processed in 0.001348531 sec. 2026.01.31 06:11:07.008323 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.008416 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:07.008471 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} 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.01.31 06:11:07.009336 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.009373 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.009922 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.31 06:11:07.010148 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.010292 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} executeQuery: Read 40 rows, 73.40 KiB in 0.001893 sec., 21130.480718436345 rows/sec., 37.86 MiB/sec. 2026.01.31 06:11:07.010348 [ 5 ] {ccd44095-8d6f-4f9a-a8f4-64d2cc04f650} TCPHandler: Processed in 0.002077577 sec. 2026.01.31 06:11:07.010460 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:07.010554 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:07.010594 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:07.010933 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.010969 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.011262 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.31 06:11:07.011465 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.011592 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.01.31 06:11:07.011635 [ 5 ] {00390b9e-10ba-4609-88a0-70ad23efbfb0} TCPHandler: Processed in 0.001223517 sec. 2026.01.31 06:11:07.743447 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.01.31 06:11:07.761914 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:07.761978 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:07.768303 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:11:07.769030 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:07.772101 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.01.31 06:11:09.120747 [ 94 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.31 06:11:09.120833 [ 94 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:09.120871 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:09.120993 [ 225 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:09.121042 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:11:09.121054 [ 225 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:09.121268 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:09.121332 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 254 rows starting from the beginning of the part 2026.01.31 06:11:09.121455 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part 2026.01.31 06:11:09.121539 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part 2026.01.31 06:11:09.121615 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2026.01.31 06:11:09.121694 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part 2026.01.31 06:11:09.122746 [ 199 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001786501 sec., 706408.7845458805 rows/sec., 51.55 MiB/sec. 2026.01.31 06:11:09.122870 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.31 06:11:09.123123 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:09.123193 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_21_5} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.31 06:11:09.123259 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.31 06:11:09.129691 [ 225 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:12.000251 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.000473 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:11:12.000542 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:11:12.001282 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.001321 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.001681 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.31 06:11:12.001896 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.002043 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} executeQuery: Read 2 rows, 167.00 B in 0.001622 sec., 1233.0456226880394 rows/sec., 100.55 KiB/sec. 2026.01.31 06:11:12.002085 [ 5 ] {fe59ef2d-add5-4ad5-a31c-5d3765f691aa} TCPHandler: Processed in 0.001959965 sec. 2026.01.31 06:11:12.002206 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.002299 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:12.002337 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:12.002810 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.002845 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.003144 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.31 06:11:12.003361 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.003486 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} executeQuery: Read 57 rows, 4.45 KiB in 0.001205 sec., 47302.90456431536 rows/sec., 3.61 MiB/sec. 2026.01.31 06:11:12.003522 [ 5 ] {b5e3b223-56f1-44a7-b096-4d353e4f06a2} TCPHandler: Processed in 0.001362581 sec. 2026.01.31 06:11:12.003698 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.003789 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:12.003828 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:12.004258 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.004293 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.004558 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:11:12.004748 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.004870 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} executeQuery: Read 2 rows, 143.00 B in 0.001097 sec., 1823.1540565177756 rows/sec., 127.30 KiB/sec. 2026.01.31 06:11:12.004906 [ 5 ] {74d278ea-2ece-4af8-9701-1fc43ad6ffa6} TCPHandler: Processed in 0.001259249 sec. 2026.01.31 06:11:12.005014 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.005105 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:12.005142 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:12.005561 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.005594 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.005871 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.31 06:11:12.006077 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.006198 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} executeQuery: Read 66 rows, 5.28 KiB in 0.001111 sec., 59405.94059405941 rows/sec., 4.64 MiB/sec. 2026.01.31 06:11:12.006235 [ 5 ] {9e953996-e158-4dc1-bcb2-f7b7ce05cded} TCPHandler: Processed in 0.001267349 sec. 2026.01.31 06:11:12.006348 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.006438 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:12.006482 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:12.006892 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.006927 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.007245 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.31 06:11:12.007447 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.007572 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} executeQuery: Read 161 rows, 11.48 KiB in 0.001153 sec., 139635.7328707719 rows/sec., 9.72 MiB/sec. 2026.01.31 06:11:12.007612 [ 5 ] {c13b23ea-72ba-45d5-b188-66ffb2ed76b3} TCPHandler: Processed in 0.00131111 sec. 2026.01.31 06:11:12.007732 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:12.007823 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:12.007864 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:12.008199 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:12.008234 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:12.008530 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.31 06:11:12.008734 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:12.008857 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.31 06:11:12.008892 [ 5 ] {1598f3c6-46fd-4bb7-b949-2d4c2a825cff} TCPHandler: Processed in 0.001213678 sec. 2026.01.31 06:11:12.511812 [ 222 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:12.511870 [ 222 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:12.520693 [ 222 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:13.032500 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40848 2026.01.31 06:11:13.033017 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:13.033057 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:13.033542 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:11:13.033780 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:13.033933 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40848 2026.01.31 06:11:13.602839 [ 220 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:13.602913 [ 220 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:13.613243 [ 220 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:11:14.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 371.58 MiB, peak 387.94 MiB, free memory in arenas 0.00 B, will set to 375.56 MiB (RSS), difference: 3.98 MiB 2026.01.31 06:11:15.273151 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2026.01.31 06:11:15.295898 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:15.295970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:15.303979 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:11:15.304964 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:15.310037 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2026.01.31 06:11:15.666163 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1696 2026.01.31 06:11:15.668416 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:15.668467 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:15.669654 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:11:15.669920 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:15.670190 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1696 2026.01.31 06:11:16.269261 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:16.269335 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:16.281941 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:17.001874 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.002067 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:17.002130 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:17.002931 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.002976 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.003363 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.31 06:11:17.003582 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.003736 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} executeQuery: Read 136 rows, 12.05 KiB in 0.001723 sec., 78932.09518282066 rows/sec., 6.83 MiB/sec. 2026.01.31 06:11:17.003762 [ 86 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.31 06:11:17.003780 [ 5 ] {924ed2ca-6611-45bf-8ae9-205a3e2163f9} TCPHandler: Processed in 0.002034826 sec. 2026.01.31 06:11:17.003848 [ 86 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.003879 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.003964 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.003980 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.31 06:11:17.004069 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:17.004086 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:17.004111 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:17.004120 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1407 rows starting from the beginning of the part 2026.01.31 06:11:17.004186 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1402 rows starting from the beginning of the part 2026.01.31 06:11:17.004239 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part 2026.01.31 06:11:17.004287 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 136 rows starting from the beginning of the part 2026.01.31 06:11:17.004332 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 57 rows starting from the beginning of the part 2026.01.31 06:11:17.004379 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 136 rows starting from the beginning of the part 2026.01.31 06:11:17.004563 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.004597 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.004895 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:11:17.005123 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.005257 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} executeQuery: Read 40 rows, 3.01 KiB in 0.001209 sec., 33085.194375516956 rows/sec., 2.43 MiB/sec. 2026.01.31 06:11:17.005295 [ 5 ] {c5293b8d-3933-41a0-b161-e184f1b5404f} TCPHandler: Processed in 0.001378941 sec. 2026.01.31 06:11:17.005416 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.005508 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:17.005547 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:17.005847 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001905834 sec., 1675906.715904953 rows/sec., 146.49 MiB/sec. 2026.01.31 06:11:17.005980 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.006017 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.006161 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.31 06:11:17.006331 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.31 06:11:17.006595 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.006659 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.006701 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_126_25} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.31 06:11:17.006806 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} executeQuery: Read 104 rows, 8.32 KiB in 0.001316 sec., 79027.35562310032 rows/sec., 6.17 MiB/sec. 2026.01.31 06:11:17.006811 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:11:17.006807 [ 85 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.31 06:11:17.006853 [ 5 ] {7cf82283-59ec-46fc-b3d6-02ee0f846a0b} TCPHandler: Processed in 0.001491624 sec. 2026.01.31 06:11:17.006887 [ 85 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.006908 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.006999 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.31 06:11:17.007002 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.007111 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:17.007131 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:17.007147 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 632 rows starting from the beginning of the part 2026.01.31 06:11:17.007180 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:17.007217 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 608 rows starting from the beginning of the part 2026.01.31 06:11:17.007266 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part 2026.01.31 06:11:17.007312 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part 2026.01.31 06:11:17.007349 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 66 rows starting from the beginning of the part 2026.01.31 06:11:17.007387 [ 198 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 104 rows starting from the beginning of the part 2026.01.31 06:11:17.007660 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.007701 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.008051 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.31 06:11:17.008262 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.008394 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.01.31 06:11:17.008405 [ 86 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_121_24 to all_122_122_0 2026.01.31 06:11:17.008409 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448683 sec., 1089265.2153714788 rows/sec., 86.84 MiB/sec. 2026.01.31 06:11:17.008443 [ 5 ] {001f6192-cfd0-461d-b999-921ca5864afc} TCPHandler: Processed in 0.001497384 sec. 2026.01.31 06:11:17.008449 [ 86 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.008507 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.008581 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergeTask::PrepareStage: Merging 2 parts: from all_1_121_24 to all_122_122_0 into Compact with storage Full 2026.01.31 06:11:17.008593 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.008658 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.31 06:11:17.008686 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:17.008705 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:17.008720 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_121_24, total 34430 rows starting from the beginning of the part 2026.01.31 06:11:17.008758 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} 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.01.31 06:11:17.008774 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 886 rows starting from the beginning of the part 2026.01.31 06:11:17.009013 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.009108 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_126_25} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.31 06:11:17.009224 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:11:17.009676 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.009716 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.010264 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.31 06:11:17.010485 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.010624 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} executeQuery: Read 40 rows, 73.40 KiB in 0.001937 sec., 20650.49044914817 rows/sec., 37.00 MiB/sec. 2026.01.31 06:11:17.010681 [ 5 ] {cbeb6cc7-ce21-4487-92eb-4c5d2c348377} TCPHandler: Processed in 0.002136388 sec. 2026.01.31 06:11:17.010803 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:17.010895 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:17.010935 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:17.011285 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.011320 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.011610 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.31 06:11:17.011814 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.011940 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.01.31 06:11:17.011951 [ 86 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.31 06:11:17.011975 [ 5 ] {34546385-d0da-447c-94f1-a3c6de8e4419} TCPHandler: Processed in 0.001219368 sec. 2026.01.31 06:11:17.011991 [ 86 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:17.012015 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:17.012097 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.31 06:11:17.012213 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:17.012245 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7158 rows starting from the beginning of the part 2026.01.31 06:11:17.012306 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:17.012346 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:17.012382 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:17.012421 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:17.012460 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:17.014759 [ 199 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7458 rows, containing 4 columns (4 merged, 0 gathered) in 0.002700612 sec., 2761596.2604031977 rows/sec., 186.18 MiB/sec. 2026.01.31 06:11:17.015251 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergeTask::MergeProjectionsStage: Merge sorted 35316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006698023 sec., 5272600.5867701555 rows/sec., 362.24 MiB/sec. 2026.01.31 06:11:17.015260 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.31 06:11:17.015568 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) 2026.01.31 06:11:17.015605 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.015692 [ 195 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_126_25} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.31 06:11:17.015777 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2026.01.31 06:11:17.015810 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:17.015884 [ 195 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_122_25} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_121_24, all_122_122_0] -> all_1_122_25 2026.01.31 06:11:17.015967 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.31 06:11:20.300826 [ 49 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:11:20.300895 [ 49 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:11:20.535045 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41296 2026.01.31 06:11:20.535562 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:20.535609 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:20.536085 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:11:20.536317 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:20.536463 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41296 2026.01.31 06:11:20.536496 [ 83 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:11:20.536568 [ 83 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:20.536591 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:20.536699 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:11:20.536814 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:20.536848 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38928 rows starting from the beginning of the part 2026.01.31 06:11:20.536911 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 448 rows starting from the beginning of the part 2026.01.31 06:11:20.536960 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 512 rows starting from the beginning of the part 2026.01.31 06:11:20.537004 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 448 rows starting from the beginning of the part 2026.01.31 06:11:20.537046 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 512 rows starting from the beginning of the part 2026.01.31 06:11:20.537087 [ 200 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 448 rows starting from the beginning of the part 2026.01.31 06:11:20.539611 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41296 rows, containing 4 columns (4 merged, 0 gathered) in 0.002954248 sec., 13978515.0061877 rows/sec., 199.96 MiB/sec. 2026.01.31 06:11:20.539893 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:11:20.540163 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:20.540229 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_86_17} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:11:20.540316 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.31 06:11:21.999688 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:21.999880 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:21.999949 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:22.000670 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.000713 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.001096 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.31 06:11:22.001313 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.001471 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} executeQuery: Read 56 rows, 4.38 KiB in 0.001642 sec., 34104.7503045067 rows/sec., 2.60 MiB/sec. 2026.01.31 06:11:22.001521 [ 5 ] {2c4368dd-a3bf-4b44-be27-f87234442422} TCPHandler: Processed in 0.001960894 sec. 2026.01.31 06:11:22.001639 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:22.001739 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:22.001782 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:22.002290 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.002327 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.002634 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.31 06:11:22.002840 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.002971 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} executeQuery: Read 64 rows, 5.12 KiB in 0.001255 sec., 50996.01593625498 rows/sec., 3.98 MiB/sec. 2026.01.31 06:11:22.003008 [ 5 ] {8b395ab0-95b3-4ef3-ba88-ab9d2d2e872e} TCPHandler: Processed in 0.001419093 sec. 2026.01.31 06:11:22.003082 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.003117 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.003132 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:22.003226 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:22.003269 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:22.003744 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.003780 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.004109 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.31 06:11:22.004313 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.004441 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.01.31 06:11:22.004450 [ 48 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_122_25 to all_123_123_0 2026.01.31 06:11:22.004478 [ 5 ] {d5cb5476-82e3-4305-bc28-35749cf84759} TCPHandler: Processed in 0.001394272 sec. 2026.01.31 06:11:22.004511 [ 48 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.004535 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.004606 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:22.004614 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergeTask::PrepareStage: Merging 2 parts: from all_1_122_25 to all_123_123_0 into Compact with storage Full 2026.01.31 06:11:22.004724 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:22.004751 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:22.004770 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:22.004789 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 35316 rows starting from the beginning of the part 2026.01.31 06:11:22.004860 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:22.005128 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.005182 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.005535 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.31 06:11:22.005748 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.005889 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2026.01.31 06:11:22.005925 [ 5 ] {248e7ed1-875a-49df-b0d3-9d3065300f1f} TCPHandler: Processed in 0.001367681 sec. 2026.01.31 06:11:22.010796 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergeTask::MergeProjectionsStage: Merge sorted 35476 rows, containing 5 columns (5 merged, 0 gathered) in 0.006211742 sec., 5711119.36072039 rows/sec., 392.39 MiB/sec. 2026.01.31 06:11:22.011077 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} MergedBlockOutputStream: filled checksums all_1_123_26 (state Temporary) 2026.01.31 06:11:22.011343 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_123_26 to all_1_123_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.011410 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_123_26} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_122_25, all_123_123_0] -> all_1_123_26 2026.01.31 06:11:22.011482 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.01.31 06:11:22.016618 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.533668 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.533720 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.547175 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.811086 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2026.01.31 06:11:22.826077 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.826113 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.829228 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.829272 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.835675 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:11:22.836421 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.836732 [ 82 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.31 06:11:22.836802 [ 82 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:22.836824 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:22.836954 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:11:22.839722 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2026.01.31 06:11:22.840899 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:22.842416 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2026.01.31 06:11:22.843098 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:22.847255 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2026.01.31 06:11:22.852126 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2026.01.31 06:11:22.856796 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2026.01.31 06:11:22.861940 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2026.01.31 06:11:22.866800 [ 193 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2026.01.31 06:11:22.927248 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.090352094 sec., 7171.942246297026 rows/sec., 37.08 MiB/sec. 2026.01.31 06:11:22.930272 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.31 06:11:22.932274 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:22.932381 [ 192 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_86_17} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.31 06:11:22.934914 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.31 06:11:23.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.11 MiB, peak 394.53 MiB, free memory in arenas 0.00 B, will set to 375.79 MiB (RSS), difference: -1.31 MiB 2026.01.31 06:11:23.197110 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:23.197163 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:23.199761 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:11:25.671302 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1716 2026.01.31 06:11:25.673527 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:25.673587 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:25.674899 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:11:25.675190 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:25.675471 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1716 2026.01.31 06:11:27.031922 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.032111 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.032179 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:11:27.032879 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.032938 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.033338 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:11:27.033562 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.033716 [ 81 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.31 06:11:27.033720 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} executeQuery: Read 24 rows, 2.04 KiB in 0.001654 sec., 14510.278113663844 rows/sec., 1.20 MiB/sec. 2026.01.31 06:11:27.033760 [ 81 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.033783 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.033790 [ 5 ] {5651a663-f5b9-4932-95dc-72b4c84a47dc} TCPHandler: Processed in 0.001990116 sec. 2026.01.31 06:11:27.033914 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.033913 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:11:27.034014 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:11:27.034062 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:11:27.034079 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:27.034122 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part 2026.01.31 06:11:27.034201 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:27.034254 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:27.034303 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:27.034349 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:27.034527 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.034568 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.034876 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.31 06:11:27.035116 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.035140 [ 192 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001284059 sec., 93453.64971547258 rows/sec., 8.11 MiB/sec. 2026.01.31 06:11:27.035260 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} executeQuery: Read 4 rows, 334.00 B in 0.001269 sec., 3152.088258471237 rows/sec., 257.03 KiB/sec. 2026.01.31 06:11:27.035285 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.31 06:11:27.035307 [ 5 ] {cd44317a-61eb-4213-a6bc-44abdf0c1817} TCPHandler: Processed in 0.001442693 sec. 2026.01.31 06:11:27.035420 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.035519 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:27.035546 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.035560 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:27.035625 [ 190 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_21_5} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.31 06:11:27.035708 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:11:27.036714 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.036753 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.037136 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.31 06:11:27.037352 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.037482 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} executeQuery: Read 1398 rows, 119.75 KiB in 0.001985 sec., 704282.1158690177 rows/sec., 58.91 MiB/sec. 2026.01.31 06:11:27.037519 [ 5 ] {95eca04f-4650-4323-9a28-68236aa1bc0a} TCPHandler: Processed in 0.002146019 sec. 2026.01.31 06:11:27.037627 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.037720 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.037759 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:27.038180 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.038214 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.038504 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:11:27.038712 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.038839 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} executeQuery: Read 56 rows, 4.25 KiB in 0.001138 sec., 49209.1388400703 rows/sec., 3.65 MiB/sec. 2026.01.31 06:11:27.038852 [ 51 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.01.31 06:11:27.038876 [ 5 ] {4984c731-21e4-409e-a534-b53c9a791134} TCPHandler: Processed in 0.00129595 sec. 2026.01.31 06:11:27.038918 [ 51 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.038944 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.039005 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.039071 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:11:27.039103 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.039148 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:11:27.039248 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:27.039307 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 70 rows starting from the beginning of the part 2026.01.31 06:11:27.039406 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2026.01.31 06:11:27.039452 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:27.039495 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part 2026.01.31 06:11:27.039534 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:27.039576 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2026.01.31 06:11:27.039641 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.039681 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.040004 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:11:27.040240 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.040367 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} executeQuery: Read 252 rows, 17.85 KiB in 0.001282 sec., 196567.86271450858 rows/sec., 13.60 MiB/sec. 2026.01.31 06:11:27.040404 [ 5 ] {3232273f-72ac-4272-94a2-f509744b5a72} TCPHandler: Processed in 0.001447363 sec. 2026.01.31 06:11:27.040411 [ 190 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404742 sec., 193629.86228076046 rows/sec., 14.95 MiB/sec. 2026.01.31 06:11:27.040512 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.040545 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.01.31 06:11:27.040620 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.040663 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:11:27.040802 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.040875 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_75_15} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.01.31 06:11:27.040953 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:11:27.041054 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.041092 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.041404 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.31 06:11:27.041601 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.041715 [ 81 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.31 06:11:27.041726 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.01.31 06:11:27.041747 [ 81 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.041766 [ 5 ] {1e316133-b2e0-4500-9325-1e62954f0ee6} TCPHandler: Processed in 0.00130087 sec. 2026.01.31 06:11:27.041766 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.041845 [ 221 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:27.041871 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.041876 [ 221 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:27.041881 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:11:27.041962 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:27.042012 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:27.042015 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:27.042058 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part 2026.01.31 06:11:27.042126 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.01.31 06:11:27.042173 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.01.31 06:11:27.042217 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.01.31 06:11:27.042260 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.01.31 06:11:27.042770 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.042810 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.043025 [ 197 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001189038 sec., 50460.960877617035 rows/sec., 4.04 MiB/sec. 2026.01.31 06:11:27.043141 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.31 06:11:27.043163 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.31 06:11:27.043410 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.043473 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.043547 [ 187 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_21_5} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.31 06:11:27.043550 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} executeQuery: Read 600 rows, 46.19 KiB in 0.001605 sec., 373831.7757009346 rows/sec., 28.11 MiB/sec. 2026.01.31 06:11:27.043598 [ 5 ] {c5de0acb-8b85-495d-ae4d-18710b09e344} TCPHandler: Processed in 0.001773661 sec. 2026.01.31 06:11:27.043616 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.31 06:11:27.043704 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.043800 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.043843 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:27.044531 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.044566 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.044942 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.31 06:11:27.045167 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.045297 [ 51 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_123_26 to all_128_128_0 2026.01.31 06:11:27.045310 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} executeQuery: Read 882 rows, 61.30 KiB in 0.001528 sec., 577225.1308900523 rows/sec., 39.18 MiB/sec. 2026.01.31 06:11:27.045341 [ 51 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.045360 [ 5 ] {676f82d0-090b-475a-beac-2cd6f0a0c48f} TCPHandler: Processed in 0.001702739 sec. 2026.01.31 06:11:27.045364 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.045481 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.045494 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_123_26 to all_128_128_0 into Compact with storage Full 2026.01.31 06:11:27.045584 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.045605 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:27.045636 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_26, total 35476 rows starting from the beginning of the part 2026.01.31 06:11:27.045640 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} 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.01.31 06:11:27.045687 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:27.045730 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 161 rows starting from the beginning of the part 2026.01.31 06:11:27.045767 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:27.045800 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:27.045834 [ 190 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 882 rows starting from the beginning of the part 2026.01.31 06:11:27.046580 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.046620 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.047192 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.31 06:11:27.047456 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.047605 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} executeQuery: Read 40 rows, 73.40 KiB in 0.002039 sec., 19617.4595389897 rows/sec., 35.15 MiB/sec. 2026.01.31 06:11:27.047622 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:27.047656 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:27.047681 [ 5 ] {61d6267e-5a9d-4d6b-bdd1-b5ddf5e4cb71} TCPHandler: Processed in 0.002251011 sec. 2026.01.31 06:11:27.047798 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:27.047891 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:27.047939 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:27.048297 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:27.048333 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:27.048674 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.31 06:11:27.048933 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.049077 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.01.31 06:11:27.049112 [ 5 ] {3ff1e40a-46d1-49b5-84e1-059d2a809e18} TCPHandler: Processed in 0.001364031 sec. 2026.01.31 06:11:27.052944 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergeTask::MergeProjectionsStage: Merge sorted 36999 rows, containing 5 columns (5 merged, 0 gathered) in 0.007485542 sec., 4942728.262028321 rows/sec., 339.58 MiB/sec. 2026.01.31 06:11:27.053390 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary) 2026.01.31 06:11:27.053687 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:27.053768 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_128_27} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_123_26, all_128_128_0] -> all_1_128_27 2026.01.31 06:11:27.053858 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.31 06:11:27.054781 [ 219 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.31 06:11:27.055823 [ 221 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:27.482945 [ 223 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:27.482996 [ 223 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:27.492773 [ 223 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.31 06:11:28.037548 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41808 2026.01.31 06:11:28.038079 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:28.038119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:28.038593 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:11:28.038820 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:28.038953 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41808 2026.01.31 06:11:30.340750 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 656 2026.01.31 06:11:30.359640 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:30.359709 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:30.366008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:11:30.366737 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:30.370312 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 656 2026.01.31 06:11:31.999991 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:32.000161 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:32.000312 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:32.001016 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:32.001066 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:32.001457 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.31 06:11:32.001690 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:32.001851 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} executeQuery: Read 56 rows, 4.38 KiB in 0.001737 sec., 32239.49337938975 rows/sec., 2.46 MiB/sec. 2026.01.31 06:11:32.001904 [ 5 ] {18646c1f-76c0-4cdd-8a1b-4631256a4d37} TCPHandler: Processed in 0.002040546 sec. 2026.01.31 06:11:32.002034 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:32.002134 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:32.002178 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:32.002619 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:32.002657 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:32.002974 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.31 06:11:32.003180 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:32.003330 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} executeQuery: Read 64 rows, 5.12 KiB in 0.001217 sec., 52588.33196384552 rows/sec., 4.10 MiB/sec. 2026.01.31 06:11:32.003370 [ 5 ] {5b2aff31-ff1b-45bd-81d5-6a9ddb805fa3} TCPHandler: Processed in 0.001388212 sec. 2026.01.31 06:11:32.003484 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:32.003580 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:32.003624 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:32.004045 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:32.004081 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:32.004427 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.31 06:11:32.004640 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:32.004779 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2026.01.31 06:11:32.004818 [ 5 ] {5381bc91-b799-46a6-840b-682107f9132f} TCPHandler: Processed in 0.001383792 sec. 2026.01.31 06:11:32.004944 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:32.005040 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:32.005082 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:32.005534 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:32.005580 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:32.005908 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.31 06:11:32.006127 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:32.006280 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} executeQuery: Read 60 rows, 4.14 KiB in 0.001259 sec., 47656.87053216839 rows/sec., 3.21 MiB/sec. 2026.01.31 06:11:32.006319 [ 5 ] {a34d1adb-3fe9-42df-94f3-7712625e0738} TCPHandler: Processed in 0.001426222 sec. 2026.01.31 06:11:35.301149 [ 74 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:11:35.301211 [ 74 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:11:35.540050 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42256 2026.01.31 06:11:35.540555 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:35.540602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:35.541072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:11:35.541306 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:35.541439 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42256 2026.01.31 06:11:35.676586 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1744 2026.01.31 06:11:35.679003 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:35.679054 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:35.680300 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:11:35.680594 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:35.680746 [ 74 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:11:35.680790 [ 74 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:35.680813 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:35.680974 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:11:35.680982 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1744 2026.01.31 06:11:35.681792 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:35.681985 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1620 rows starting from the beginning of the part 2026.01.31 06:11:35.682455 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:35.682858 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part 2026.01.31 06:11:35.683240 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part 2026.01.31 06:11:35.683607 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part 2026.01.31 06:11:35.683971 [ 195 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:11:35.691542 [ 197 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 72 columns (72 merged, 0 gathered) in 0.010649803 sec., 163758.89769979785 rows/sec., 125.21 MiB/sec. 2026.01.31 06:11:35.693284 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:11:35.693866 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:35.693938 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_66_13} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:11:35.694257 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.01.31 06:11:37.002484 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.002664 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:37.002743 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:37.003611 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.003670 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.004087 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.31 06:11:37.004335 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.004525 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} executeQuery: Read 136 rows, 12.05 KiB in 0.001911 sec., 71166.92830978545 rows/sec., 6.16 MiB/sec. 2026.01.31 06:11:37.004591 [ 5 ] {d5309880-1f80-4fd9-a7f8-56d2bb71bf20} TCPHandler: Processed in 0.002231001 sec. 2026.01.31 06:11:37.004724 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.004835 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:37.004884 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:37.005385 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.005429 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.005760 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:11:37.005993 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.006150 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} executeQuery: Read 40 rows, 3.01 KiB in 0.001341 sec., 29828.48620432513 rows/sec., 2.19 MiB/sec. 2026.01.31 06:11:37.006203 [ 5 ] {d5a381d6-49b0-4068-a8cc-47230a541d21} TCPHandler: Processed in 0.001532855 sec. 2026.01.31 06:11:37.006320 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.006425 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:37.006470 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:37.006951 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.006994 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.007332 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.31 06:11:37.007556 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.007711 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} executeQuery: Read 104 rows, 8.32 KiB in 0.001309 sec., 79449.96180290298 rows/sec., 6.21 MiB/sec. 2026.01.31 06:11:37.007759 [ 5 ] {976c1d21-9a1d-47a6-9bf7-f6f57061b18f} TCPHandler: Processed in 0.001489964 sec. 2026.01.31 06:11:37.007875 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.007979 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:37.008026 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:37.008480 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.008520 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.008887 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.31 06:11:37.009126 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.009286 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} executeQuery: Read 160 rows, 11.41 KiB in 0.001332 sec., 120120.12012012012 rows/sec., 8.37 MiB/sec. 2026.01.31 06:11:37.009332 [ 5 ] {ec4f6b40-6303-4a6e-b1f4-4e2b349fb715} TCPHandler: Processed in 0.001508184 sec. 2026.01.31 06:11:37.009439 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.009541 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:37.009601 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} 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.01.31 06:11:37.010550 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.010590 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.011193 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.31 06:11:37.011443 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.011614 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} executeQuery: Read 40 rows, 73.40 KiB in 0.002095 sec., 19093.07875894988 rows/sec., 34.21 MiB/sec. 2026.01.31 06:11:37.011721 [ 5 ] {642a85ce-3c92-4285-9e8b-d1efaaccf8ff} TCPHandler: Processed in 0.002331613 sec. 2026.01.31 06:11:37.011848 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:37.011949 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:37.011994 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:37.012508 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.012547 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.012928 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.31 06:11:37.013193 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.013380 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. 2026.01.31 06:11:37.013426 [ 5 ] {b300785f-c821-4e68-9e7b-87a69785f89e} TCPHandler: Processed in 0.001627787 sec. 2026.01.31 06:11:37.370518 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.01.31 06:11:37.370576 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.01.31 06:11:37.374976 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.01.31 06:11:37.871343 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 663 2026.01.31 06:11:37.889358 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:37.889421 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:37.895769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:11:37.896509 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:37.899815 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2026.01.31 06:11:39.545657 [ 71 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.01.31 06:11:39.545742 [ 71 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:39.545767 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:39.545869 [ 224 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:11:39.545911 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::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.01.31 06:11:39.545926 [ 224 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:11:39.546095 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:39.546145 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part 2026.01.31 06:11:39.546235 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2026.01.31 06:11:39.546297 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.01.31 06:11:39.546359 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part 2026.01.31 06:11:39.546420 [ 194 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part 2026.01.31 06:11:39.547287 [ 201 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443003 sec., 27719.970090152274 rows/sec., 2.31 MiB/sec. 2026.01.31 06:11:39.547490 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.01.31 06:11:39.547844 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:39.547934 [ 197 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_33_8} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.01.31 06:11:39.548049 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.31 06:11:39.548458 [ 224 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:11:41.999111 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:41.999300 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:41.999369 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:42.000107 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.000191 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.000574 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.31 06:11:42.000796 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.000951 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} executeQuery: Read 56 rows, 4.38 KiB in 0.001701 sec., 32921.810699588474 rows/sec., 2.51 MiB/sec. 2026.01.31 06:11:42.000962 [ 70 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.31 06:11:42.000997 [ 5 ] {231feb65-1ec3-414f-a514-1e92054d14b1} TCPHandler: Processed in 0.002016307 sec. 2026.01.31 06:11:42.001040 [ 70 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.001069 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.001140 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:42.001241 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:42.001282 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:42.001290 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.31 06:11:42.001409 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:42.001442 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1407 rows starting from the beginning of the part 2026.01.31 06:11:42.001508 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part 2026.01.31 06:11:42.001554 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1398 rows starting from the beginning of the part 2026.01.31 06:11:42.001596 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part 2026.01.31 06:11:42.001636 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 136 rows starting from the beginning of the part 2026.01.31 06:11:42.001674 [ 198 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 56 rows starting from the beginning of the part 2026.01.31 06:11:42.001770 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.001814 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.002137 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.31 06:11:42.002358 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.002485 [ 70 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.31 06:11:42.002492 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} executeQuery: Read 64 rows, 5.12 KiB in 0.001272 sec., 50314.46540880504 rows/sec., 3.93 MiB/sec. 2026.01.31 06:11:42.002524 [ 70 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.002546 [ 5 ] {94bbefb5-deeb-46ff-ac17-606c79db2e2f} TCPHandler: Processed in 0.001456324 sec. 2026.01.31 06:11:42.002548 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.002664 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.31 06:11:42.002698 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:42.002762 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:42.002791 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 632 rows starting from the beginning of the part 2026.01.31 06:11:42.002794 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:42.002840 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:42.002849 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part 2026.01.31 06:11:42.002893 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 600 rows starting from the beginning of the part 2026.01.31 06:11:42.002933 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2026.01.31 06:11:42.002973 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 104 rows starting from the beginning of the part 2026.01.31 06:11:42.003004 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.00175913 sec., 1767350.9064139659 rows/sec., 154.06 MiB/sec. 2026.01.31 06:11:42.003013 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 64 rows starting from the beginning of the part 2026.01.31 06:11:42.003271 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.003307 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.003344 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.31 06:11:42.003694 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.31 06:11:42.003724 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.003821 [ 199 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_131_26} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.31 06:11:42.003924 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.003967 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 06:11:42.004064 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2026.01.31 06:11:42.004079 [ 197 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456683 sec., 1048958.4899391287 rows/sec., 83.54 MiB/sec. 2026.01.31 06:11:42.004104 [ 5 ] {e8f26acf-44f8-4c6e-9c13-6a76883f2ade} TCPHandler: Processed in 0.001453063 sec. 2026.01.31 06:11:42.004216 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:42.004270 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.31 06:11:42.004309 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:42.004354 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:42.004549 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.004632 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_131_26} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.31 06:11:42.004713 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.31 06:11:42.004744 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.004784 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.005082 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.31 06:11:42.005287 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.005414 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.01.31 06:11:42.005430 [ 67 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.31 06:11:42.005449 [ 5 ] {dd107e9e-a78f-4772-9789-d723ae2b0b19} TCPHandler: Processed in 0.001280459 sec. 2026.01.31 06:11:42.005479 [ 67 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:42.005504 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:42.005595 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.31 06:11:42.005705 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:42.005731 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7458 rows starting from the beginning of the part 2026.01.31 06:11:42.005777 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:42.005814 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:42.005852 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:42.005886 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:42.005919 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2026.01.31 06:11:42.007586 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7758 rows, containing 4 columns (4 merged, 0 gathered) in 0.002025966 sec., 3829284.4006266636 rows/sec., 258.15 MiB/sec. 2026.01.31 06:11:42.008136 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.31 06:11:42.008496 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:42.008585 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_131_26} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.31 06:11:42.008685 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.01.31 06:11:43.042531 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42768 2026.01.31 06:11:43.043084 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:43.043126 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:43.043611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:11:43.043845 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:43.043976 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42768 2026.01.31 06:11:44.264982 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56629 2026.01.31 06:11:44.265080 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265107 [ 294 ] {} TCP-Session: 7e81e124-00f6-446d-8260-8caedf36e8be Authenticating user 'default' from [fd00:1122:3344:101::e]:56629 2026.01.31 06:11:44.265129 [ 294 ] {} TCP-Session: 7e81e124-00f6-446d-8260-8caedf36e8be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265143 [ 294 ] {} TCP-Session: 7e81e124-00f6-446d-8260-8caedf36e8be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265371 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60462 2026.01.31 06:11:44.265385 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53975 2026.01.31 06:11:44.265422 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57202 2026.01.31 06:11:44.265443 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59269 2026.01.31 06:11:44.265476 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265477 [ 294 ] {} TCP-Session: 7e81e124-00f6-446d-8260-8caedf36e8be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:44.265503 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265519 [ 3 ] {} TCP-Session: 87eda1f4-6fbe-4932-86da-0a2cb15ab3cb Authenticating user 'default' from [fd00:1122:3344:101::e]:60462 2026.01.31 06:11:44.265488 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265553 [ 3 ] {} TCP-Session: 87eda1f4-6fbe-4932-86da-0a2cb15ab3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265557 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265576 [ 288 ] {} TCP-Session: b795672b-12dd-4d77-8da8-8ca77a5d8218 Authenticating user 'default' from [fd00:1122:3344:101::e]:53975 2026.01.31 06:11:44.265580 [ 3 ] {} TCP-Session: 87eda1f4-6fbe-4932-86da-0a2cb15ab3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265606 [ 292 ] {} TCP-Session: 033106ed-933b-4434-a759-5d38fc92bf46 Authenticating user 'default' from [fd00:1122:3344:101::e]:59269 2026.01.31 06:11:44.265614 [ 288 ] {} TCP-Session: b795672b-12dd-4d77-8da8-8ca77a5d8218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265647 [ 292 ] {} TCP-Session: 033106ed-933b-4434-a759-5d38fc92bf46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265652 [ 288 ] {} TCP-Session: b795672b-12dd-4d77-8da8-8ca77a5d8218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265664 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} executeQuery: (from [fd00:1122:3344:101::e]:56629) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:11:44.265679 [ 292 ] {} TCP-Session: 033106ed-933b-4434-a759-5d38fc92bf46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265541 [ 290 ] {} TCP-Session: d9915a2e-d56d-424c-967e-43ddb93d54ad Authenticating user 'default' from [fd00:1122:3344:101::e]:57202 2026.01.31 06:11:44.265446 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46386 2026.01.31 06:11:44.265740 [ 290 ] {} TCP-Session: d9915a2e-d56d-424c-967e-43ddb93d54ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265447 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65521 2026.01.31 06:11:44.265780 [ 290 ] {} TCP-Session: d9915a2e-d56d-424c-967e-43ddb93d54ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265430 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63668 2026.01.31 06:11:44.265376 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53826 2026.01.31 06:11:44.265839 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265846 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.265892 [ 293 ] {} TCP-Session: bc24a1db-fedf-45be-af23-3a4d78c499f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:65521 2026.01.31 06:11:44.265905 [ 291 ] {} TCP-Session: f2461a60-9c8a-4233-be52-1519ce8f9e46 Authenticating user 'default' from [fd00:1122:3344:101::e]:46386 2026.01.31 06:11:44.265918 [ 293 ] {} TCP-Session: bc24a1db-fedf-45be-af23-3a4d78c499f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265936 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:11:44.265938 [ 293 ] {} TCP-Session: bc24a1db-fedf-45be-af23-3a4d78c499f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.265938 [ 291 ] {} TCP-Session: f2461a60-9c8a-4233-be52-1519ce8f9e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.266000 [ 291 ] {} TCP-Session: f2461a60-9c8a-4233-be52-1519ce8f9e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.266000 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:11:44.266334 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:11:44.266380 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.266414 [ 289 ] {} TCP-Session: 0b1f2bbc-d381-4fe6-a2a9-977d1d89c0bd Authenticating user 'default' from [fd00:1122:3344:101::e]:63668 2026.01.31 06:11:44.266431 [ 289 ] {} TCP-Session: 0b1f2bbc-d381-4fe6-a2a9-977d1d89c0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.266444 [ 289 ] {} TCP-Session: 0b1f2bbc-d381-4fe6-a2a9-977d1d89c0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.266518 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:44.266553 [ 286 ] {} TCP-Session: 7034d593-4cce-4968-bf58-2d544ecc2e79 Authenticating user 'default' from [fd00:1122:3344:101::e]:53826 2026.01.31 06:11:44.266570 [ 286 ] {} TCP-Session: 7034d593-4cce-4968-bf58-2d544ecc2e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.266583 [ 286 ] {} TCP-Session: 7034d593-4cce-4968-bf58-2d544ecc2e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.267385 [ 334 ] {658b37f6-a137-412f-a8b5-b480387b9101} AggregatingTransform: Aggregating 2026.01.31 06:11:44.267428 [ 334 ] {658b37f6-a137-412f-a8b5-b480387b9101} Aggregator: Aggregation method: without_key 2026.01.31 06:11:44.267464 [ 334 ] {658b37f6-a137-412f-a8b5-b480387b9101} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001024133 sec. (976.436 rows/sec., 38.14 KiB/sec.) 2026.01.31 06:11:44.267484 [ 334 ] {658b37f6-a137-412f-a8b5-b480387b9101} Aggregator: Merging aggregated data 2026.01.31 06:11:44.268667 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} executeQuery: Read 1 rows, 40.00 B in 0.003057 sec., 327.11808963035656 rows/sec., 12.78 KiB/sec. 2026.01.31 06:11:44.268800 [ 294 ] {658b37f6-a137-412f-a8b5-b480387b9101} TCPHandler: Processed in 0.003433738 sec. 2026.01.31 06:11:44.268913 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.268941 [ 294 ] {} TCP-Session: 7e81e124-00f6-446d-8260-8caedf36e8be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.268958 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.268986 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269003 [ 3 ] {} TCP-Session: 87eda1f4-6fbe-4932-86da-0a2cb15ab3cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269010 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269018 [ 293 ] {} TCP-Session: bc24a1db-fedf-45be-af23-3a4d78c499f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269026 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269054 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269089 [ 291 ] {} TCP-Session: f2461a60-9c8a-4233-be52-1519ce8f9e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269093 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269117 [ 286 ] {} TCP-Session: 7034d593-4cce-4968-bf58-2d544ecc2e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269110 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269147 [ 290 ] {} TCP-Session: d9915a2e-d56d-424c-967e-43ddb93d54ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269068 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:44.269180 [ 292 ] {} TCP-Session: 033106ed-933b-4434-a759-5d38fc92bf46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269239 [ 288 ] {} TCP-Session: b795672b-12dd-4d77-8da8-8ca77a5d8218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:44.269061 [ 289 ] {} TCP-Session: 0b1f2bbc-d381-4fe6-a2a9-977d1d89c0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.400872 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 671 2026.01.31 06:11:45.427403 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:45.427497 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:45.436079 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:11:45.437165 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:45.445279 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 671 2026.01.31 06:11:45.681393 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1766 2026.01.31 06:11:45.683877 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:45.683937 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:45.685421 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:11:45.685714 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:45.686044 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1766 2026.01.31 06:11:45.990695 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55365 2026.01.31 06:11:45.990807 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.990834 [ 294 ] {} TCP-Session: bdb55914-b436-4807-b681-d8f18e5f51e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55365 2026.01.31 06:11:45.990858 [ 294 ] {} TCP-Session: bdb55914-b436-4807-b681-d8f18e5f51e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.990870 [ 294 ] {} TCP-Session: bdb55914-b436-4807-b681-d8f18e5f51e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991065 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64956 2026.01.31 06:11:45.991094 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37174 2026.01.31 06:11:45.991103 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37483 2026.01.31 06:11:45.991148 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35305 2026.01.31 06:11:45.991153 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57248 2026.01.31 06:11:45.991197 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991180 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991233 [ 294 ] {} TCP-Session: bdb55914-b436-4807-b681-d8f18e5f51e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:45.991263 [ 3 ] {} TCP-Session: e8ddf98c-431e-4072-95f8-53821b94de78 Authenticating user 'default' from [fd00:1122:3344:101::e]:64956 2026.01.31 06:11:45.991281 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991283 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991310 [ 290 ] {} TCP-Session: 8319e625-e25e-4bfe-82a4-377c83e4f558 Authenticating user 'default' from [fd00:1122:3344:101::e]:35305 2026.01.31 06:11:45.991303 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991337 [ 290 ] {} TCP-Session: 8319e625-e25e-4bfe-82a4-377c83e4f558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991333 [ 289 ] {} TCP-Session: 5b76b0d9-0b6a-4084-a200-49dd344cab21 Authenticating user 'default' from [fd00:1122:3344:101::e]:57248 2026.01.31 06:11:45.991355 [ 290 ] {} TCP-Session: 8319e625-e25e-4bfe-82a4-377c83e4f558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991353 [ 286 ] {} TCP-Session: 49d837a6-f610-4819-9be0-a65a431e8dbd Authenticating user 'default' from [fd00:1122:3344:101::e]:37174 2026.01.31 06:11:45.991379 [ 289 ] {} TCP-Session: 5b76b0d9-0b6a-4084-a200-49dd344cab21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991394 [ 286 ] {} TCP-Session: 49d837a6-f610-4819-9be0-a65a431e8dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991409 [ 289 ] {} TCP-Session: 5b76b0d9-0b6a-4084-a200-49dd344cab21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991421 [ 286 ] {} TCP-Session: 49d837a6-f610-4819-9be0-a65a431e8dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991433 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} executeQuery: (from [fd00:1122:3344:101::e]:55365) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:11:45.991303 [ 3 ] {} TCP-Session: e8ddf98c-431e-4072-95f8-53821b94de78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991237 [ 288 ] {} TCP-Session: 355b8105-63c9-491f-bb66-0bfe8606ad6d Authenticating user 'default' from [fd00:1122:3344:101::e]:37483 2026.01.31 06:11:45.991492 [ 3 ] {} TCP-Session: e8ddf98c-431e-4072-95f8-53821b94de78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991516 [ 288 ] {} TCP-Session: 355b8105-63c9-491f-bb66-0bfe8606ad6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991169 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51277 2026.01.31 06:11:45.991538 [ 288 ] {} TCP-Session: 355b8105-63c9-491f-bb66-0bfe8606ad6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991174 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47360 2026.01.31 06:11:45.991178 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34175 2026.01.31 06:11:45.991617 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991652 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991672 [ 292 ] {} TCP-Session: d3241715-ecbc-4060-b15c-278b7542bfed Authenticating user 'default' from [fd00:1122:3344:101::e]:51277 2026.01.31 06:11:45.991683 [ 293 ] {} TCP-Session: 6bcee40e-da64-4891-95a3-5babd6ea519d Authenticating user 'default' from [fd00:1122:3344:101::e]:47360 2026.01.31 06:11:45.991698 [ 292 ] {} TCP-Session: d3241715-ecbc-4060-b15c-278b7542bfed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991710 [ 293 ] {} TCP-Session: 6bcee40e-da64-4891-95a3-5babd6ea519d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991715 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:11:45.991732 [ 293 ] {} TCP-Session: 6bcee40e-da64-4891-95a3-5babd6ea519d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991719 [ 292 ] {} TCP-Session: d3241715-ecbc-4060-b15c-278b7542bfed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991720 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:45.991786 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:11:45.991818 [ 291 ] {} TCP-Session: 7cf3db2d-d55c-43a7-a384-8d998b321937 Authenticating user 'default' from [fd00:1122:3344:101::e]:34175 2026.01.31 06:11:45.991847 [ 291 ] {} TCP-Session: 7cf3db2d-d55c-43a7-a384-8d998b321937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.991861 [ 291 ] {} TCP-Session: 7cf3db2d-d55c-43a7-a384-8d998b321937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.992094 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:11:45.993114 [ 325 ] {119351ca-4088-48ab-a673-77ae67f42d43} AggregatingTransform: Aggregating 2026.01.31 06:11:45.993161 [ 325 ] {119351ca-4088-48ab-a673-77ae67f42d43} Aggregator: Aggregation method: without_key 2026.01.31 06:11:45.993193 [ 325 ] {119351ca-4088-48ab-a673-77ae67f42d43} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000994632 sec. (1005.397 rows/sec., 39.27 KiB/sec.) 2026.01.31 06:11:45.993208 [ 325 ] {119351ca-4088-48ab-a673-77ae67f42d43} Aggregator: Merging aggregated data 2026.01.31 06:11:45.994330 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} executeQuery: Read 1 rows, 40.00 B in 0.002954 sec., 338.52403520649966 rows/sec., 13.22 KiB/sec. 2026.01.31 06:11:45.994475 [ 294 ] {119351ca-4088-48ab-a673-77ae67f42d43} TCPHandler: Processed in 0.003407898 sec. 2026.01.31 06:11:45.994593 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994619 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994622 [ 294 ] {} TCP-Session: bdb55914-b436-4807-b681-d8f18e5f51e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994638 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994663 [ 293 ] {} TCP-Session: 6bcee40e-da64-4891-95a3-5babd6ea519d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994677 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994693 [ 288 ] {} TCP-Session: 355b8105-63c9-491f-bb66-0bfe8606ad6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994712 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994736 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994720 [ 290 ] {} TCP-Session: 8319e625-e25e-4bfe-82a4-377c83e4f558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994761 [ 289 ] {} TCP-Session: 5b76b0d9-0b6a-4084-a200-49dd344cab21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994773 [ 292 ] {} TCP-Session: d3241715-ecbc-4060-b15c-278b7542bfed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994662 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994724 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994838 [ 3 ] {} TCP-Session: e8ddf98c-431e-4072-95f8-53821b94de78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994715 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:45.994873 [ 291 ] {} TCP-Session: 7cf3db2d-d55c-43a7-a384-8d998b321937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:45.994890 [ 286 ] {} TCP-Session: 49d837a6-f610-4819-9be0-a65a431e8dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028399 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55315 2026.01.31 06:11:46.028475 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028500 [ 294 ] {} TCP-Session: 03c1480b-44ae-41dd-b078-b5d55dae94d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55315 2026.01.31 06:11:46.028520 [ 294 ] {} TCP-Session: 03c1480b-44ae-41dd-b078-b5d55dae94d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028535 [ 294 ] {} TCP-Session: 03c1480b-44ae-41dd-b078-b5d55dae94d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028683 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36459 2026.01.31 06:11:46.028725 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43588 2026.01.31 06:11:46.028754 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028779 [ 3 ] {} TCP-Session: 70696f81-0600-4839-8142-8d5e3c904197 Authenticating user 'default' from [fd00:1122:3344:101::e]:36459 2026.01.31 06:11:46.028781 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028790 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56933 2026.01.31 06:11:46.028798 [ 294 ] {} TCP-Session: 03c1480b-44ae-41dd-b078-b5d55dae94d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:46.028831 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58640 2026.01.31 06:11:46.028829 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44231 2026.01.31 06:11:46.028870 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028803 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38896 2026.01.31 06:11:46.028911 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028924 [ 288 ] {} TCP-Session: 21277223-5712-4bb2-88db-92d66f793361 Authenticating user 'default' from [fd00:1122:3344:101::e]:56933 2026.01.31 06:11:46.028957 [ 293 ] {} TCP-Session: d5566bd9-9334-45dc-bd1c-d2470e657574 Authenticating user 'default' from [fd00:1122:3344:101::e]:58640 2026.01.31 06:11:46.028961 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} executeQuery: (from [fd00:1122:3344:101::e]:55315) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:11:46.028973 [ 288 ] {} TCP-Session: 21277223-5712-4bb2-88db-92d66f793361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028987 [ 293 ] {} TCP-Session: d5566bd9-9334-45dc-bd1c-d2470e657574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029005 [ 288 ] {} TCP-Session: 21277223-5712-4bb2-88db-92d66f793361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029021 [ 293 ] {} TCP-Session: d5566bd9-9334-45dc-bd1c-d2470e657574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028976 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028962 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.029066 [ 290 ] {} TCP-Session: 6145da65-ac36-480e-9f25-3ca8327a6cd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38896 2026.01.31 06:11:46.028800 [ 3 ] {} TCP-Session: 70696f81-0600-4839-8142-8d5e3c904197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029101 [ 290 ] {} TCP-Session: 6145da65-ac36-480e-9f25-3ca8327a6cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029098 [ 292 ] {} TCP-Session: a4fced36-6c59-4d4e-8149-e93cbb5dba8d Authenticating user 'default' from [fd00:1122:3344:101::e]:44231 2026.01.31 06:11:46.029121 [ 290 ] {} TCP-Session: 6145da65-ac36-480e-9f25-3ca8327a6cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029115 [ 3 ] {} TCP-Session: 70696f81-0600-4839-8142-8d5e3c904197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029143 [ 292 ] {} TCP-Session: a4fced36-6c59-4d4e-8149-e93cbb5dba8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029161 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:11:46.029180 [ 292 ] {} TCP-Session: a4fced36-6c59-4d4e-8149-e93cbb5dba8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.028822 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38002 2026.01.31 06:11:46.029220 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:11:46.028805 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38737 2026.01.31 06:11:46.029289 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.028811 [ 286 ] {} TCP-Session: 4202658a-b053-43fc-bbf6-fbc73ef5a26b Authenticating user 'default' from [fd00:1122:3344:101::e]:43588 2026.01.31 06:11:46.029326 [ 291 ] {} TCP-Session: 34352e39-4e3a-4bb9-b971-dbe512844a0d Authenticating user 'default' from [fd00:1122:3344:101::e]:38002 2026.01.31 06:11:46.029340 [ 286 ] {} TCP-Session: 4202658a-b053-43fc-bbf6-fbc73ef5a26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029344 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:11:46.029365 [ 286 ] {} TCP-Session: 4202658a-b053-43fc-bbf6-fbc73ef5a26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029383 [ 289 ] {} TCP-Session: f67177a7-f64a-43b6-8582-a06be227e2ca Authenticating user 'default' from [fd00:1122:3344:101::e]:38737 2026.01.31 06:11:46.029355 [ 291 ] {} TCP-Session: 34352e39-4e3a-4bb9-b971-dbe512844a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029411 [ 289 ] {} TCP-Session: f67177a7-f64a-43b6-8582-a06be227e2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029428 [ 291 ] {} TCP-Session: 34352e39-4e3a-4bb9-b971-dbe512844a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029438 [ 289 ] {} TCP-Session: f67177a7-f64a-43b6-8582-a06be227e2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.029491 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:11:46.030370 [ 300 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} AggregatingTransform: Aggregating 2026.01.31 06:11:46.030439 [ 300 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} Aggregator: Aggregation method: without_key 2026.01.31 06:11:46.030484 [ 300 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000900171 sec. (1110.900 rows/sec., 43.39 KiB/sec.) 2026.01.31 06:11:46.030509 [ 300 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} Aggregator: Merging aggregated data 2026.01.31 06:11:46.031801 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} executeQuery: Read 1 rows, 40.00 B in 0.002876 sec., 347.70514603616135 rows/sec., 13.58 KiB/sec. 2026.01.31 06:11:46.031949 [ 294 ] {00dfe919-b54e-4168-86cd-d8d29cefa63e} TCPHandler: Processed in 0.003223433 sec. 2026.01.31 06:11:46.032043 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032066 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032076 [ 3 ] {} TCP-Session: 70696f81-0600-4839-8142-8d5e3c904197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032086 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032107 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032109 [ 289 ] {} TCP-Session: f67177a7-f64a-43b6-8582-a06be227e2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032132 [ 293 ] {} TCP-Session: d5566bd9-9334-45dc-bd1c-d2470e657574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032145 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032165 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032183 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032187 [ 286 ] {} TCP-Session: 4202658a-b053-43fc-bbf6-fbc73ef5a26b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032206 [ 290 ] {} TCP-Session: 6145da65-ac36-480e-9f25-3ca8327a6cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032151 [ 288 ] {} TCP-Session: 21277223-5712-4bb2-88db-92d66f793361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032226 [ 292 ] {} TCP-Session: a4fced36-6c59-4d4e-8149-e93cbb5dba8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032201 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032125 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:11:46.032300 [ 294 ] {} TCP-Session: 03c1480b-44ae-41dd-b078-b5d55dae94d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:46.032322 [ 291 ] {} TCP-Session: 34352e39-4e3a-4bb9-b971-dbe512844a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:11:47.001900 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.002081 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:47.002155 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:47.002958 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.003014 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.003428 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.31 06:11:47.003667 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.003849 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} executeQuery: Read 136 rows, 12.05 KiB in 0.001816 sec., 74889.8678414097 rows/sec., 6.48 MiB/sec. 2026.01.31 06:11:47.003904 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.003914 [ 5 ] {fab2ea4e-b3e5-4781-ac59-e50a357b10cc} TCPHandler: Processed in 0.002142999 sec. 2026.01.31 06:11:47.003954 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.004082 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.004201 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:47.004253 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:47.004755 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.004798 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.005131 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:11:47.005358 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.005514 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} executeQuery: Read 40 rows, 3.01 KiB in 0.001339 sec., 29873.039581777448 rows/sec., 2.19 MiB/sec. 2026.01.31 06:11:47.005566 [ 5 ] {e5801dbe-9bf9-4aeb-9d6b-d0e044005bd6} TCPHandler: Processed in 0.001537425 sec. 2026.01.31 06:11:47.005686 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.005790 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:47.005836 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:47.006311 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.006350 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.006686 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.31 06:11:47.006903 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.007053 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} executeQuery: Read 104 rows, 8.32 KiB in 0.001286 sec., 80870.91757387247 rows/sec., 6.32 MiB/sec. 2026.01.31 06:11:47.007098 [ 5 ] {13be2ca7-f83e-4962-a3cb-cf1498bbdd33} TCPHandler: Processed in 0.001463253 sec. 2026.01.31 06:11:47.007116 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.007142 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.007217 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.007318 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:47.007367 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:47.007841 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.007878 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.008242 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.31 06:11:47.008457 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.008606 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} executeQuery: Read 160 rows, 11.41 KiB in 0.001312 sec., 121951.21951219512 rows/sec., 8.49 MiB/sec. 2026.01.31 06:11:47.008649 [ 5 ] {be57e8e1-61ef-4f2b-b29e-6e8601cec59e} TCPHandler: Processed in 0.001482134 sec. 2026.01.31 06:11:47.008755 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.008853 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:47.008912 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} 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.01.31 06:11:47.009876 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.009914 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.010502 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.31 06:11:47.010726 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.010847 [ 64 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.31 06:11:47.010874 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} executeQuery: Read 40 rows, 73.40 KiB in 0.002042 sec., 19588.63858961802 rows/sec., 35.10 MiB/sec. 2026.01.31 06:11:47.010893 [ 64 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.010918 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.010975 [ 5 ] {d79e7edd-0a2d-4b6b-b47c-123e9b630d77} TCPHandler: Processed in 0.002268022 sec. 2026.01.31 06:11:47.011046 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:11:47.011107 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:47.011220 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:47.011267 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:47.011331 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:47.011402 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2384 rows starting from the beginning of the part 2026.01.31 06:11:47.011541 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:47.011659 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:47.011659 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:47.011759 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB. 2026.01.31 06:11:47.011763 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:47.011892 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:47.011997 [ 186 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part 2026.01.31 06:11:47.012246 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.31 06:11:47.012564 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.012741 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. 2026.01.31 06:11:47.012788 [ 5 ] {41199cd9-3596-4d72-9568-1fef8c06484a} TCPHandler: Processed in 0.001730089 sec. 2026.01.31 06:11:47.015691 [ 220 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.017910 [ 221 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.022073 [ 201 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2584 rows, containing 19 columns (19 merged, 0 gathered) in 0.011092083 sec., 232958.94918925504 rows/sec., 417.45 MiB/sec. 2026.01.31 06:11:47.024568 [ 197 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.31 06:11:47.024916 [ 197 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:47.024985 [ 197 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_66_13} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.31 06:11:47.025123 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.00 MiB. 2026.01.31 06:11:47.282762 [ 220 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.282810 [ 220 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:47.286753 [ 220 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:48.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.05 MiB, peak 395.99 MiB, free memory in arenas 0.00 B, will set to 378.91 MiB (RSS), difference: 1.86 MiB 2026.01.31 06:11:48.532136 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:48.532191 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:48.541493 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:11:50.301461 [ 59 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:11:50.301531 [ 59 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:11:50.544593 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:50.544645 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:50.545072 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43216 2026.01.31 06:11:50.545604 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:50.545644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:50.546109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:11:50.546355 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:50.546482 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43216 2026.01.31 06:11:50.546941 [ 224 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:51.999465 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:51.999660 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:51.999731 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:52.000460 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.000499 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.000885 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.31 06:11:52.001114 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.001268 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} executeQuery: Read 56 rows, 4.38 KiB in 0.001661 sec., 33714.62974111981 rows/sec., 2.57 MiB/sec. 2026.01.31 06:11:52.001314 [ 5 ] {fc6a7555-5163-4f01-9bd8-c7dbe265e8bb} TCPHandler: Processed in 0.001983196 sec. 2026.01.31 06:11:52.001441 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:52.001540 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:52.001583 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:52.002016 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.002051 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.002354 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.31 06:11:52.002562 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.002691 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2026.01.31 06:11:52.002728 [ 5 ] {e80d80ed-592d-4ef3-8674-bc6e51f8e7da} TCPHandler: Processed in 0.001336871 sec. 2026.01.31 06:11:52.002843 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:52.002938 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:52.002982 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:52.003405 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.003439 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.003768 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.31 06:11:52.003990 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.004099 [ 57 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_128_27 to all_129_129_0 2026.01.31 06:11:52.004119 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.01.31 06:11:52.004145 [ 57 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.004162 [ 5 ] {9fba6215-7d97-4bd3-8f3e-a27e07255d6c} TCPHandler: Processed in 0.001368221 sec. 2026.01.31 06:11:52.004169 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.004251 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_128_27 to all_129_129_0 into Compact with storage Full 2026.01.31 06:11:52.004280 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:52.004357 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:52.004376 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:52.004390 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_27, total 36999 rows starting from the beginning of the part 2026.01.31 06:11:52.004417 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:52.004456 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:52.004757 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.004792 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.005100 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.31 06:11:52.005325 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.005455 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.31 06:11:52.005491 [ 5 ] {5dab90c9-28f0-4f58-9644-f22fcfc38e81} TCPHandler: Processed in 0.001265059 sec. 2026.01.31 06:11:52.006529 [ 217 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:52.006560 [ 217 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:52.009060 [ 217 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:11:52.010623 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergeTask::MergeProjectionsStage: Merge sorted 37159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006401226 sec., 5804981.733186736 rows/sec., 398.84 MiB/sec. 2026.01.31 06:11:52.011042 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} MergedBlockOutputStream: filled checksums all_1_129_28 (state Temporary) 2026.01.31 06:11:52.011316 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_129_28 to all_1_129_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.011385 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_129_28} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_128_27, all_129_129_0] -> all_1_129_28 2026.01.31 06:11:52.011454 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.31 06:11:52.946326 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 678 2026.01.31 06:11:52.965175 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:52.965264 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:52.971688 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:11:52.972540 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:52.978842 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2026.01.31 06:11:53.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 375.74 MiB, peak 395.99 MiB, free memory in arenas 0.00 B, will set to 378.91 MiB (RSS), difference: 3.18 MiB 2026.01.31 06:11:55.687142 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1790 2026.01.31 06:11:55.689474 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:55.689526 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:55.690735 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:11:55.691036 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:55.691317 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1790 2026.01.31 06:11:56.496021 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.496199 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.496274 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:11:56.496985 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.497037 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.497445 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:11:56.497676 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.497839 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} executeQuery: Read 24 rows, 2.04 KiB in 0.001689 sec., 14209.591474245115 rows/sec., 1.18 MiB/sec. 2026.01.31 06:11:56.497895 [ 5 ] {22f5a4b2-1099-42db-9fda-38d07e9333e9} TCPHandler: Processed in 0.001999876 sec. 2026.01.31 06:11:56.498017 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.498121 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:11:56.498167 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:11:56.498606 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.498642 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.498950 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.31 06:11:56.499189 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.499327 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} executeQuery: Read 12 rows, 1002.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 796.19 KiB/sec. 2026.01.31 06:11:56.499368 [ 5 ] {3fc5966a-374d-428b-92d2-dc296cc69cfe} TCPHandler: Processed in 0.001402252 sec. 2026.01.31 06:11:56.499479 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.499584 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:11:56.499626 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:11:56.500671 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.500707 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.501114 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.31 06:11:56.501332 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.501469 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} executeQuery: Read 1420 rows, 121.74 KiB in 0.001905 sec., 745406.8241469816 rows/sec., 62.41 MiB/sec. 2026.01.31 06:11:56.501509 [ 5 ] {4a6e31f1-095c-4399-8c2a-e5d7ae6d3119} TCPHandler: Processed in 0.002081427 sec. 2026.01.31 06:11:56.501618 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.501713 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.501755 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:11:56.502171 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.502208 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.502504 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:11:56.502706 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.502834 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} executeQuery: Read 73 rows, 5.48 KiB in 0.00114 sec., 64035.08771929825 rows/sec., 4.70 MiB/sec. 2026.01.31 06:11:56.502873 [ 5 ] {e7e9af7c-76c6-414d-956f-284ed62f0bc7} TCPHandler: Processed in 0.0013056 sec. 2026.01.31 06:11:56.502982 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.503076 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.503174 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:11:56.503635 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.503671 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.503977 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:11:56.504183 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.504311 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} executeQuery: Read 252 rows, 17.85 KiB in 0.001253 sec., 201117.3184357542 rows/sec., 13.91 MiB/sec. 2026.01.31 06:11:56.504349 [ 5 ] {e586844c-438e-4e69-86f3-c739bb392226} TCPHandler: Processed in 0.001416452 sec. 2026.01.31 06:11:56.504457 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.504552 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.504591 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:11:56.504981 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.505019 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.505336 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.31 06:11:56.505544 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.505677 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} executeQuery: Read 12 rows, 960.00 B in 0.001144 sec., 10489.510489510489 rows/sec., 819.49 KiB/sec. 2026.01.31 06:11:56.505716 [ 5 ] {11da6a80-28c4-4fa5-8d24-5036c7f65c64} TCPHandler: Processed in 0.00130833 sec. 2026.01.31 06:11:56.505824 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.505921 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:11:56.505961 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:11:56.506578 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.506614 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.506944 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.31 06:11:56.507156 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.507291 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} executeQuery: Read 623 rows, 48.08 KiB in 0.001388 sec., 448847.26224783866 rows/sec., 33.82 MiB/sec. 2026.01.31 06:11:56.507330 [ 5 ] {bca81d60-823e-4fc4-8013-de3cd49a006e} TCPHandler: Processed in 0.001556125 sec. 2026.01.31 06:11:56.507431 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.507524 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.507567 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:11:56.508148 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.508185 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.508568 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.31 06:11:56.508777 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.508904 [ 52 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_129_28 to all_134_134_0 2026.01.31 06:11:56.508914 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} executeQuery: Read 886 rows, 61.58 KiB in 0.001408 sec., 629261.3636363636 rows/sec., 42.71 MiB/sec. 2026.01.31 06:11:56.508980 [ 52 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.508994 [ 5 ] {c47a3c27-998a-43f8-b339-472083af3397} TCPHandler: Processed in 0.001612497 sec. 2026.01.31 06:11:56.509005 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.509110 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_129_28 to all_134_134_0 into Compact with storage Full 2026.01.31 06:11:56.509113 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.509224 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:56.509238 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.509255 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_129_28, total 37159 rows starting from the beginning of the part 2026.01.31 06:11:56.509292 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} 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.01.31 06:11:56.509313 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:56.509359 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:56.509401 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:56.509442 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2026.01.31 06:11:56.509482 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 886 rows starting from the beginning of the part 2026.01.31 06:11:56.510185 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.510220 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.510823 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.31 06:11:56.511072 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.511220 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} executeQuery: Read 49 rows, 89.91 KiB in 0.002 sec., 24500 rows/sec., 43.90 MiB/sec. 2026.01.31 06:11:56.511306 [ 5 ] {efbfb71c-06e9-4f1d-b285-9b38f7f48cbe} TCPHandler: Processed in 0.002242701 sec. 2026.01.31 06:11:56.511415 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.511509 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.511552 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 06:11:56.511870 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.511905 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.512328 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 06:11:56.512536 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.512660 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} executeQuery: Read 6 rows, 463.00 B in 0.001169 sec., 5132.591958939265 rows/sec., 386.78 KiB/sec. 2026.01.31 06:11:56.512697 [ 5 ] {1d7d1943-1bc9-4e7a-8588-07f5efe9bd69} TCPHandler: Processed in 0.001332761 sec. 2026.01.31 06:11:56.512807 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:11:56.512900 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:11:56.512942 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:11:56.513277 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:56.513312 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:56.513615 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.31 06:11:56.513820 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.513956 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.31 06:11:56.513992 [ 5 ] {78d47e1e-b7cd-4570-86f6-14fb821206e8} TCPHandler: Processed in 0.001234498 sec. 2026.01.31 06:11:56.521605 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergeTask::MergeProjectionsStage: Merge sorted 38685 rows, containing 5 columns (5 merged, 0 gathered) in 0.012541167 sec., 3084641.1661689854 rows/sec., 211.93 MiB/sec. 2026.01.31 06:11:56.522184 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} MergedBlockOutputStream: filled checksums all_1_134_29 (state Temporary) 2026.01.31 06:11:56.522539 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_134_29 to all_1_134_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:56.522623 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_134_29} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_129_28, all_134_134_0] -> all_1_134_29 2026.01.31 06:11:56.522726 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.31 06:11:58.047579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43728 2026.01.31 06:11:58.048094 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:58.048139 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:58.048634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:11:58.048876 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:58.049024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43728 2026.01.31 06:11:58.049029 [ 50 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:11:58.049096 [ 50 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:11:58.049118 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:11:58.049240 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:11:58.049377 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:11:58.049414 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41296 rows starting from the beginning of the part 2026.01.31 06:11:58.049477 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 512 rows starting from the beginning of the part 2026.01.31 06:11:58.049523 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 448 rows starting from the beginning of the part 2026.01.31 06:11:58.049563 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 512 rows starting from the beginning of the part 2026.01.31 06:11:58.049601 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 448 rows starting from the beginning of the part 2026.01.31 06:11:58.049640 [ 201 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 512 rows starting from the beginning of the part 2026.01.31 06:11:58.052500 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43728 rows, containing 4 columns (4 merged, 0 gathered) in 0.003315096 sec., 13190568.236937935 rows/sec., 188.69 MiB/sec. 2026.01.31 06:11:58.052748 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:11:58.053026 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:11:58.053095 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_91_18} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:11:58.053209 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.31 06:12:00.479894 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2026.01.31 06:12:00.497916 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:00.497982 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:00.504338 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:12:00.505050 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:00.505390 [ 45 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.31 06:12:00.505457 [ 45 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:00.505478 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:00.505573 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:12:00.508636 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:00.508970 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2026.01.31 06:12:00.509462 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2026.01.31 06:12:00.513088 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part 2026.01.31 06:12:00.516883 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:00.521180 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2026.01.31 06:12:00.525963 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:00.530711 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2026.01.31 06:12:00.595645 [ 190 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.09010678 sec., 7613.189595721876 rows/sec., 39.37 MiB/sec. 2026.01.31 06:12:00.598869 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.31 06:12:00.600867 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:00.600970 [ 188 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_91_18} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.31 06:12:00.603436 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.31 06:12:02.002331 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:02.002576 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:02.002673 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:02.003575 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:02.003630 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:02.004126 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.31 06:12:02.004470 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:02.004667 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} executeQuery: Read 56 rows, 4.38 KiB in 0.002157 sec., 25961.984237366712 rows/sec., 1.98 MiB/sec. 2026.01.31 06:12:02.004723 [ 5 ] {fe365db9-27f1-4e33-a678-6509a6bf281f} TCPHandler: Processed in 0.002568589 sec. 2026.01.31 06:12:02.004864 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:02.004983 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:02.005039 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:02.005585 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:02.005635 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:02.006029 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.31 06:12:02.006334 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:02.006471 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec. 2026.01.31 06:12:02.006512 [ 5 ] {2b80444f-cfb7-4215-8664-1ba0450eccd7} TCPHandler: Processed in 0.001708609 sec. 2026.01.31 06:12:02.006636 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:02.006736 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:02.006783 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:02.007231 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:02.007268 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:02.007635 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.31 06:12:02.007879 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:02.008029 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2026.01.31 06:12:02.008070 [ 5 ] {9dbc98d8-a5f5-4a0f-94d5-70676d51d772} TCPHandler: Processed in 0.001485044 sec. 2026.01.31 06:12:02.008189 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:02.008301 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:02.008349 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:02.008745 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:02.008784 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB. 2026.01.31 06:12:02.009133 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.31 06:12:02.009409 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:02.009550 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001274 sec., 47095.76138147567 rows/sec., 3.17 MiB/sec. 2026.01.31 06:12:02.009593 [ 5 ] {bb1dfb5e-d27f-4383-aa81-9ca86d7ee8b9} TCPHandler: Processed in 0.001454583 sec. 2026.01.31 06:12:05.301788 [ 29 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:12:05.301863 [ 29 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:12:05.549182 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44176 2026.01.31 06:12:05.549813 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:05.549862 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:05.550342 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:12:05.550588 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:05.550738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44176 2026.01.31 06:12:05.692458 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1820 2026.01.31 06:12:05.694874 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:05.694918 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:05.696119 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:12:05.696395 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:05.696591 [ 221 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:05.696641 [ 221 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:05.696662 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1820 2026.01.31 06:12:05.700152 [ 221 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:07.002907 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.003086 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:07.003161 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:07.003932 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.003989 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.004418 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.31 06:12:07.004671 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.004839 [ 32 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.31 06:12:07.004858 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} executeQuery: Read 164 rows, 14.70 KiB in 0.001819 sec., 90159.42825728422 rows/sec., 7.89 MiB/sec. 2026.01.31 06:12:07.004902 [ 32 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.004927 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.004938 [ 5 ] {ea737892-d7a8-4065-82a7-607852c85b36} TCPHandler: Processed in 0.002159649 sec. 2026.01.31 06:12:07.005061 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.31 06:12:07.005082 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.005222 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:07.005229 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:07.005278 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:07.005279 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1407 rows starting from the beginning of the part 2026.01.31 06:12:07.005369 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 136 rows starting from the beginning of the part 2026.01.31 06:12:07.005420 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:07.005467 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1420 rows starting from the beginning of the part 2026.01.31 06:12:07.005511 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:07.005560 [ 195 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 164 rows starting from the beginning of the part 2026.01.31 06:12:07.005817 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.005868 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.006223 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:12:07.006471 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.006635 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} executeQuery: Read 54 rows, 4.06 KiB in 0.001438 sec., 37552.155771905425 rows/sec., 2.76 MiB/sec. 2026.01.31 06:12:07.006689 [ 5 ] {89991091-8ff1-4a37-8d8e-3f7b72aa7bf9} TCPHandler: Processed in 0.001669138 sec. 2026.01.31 06:12:07.006812 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.006918 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:07.006964 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:07.007075 [ 194 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3239 rows, containing 5 columns (5 merged, 0 gathered) in 0.002075618 sec., 1560499.0899096075 rows/sec., 136.60 MiB/sec. 2026.01.31 06:12:07.007334 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.31 06:12:07.007479 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.007528 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.007648 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.007733 [ 200 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_136_27} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.31 06:12:07.007824 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.31 06:12:07.007897 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.31 06:12:07.008132 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.008271 [ 32 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.31 06:12:07.008293 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} executeQuery: Read 127 rows, 10.16 KiB in 0.0014 sec., 90714.28571428571 rows/sec., 7.09 MiB/sec. 2026.01.31 06:12:07.008304 [ 32 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.008333 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.008347 [ 5 ] {09f649ce-aa92-4a6d-8cbd-a245e53f8806} TCPHandler: Processed in 0.001587546 sec. 2026.01.31 06:12:07.008417 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.31 06:12:07.008496 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.008521 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:07.008553 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 632 rows starting from the beginning of the part 2026.01.31 06:12:07.008606 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:07.008608 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 104 rows starting from the beginning of the part 2026.01.31 06:12:07.008662 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:07.008683 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:07.008732 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 623 rows starting from the beginning of the part 2026.01.31 06:12:07.008774 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:07.008815 [ 199 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 127 rows starting from the beginning of the part 2026.01.31 06:12:07.009136 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.009181 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.009562 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.31 06:12:07.009783 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 1614 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406703 sec., 1147363.7292306905 rows/sec., 91.55 MiB/sec. 2026.01.31 06:12:07.009792 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.009957 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.31 06:12:07.009960 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} executeQuery: Read 160 rows, 11.41 KiB in 0.001377 sec., 116194.62599854756 rows/sec., 8.09 MiB/sec. 2026.01.31 06:12:07.010022 [ 5 ] {8a697178-9b0a-4e29-9fbc-32a83d6b057f} TCPHandler: Processed in 0.001578886 sec. 2026.01.31 06:12:07.010135 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.010239 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.010241 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:07.010314 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_136_27} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.31 06:12:07.010318 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} 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.01.31 06:12:07.010415 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.31 06:12:07.011334 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.011379 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.011986 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.31 06:12:07.012215 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.012369 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} executeQuery: Read 54 rows, 99.09 KiB in 0.002151 sec., 25104.60251046025 rows/sec., 44.99 MiB/sec. 2026.01.31 06:12:07.012465 [ 5 ] {2542d91a-1ac3-48d4-b3a0-a4233a7426ad} TCPHandler: Processed in 0.002380574 sec. 2026.01.31 06:12:07.012595 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.012696 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 06:12:07.012741 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 06:12:07.013076 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.013112 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.013439 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:12:07.013650 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.013777 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} executeQuery: Read 9 rows, 651.00 B in 0.001103 sec., 8159.564823209429 rows/sec., 576.38 KiB/sec. 2026.01.31 06:12:07.013814 [ 5 ] {816c42ee-9d00-4d06-b114-2d852389259a} TCPHandler: Processed in 0.001270039 sec. 2026.01.31 06:12:07.013937 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:07.014032 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:07.014073 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:07.014408 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.014469 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.014779 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.31 06:12:07.014982 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.015094 [ 11 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.31 06:12:07.015114 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.31 06:12:07.015131 [ 11 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:07.015155 [ 11 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:07.015156 [ 5 ] {02ec6d0b-3630-4df8-8edc-64811c3bd842} TCPHandler: Processed in 0.001268498 sec. 2026.01.31 06:12:07.015252 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.31 06:12:07.015376 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:07.015410 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7758 rows starting from the beginning of the part 2026.01.31 06:12:07.015471 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:07.015515 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:07.015558 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:07.015596 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:07.015633 [ 198 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:07.017706 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8058 rows, containing 4 columns (4 merged, 0 gathered) in 0.002498347 sec., 3225332.589908447 rows/sec., 217.44 MiB/sec. 2026.01.31 06:12:07.018235 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.31 06:12:07.018539 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:07.018614 [ 200 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_136_27} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.31 06:12:07.018686 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.01.31 06:12:08.009024 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2026.01.31 06:12:08.027129 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:08.027200 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:08.033718 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:12:08.034483 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:08.038682 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2026.01.31 06:12:11.999666 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:11.999869 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:12:11.999963 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:12:12.000626 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.000683 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.001087 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.31 06:12:12.001330 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.001535 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} executeQuery: Read 2 rows, 167.00 B in 0.001716 sec., 1165.5011655011654 rows/sec., 95.04 KiB/sec. 2026.01.31 06:12:12.001596 [ 5 ] {70389f97-ee6b-42ff-90c4-a4cdbf75ab95} TCPHandler: Processed in 0.002061098 sec. 2026.01.31 06:12:12.001735 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:12.001841 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:12.001887 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:12.002368 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.002408 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.002789 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.31 06:12:12.003025 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.003201 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} executeQuery: Read 57 rows, 4.45 KiB in 0.001382 sec., 41244.57308248914 rows/sec., 3.15 MiB/sec. 2026.01.31 06:12:12.003262 [ 5 ] {cf8bdd19-ed0a-482e-9dee-a9cb1178d8b5} TCPHandler: Processed in 0.001582977 sec. 2026.01.31 06:12:12.003390 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:12.003512 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:12.003563 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:12.003990 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.004036 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.004346 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:12:12.004567 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.004704 [ 44 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.01.31 06:12:12.004717 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} executeQuery: Read 2 rows, 143.00 B in 0.001229 sec., 1627.3393002441007 rows/sec., 113.63 KiB/sec. 2026.01.31 06:12:12.004777 [ 44 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.004797 [ 5 ] {6fea9534-1fe9-46ff-818a-4158897ed6b6} TCPHandler: Processed in 0.001462804 sec. 2026.01.31 06:12:12.004803 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.004916 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::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.01.31 06:12:12.004923 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:12.005043 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:12.005047 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:12.005096 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 70 rows starting from the beginning of the part 2026.01.31 06:12:12.005117 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:12.005168 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 40 rows starting from the beginning of the part 2026.01.31 06:12:12.005219 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 40 rows starting from the beginning of the part 2026.01.31 06:12:12.005263 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 73 rows starting from the beginning of the part 2026.01.31 06:12:12.005305 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part 2026.01.31 06:12:12.005348 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 2 rows starting from the beginning of the part 2026.01.31 06:12:12.005575 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.005616 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.005952 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.31 06:12:12.006193 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.006302 [ 200 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431893 sec., 194846.9613302111 rows/sec., 15.01 MiB/sec. 2026.01.31 06:12:12.006331 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} executeQuery: Read 66 rows, 5.28 KiB in 0.001307 sec., 50497.3221117062 rows/sec., 3.94 MiB/sec. 2026.01.31 06:12:12.006376 [ 5 ] {43c00a11-12ab-4273-9549-1a0e29c5a521} TCPHandler: Processed in 0.001504945 sec. 2026.01.31 06:12:12.006382 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:12.006415 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:12.006457 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.01.31 06:12:12.006497 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:12.006601 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:12.006651 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:12.006809 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.006890 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_80_16} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.01.31 06:12:12.006963 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:12:12.007207 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.007250 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.007625 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.31 06:12:12.007855 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.008011 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} executeQuery: Read 161 rows, 11.48 KiB in 0.001431 sec., 112508.73515024458 rows/sec., 7.84 MiB/sec. 2026.01.31 06:12:12.008052 [ 5 ] {0673f9be-10c4-4ea6-be66-49251ab316dc} TCPHandler: Processed in 0.001606077 sec. 2026.01.31 06:12:12.008162 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:12.008260 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:12.008303 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:12.008659 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:12.008697 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:12.009018 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.31 06:12:12.009235 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:12.009381 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.01.31 06:12:12.009419 [ 5 ] {9638d90c-8c5d-4d82-a4ea-681fafbbe739} TCPHandler: Processed in 0.001307299 sec. 2026.01.31 06:12:12.010013 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:12.759667 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:12.759717 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:12.763752 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.051860 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44688 2026.01.31 06:12:13.052409 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:13.052463 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:13.053004 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:12:13.053255 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:13.053413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44688 2026.01.31 06:12:13.227847 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.227898 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.230569 [ 225 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.552335 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.552413 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:13.556133 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:12:15.539712 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2026.01.31 06:12:15.558505 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:15.558568 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:15.564933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.31 06:12:15.565649 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:15.568958 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2026.01.31 06:12:15.697813 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1846 2026.01.31 06:12:15.700216 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:15.700266 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:15.701464 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:12:15.701752 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:15.702032 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1846 2026.01.31 06:12:17.002075 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.002250 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:17.002314 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:17.003033 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.003077 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.003463 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.31 06:12:17.003686 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.003842 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} executeQuery: Read 168 rows, 15.08 KiB in 0.001637 sec., 102626.75626145388 rows/sec., 9.00 MiB/sec. 2026.01.31 06:12:17.003884 [ 5 ] {f3347dfc-2824-4e66-945f-a3fb867453be} TCPHandler: Processed in 0.001934824 sec. 2026.01.31 06:12:17.004006 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.004101 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:17.004142 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:17.004580 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.004616 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.004910 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.31 06:12:17.005148 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.005279 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} executeQuery: Read 56 rows, 4.21 KiB in 0.001197 sec., 46783.62573099416 rows/sec., 3.44 MiB/sec. 2026.01.31 06:12:17.005316 [ 5 ] {cfe12884-963c-4552-919a-f08cc45d3a76} TCPHandler: Processed in 0.001360601 sec. 2026.01.31 06:12:17.005331 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2026.01.31 06:12:17.005380 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2026.01.31 06:12:17.005434 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.005533 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:17.005573 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:17.006004 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.006044 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.006374 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.31 06:12:17.006648 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.006791 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} executeQuery: Read 120 rows, 9.60 KiB in 0.001276 sec., 94043.88714733542 rows/sec., 7.35 MiB/sec. 2026.01.31 06:12:17.006832 [ 5 ] {8c352108-2148-4e20-8a29-81f3e5adf4f9} TCPHandler: Processed in 0.001448043 sec. 2026.01.31 06:12:17.006951 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.007046 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:17.007089 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:17.007494 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.007533 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.007622 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2026.01.31 06:12:17.007876 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.31 06:12:17.008086 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.008221 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.01.31 06:12:17.008259 [ 5 ] {adbd079d-f77f-4a7c-ac44-f20db6d66c85} TCPHandler: Processed in 0.001358401 sec. 2026.01.31 06:12:17.008386 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.008495 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:17.008551 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} 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.01.31 06:12:17.009413 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.009448 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.010018 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.31 06:12:17.010243 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.010385 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} executeQuery: Read 56 rows, 102.76 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 52.51 MiB/sec. 2026.01.31 06:12:17.010404 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:17.010434 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:17.010441 [ 5 ] {f7c02fe1-6936-4b81-81e5-e996ef17edbd} TCPHandler: Processed in 0.002115979 sec. 2026.01.31 06:12:17.010558 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:17.010653 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:17.010694 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:17.011051 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:17.011088 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:17.011391 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.31 06:12:17.011598 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:17.011732 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.31 06:12:17.011768 [ 5 ] {c987370f-82b7-4aa6-aad5-5cb7acb48b2a} TCPHandler: Processed in 0.001258719 sec. 2026.01.31 06:12:17.013236 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.31 06:12:20.301912 [ 35 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:12:20.301980 [ 35 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:12:20.554414 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45136 2026.01.31 06:12:20.554907 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:20.554949 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:20.555415 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:12:20.555646 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:20.555791 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45136 2026.01.31 06:12:21.999909 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:22.000082 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:22.000147 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:22.000833 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:22.000880 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:22.001389 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.31 06:12:22.001622 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:22.001778 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} executeQuery: Read 56 rows, 4.38 KiB in 0.001743 sec., 32128.5140562249 rows/sec., 2.45 MiB/sec. 2026.01.31 06:12:22.001821 [ 5 ] {f5fab486-24b8-46a2-813c-909d6dd5ea22} TCPHandler: Processed in 0.002041157 sec. 2026.01.31 06:12:22.001948 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:22.002043 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:22.002082 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:22.002534 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:22.002569 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:22.002871 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.31 06:12:22.003080 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:22.003221 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.01.31 06:12:22.003259 [ 5 ] {c1e860b3-888f-45a2-8e01-afd217c23049} TCPHandler: Processed in 0.001361501 sec. 2026.01.31 06:12:22.003379 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:22.003473 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:22.003516 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:22.003940 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:22.003976 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:22.004310 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.31 06:12:22.004511 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:22.004642 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.31 06:12:22.004638 [ 30 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_134_29 to all_135_135_0 2026.01.31 06:12:22.004679 [ 5 ] {c1f5f75a-601c-4ab8-ad14-b6545783eaf5} TCPHandler: Processed in 0.001349591 sec. 2026.01.31 06:12:22.004717 [ 30 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:22.004741 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:22.004805 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:22.004842 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergeTask::PrepareStage: Merging 2 parts: from all_1_134_29 to all_135_135_0 into Compact with storage Full 2026.01.31 06:12:22.004904 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:22.004950 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:22.004976 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:22.005018 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_134_29, total 38685 rows starting from the beginning of the part 2026.01.31 06:12:22.005087 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:22.005298 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:22.005338 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:22.005659 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.31 06:12:22.005888 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:22.006036 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.01.31 06:12:22.006073 [ 5 ] {6b78b663-5e98-431f-afa4-948c7a1ac3b3} TCPHandler: Processed in 0.001318951 sec. 2026.01.31 06:12:22.013488 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergeTask::MergeProjectionsStage: Merge sorted 38845 rows, containing 5 columns (5 merged, 0 gathered) in 0.008682468 sec., 4473958.326134919 rows/sec., 307.39 MiB/sec. 2026.01.31 06:12:22.014119 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} MergedBlockOutputStream: filled checksums all_1_135_30 (state Temporary) 2026.01.31 06:12:22.014402 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_135_30 to all_1_135_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:22.014470 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_135_30} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_134_29, all_135_135_0] -> all_1_135_30 2026.01.31 06:12:22.014543 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.31 06:12:23.069859 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2026.01.31 06:12:23.088110 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:23.088163 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:23.094565 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.31 06:12:23.095281 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:23.099151 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2026.01.31 06:12:25.703053 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1866 2026.01.31 06:12:25.705282 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:25.705329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:25.706537 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:12:25.706810 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:25.706978 [ 27 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:12:25.707048 [ 27 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:25.707072 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:25.707079 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1866 2026.01.31 06:12:25.707175 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:12:25.707687 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:25.707827 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1744 rows starting from the beginning of the part 2026.01.31 06:12:25.708180 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 22 rows starting from the beginning of the part 2026.01.31 06:12:25.708509 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 24 rows starting from the beginning of the part 2026.01.31 06:12:25.708834 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part 2026.01.31 06:12:25.709152 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:12:25.709478 [ 186 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part 2026.01.31 06:12:25.716723 [ 200 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1866 rows, containing 72 columns (72 merged, 0 gathered) in 0.00959193 sec., 194538.53395510602 rows/sec., 148.11 MiB/sec. 2026.01.31 06:12:25.718687 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:12:25.719329 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:25.719420 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_71_14} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:12:25.719821 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2026.01.31 06:12:26.455957 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.456218 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} executeQuery: (from [fd00:1122:3344:101::d]:49004) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 06:12:26.456628 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 06:12:26.456677 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 06:12:26.456992 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:12:26.457063 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:12:26.457208 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.31 06:12:26.457328 [ 306 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 06:12:26.457344 [ 305 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 06:12:26.457361 [ 340 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.31 06:12:26.457497 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.31 06:12:26.457525 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 06:12:26.457610 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 06:12:26.457630 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.01.31 06:12:26.457668 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:12:26.457709 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:12:26.457753 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.31 06:12:26.459057 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} executeQuery: Read 36 rows, 1.52 KiB in 0.002952 sec., 12195.121951219511 rows/sec., 514.75 KiB/sec. 2026.01.31 06:12:26.459205 [ 5 ] {a7c57325-dfab-41a8-a4ef-02baed1b09fa} TCPHandler: Processed in 0.003383997 sec. 2026.01.31 06:12:26.496702 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.496837 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 06:12:26.496893 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 06:12:26.497472 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.497513 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.498010 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 06:12:26.498208 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} oximeter.timeseries_schema (9fb4548f-ea84-4531-9dd6-5aa5e08cad2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.498360 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} executeQuery: Read 1 rows, 285.00 B in 0.001561 sec., 640.6149903907751 rows/sec., 178.30 KiB/sec. 2026.01.31 06:12:26.498402 [ 5 ] {ef30b851-fde7-413e-a21e-cad64ecce9f3} TCPHandler: Processed in 0.00176464 sec. 2026.01.31 06:12:26.498520 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.498616 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.498660 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:12:26.499089 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.499126 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.499422 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:12:26.499630 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.499763 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} executeQuery: Read 24 rows, 2.04 KiB in 0.001166 sec., 20583.19039451115 rows/sec., 1.71 MiB/sec. 2026.01.31 06:12:26.499801 [ 5 ] {5ffc6983-c347-4a15-bf78-0b16bbfd9eef} TCPHandler: Processed in 0.00133128 sec. 2026.01.31 06:12:26.499906 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.500000 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:12:26.500041 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:12:26.500426 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.500462 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.500741 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.31 06:12:26.500956 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.501091 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} executeQuery: Read 7 rows, 562.00 B in 0.001109 sec., 6311.9927862939585 rows/sec., 494.89 KiB/sec. 2026.01.31 06:12:26.501129 [ 5 ] {07fa37da-8879-4ed9-be29-641769a48480} TCPHandler: Processed in 0.001273889 sec. 2026.01.31 06:12:26.501229 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.501321 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:26.501360 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:26.502788 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.502825 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.503207 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.31 06:12:26.503411 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.503540 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} executeQuery: Read 1442 rows, 123.74 KiB in 0.002236 sec., 644901.6100178891 rows/sec., 54.04 MiB/sec. 2026.01.31 06:12:26.503579 [ 5 ] {1b1b1667-76fd-4aec-9ebb-9afdd3917385} TCPHandler: Processed in 0.002398485 sec. 2026.01.31 06:12:26.503700 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.503822 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.503872 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:26.504327 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.504365 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.504669 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.31 06:12:26.504877 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.505008 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} executeQuery: Read 78 rows, 5.86 KiB in 0.001207 sec., 64623.03231151616 rows/sec., 4.74 MiB/sec. 2026.01.31 06:12:26.505046 [ 5 ] {e4f29708-1ae3-4a34-bd80-b3959ee3c870} TCPHandler: Processed in 0.001408482 sec. 2026.01.31 06:12:26.505158 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.505253 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.505293 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:12:26.505806 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.505843 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.506141 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:12:26.506343 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.506477 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} executeQuery: Read 252 rows, 17.85 KiB in 0.001241 sec., 203062.04673650285 rows/sec., 14.04 MiB/sec. 2026.01.31 06:12:26.506516 [ 5 ] {0e7004cc-db67-4f5c-b5ab-09fe41393f08} TCPHandler: Processed in 0.001408162 sec. 2026.01.31 06:12:26.506627 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.506722 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.506762 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:12:26.507150 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.507186 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.507464 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.31 06:12:26.507676 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.507814 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} executeQuery: Read 12 rows, 960.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 845.36 KiB/sec. 2026.01.31 06:12:26.507854 [ 5 ] {5f6f7090-d4e7-4a29-99f4-be7f911cb0e0} TCPHandler: Processed in 0.001276599 sec. 2026.01.31 06:12:26.507957 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.508053 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:26.508093 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:26.508839 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.508876 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.509197 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.31 06:12:26.509395 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.509532 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} executeQuery: Read 649 rows, 49.91 KiB in 0.001497 sec., 433533.73413493653 rows/sec., 32.56 MiB/sec. 2026.01.31 06:12:26.509571 [ 5 ] {a7dbe84b-ef77-4c0c-b2d4-9f5fc1ca7d8e} TCPHandler: Processed in 0.001662338 sec. 2026.01.31 06:12:26.509680 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.509775 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.509817 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:26.510500 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.510536 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.510899 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.31 06:12:26.511098 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.511230 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} executeQuery: Read 885 rows, 61.48 KiB in 0.001472 sec., 601222.8260869565 rows/sec., 40.79 MiB/sec. 2026.01.31 06:12:26.511224 [ 26 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_135_30 to all_140_140_0 2026.01.31 06:12:26.511269 [ 5 ] {df23251d-6834-4cfe-9586-9777075a0dba} TCPHandler: Processed in 0.001638987 sec. 2026.01.31 06:12:26.511309 [ 26 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.511338 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.511401 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.511453 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_30 to all_140_140_0 into Compact with storage Full 2026.01.31 06:12:26.511501 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.511561 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} 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.01.31 06:12:26.511591 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:26.511633 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_135_30, total 38845 rows starting from the beginning of the part 2026.01.31 06:12:26.511706 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:26.511763 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 161 rows starting from the beginning of the part 2026.01.31 06:12:26.511817 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:26.511867 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:26.511916 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 885 rows starting from the beginning of the part 2026.01.31 06:12:26.512535 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.512577 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.513199 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.31 06:12:26.513450 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.513594 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} executeQuery: Read 59 rows, 108.26 KiB in 0.002111 sec., 27948.839412600664 rows/sec., 50.08 MiB/sec. 2026.01.31 06:12:26.513650 [ 5 ] {30448b39-b9c9-4ba7-8e75-6e51a7518474} TCPHandler: Processed in 0.002304223 sec. 2026.01.31 06:12:26.513761 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.513853 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.513905 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 06:12:26.514218 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.514254 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.514567 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 06:12:26.514768 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.514903 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} executeQuery: Read 9 rows, 651.00 B in 0.00106 sec., 8490.566037735849 rows/sec., 599.76 KiB/sec. 2026.01.31 06:12:26.514940 [ 5 ] {cd34b8f8-6f8f-4faa-af1a-d21f3164ad30} TCPHandler: Processed in 0.001226677 sec. 2026.01.31 06:12:26.515047 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:26.515137 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:26.515176 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:26.515500 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:26.515536 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:26.515827 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.31 06:12:26.516041 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.516169 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.01.31 06:12:26.516204 [ 5 ] {58c4631d-3ec2-4970-8524-a05c10e3eb6a} TCPHandler: Processed in 0.001203777 sec. 2026.01.31 06:12:26.519288 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergeTask::MergeProjectionsStage: Merge sorted 40371 rows, containing 5 columns (5 merged, 0 gathered) in 0.00788382 sec., 5120740.960600318 rows/sec., 351.81 MiB/sec. 2026.01.31 06:12:26.519986 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} MergedBlockOutputStream: filled checksums all_1_140_31 (state Temporary) 2026.01.31 06:12:26.520289 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_140_31 to all_1_140_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:26.520374 [ 192 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_140_31} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_135_30, all_140_140_0] -> all_1_140_31 2026.01.31 06:12:26.520483 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.31 06:12:27.273240 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:27.273281 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:27.276790 [ 220 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:28.056823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45648 2026.01.31 06:12:28.057347 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:28.057381 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:28.057838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:12:28.058069 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:28.058205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45648 2026.01.31 06:12:30.214638 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:30.214738 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:30.217462 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:12:30.600153 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2026.01.31 06:12:30.617891 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:30.617943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:30.624247 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.31 06:12:30.624939 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:30.627990 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2026.01.31 06:12:31.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.20 MiB, peak 397.47 MiB, free memory in arenas 0.00 B, will set to 379.68 MiB (RSS), difference: 3.48 MiB 2026.01.31 06:12:31.999890 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:32.000057 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:32.000119 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:32.001077 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.001121 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.001490 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.31 06:12:32.001715 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.001867 [ 106 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.31 06:12:32.001877 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} executeQuery: Read 56 rows, 4.38 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.29 MiB/sec. 2026.01.31 06:12:32.001949 [ 106 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.001981 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.001982 [ 5 ] {aaaecb2c-d5ab-40d6-8ef7-b4698858adde} TCPHandler: Processed in 0.002215711 sec. 2026.01.31 06:12:32.002100 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.31 06:12:32.002155 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:32.002213 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:32.002248 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1435 rows starting from the beginning of the part 2026.01.31 06:12:32.002262 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:32.002305 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:32.002314 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 57 rows starting from the beginning of the part 2026.01.31 06:12:32.002365 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 168 rows starting from the beginning of the part 2026.01.31 06:12:32.002412 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:32.002457 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1442 rows starting from the beginning of the part 2026.01.31 06:12:32.002507 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:32.002818 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.002863 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.003176 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.31 06:12:32.003385 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.003518 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} executeQuery: Read 64 rows, 5.12 KiB in 0.001279 sec., 50039.093041438624 rows/sec., 3.91 MiB/sec. 2026.01.31 06:12:32.003556 [ 5 ] {d3fbd1f8-01a0-46b0-9f40-a72f11b38511} TCPHandler: Processed in 0.001450153 sec. 2026.01.31 06:12:32.003569 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.31 06:12:32.003637 [ 127 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.003658 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.003678 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:32.003764 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.31 06:12:32.003783 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:32.003843 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:32.003844 [ 188 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3214 rows, containing 5 columns (5 merged, 0 gathered) in 0.00178705 sec., 1798494.725944993 rows/sec., 157.20 MiB/sec. 2026.01.31 06:12:32.003897 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:32.003929 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 649 rows starting from the beginning of the part 2026.01.31 06:12:32.003992 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 66 rows starting from the beginning of the part 2026.01.31 06:12:32.004037 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 120 rows starting from the beginning of the part 2026.01.31 06:12:32.004081 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:32.004097 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.31 06:12:32.004130 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 649 rows starting from the beginning of the part 2026.01.31 06:12:32.004175 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:32.004329 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.004369 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:32.004388 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.004459 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_141_28} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.31 06:12:32.004532 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.31 06:12:32.004722 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.31 06:12:32.004949 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.005081 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} executeQuery: Read 160 rows, 11.41 KiB in 0.001317 sec., 121488.23082763857 rows/sec., 8.46 MiB/sec. 2026.01.31 06:12:32.005119 [ 5 ] {cf61d259-3cfa-4a25-b894-e12600a2b35a} TCPHandler: Processed in 0.001489164 sec. 2026.01.31 06:12:32.005223 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 5 columns (5 merged, 0 gathered) in 0.001506274 sec., 1070190.416882984 rows/sec., 85.23 MiB/sec. 2026.01.31 06:12:32.005246 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:32.005359 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:32.005401 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:32.005441 [ 190 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.31 06:12:32.005723 [ 190 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.005779 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.005798 [ 190 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_141_28} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.31 06:12:32.005829 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.005910 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.31 06:12:32.006138 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.31 06:12:32.006336 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.006455 [ 106 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.31 06:12:32.006460 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.31 06:12:32.006496 [ 106 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:32.006516 [ 5 ] {288747e4-a1b4-4e2c-a45e-2a3decde0c0d} TCPHandler: Processed in 0.00131758 sec. 2026.01.31 06:12:32.006520 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:32.006647 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.31 06:12:32.006798 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:32.006833 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8058 rows starting from the beginning of the part 2026.01.31 06:12:32.006901 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:32.006946 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:32.006988 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:32.007031 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:32.007077 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:32.009289 [ 201 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8358 rows, containing 4 columns (4 merged, 0 gathered) in 0.002695532 sec., 3100686.6177066346 rows/sec., 209.03 MiB/sec. 2026.01.31 06:12:32.009432 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.31 06:12:32.009690 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:32.009758 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_141_28} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.31 06:12:32.009837 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.01.31 06:12:35.302026 [ 152 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:12:35.302097 [ 152 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:12:35.559289 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46096 2026.01.31 06:12:35.559771 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:35.559804 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:35.560268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:12:35.560497 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:35.560622 [ 152 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:12:35.560627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46096 2026.01.31 06:12:35.560669 [ 152 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:35.560691 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:35.560860 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:12:35.561074 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:35.561137 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43728 rows starting from the beginning of the part 2026.01.31 06:12:35.561242 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 448 rows starting from the beginning of the part 2026.01.31 06:12:35.561294 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 512 rows starting from the beginning of the part 2026.01.31 06:12:35.561333 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 448 rows starting from the beginning of the part 2026.01.31 06:12:35.561371 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 512 rows starting from the beginning of the part 2026.01.31 06:12:35.561407 [ 190 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 448 rows starting from the beginning of the part 2026.01.31 06:12:35.564162 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46096 rows, containing 4 columns (4 merged, 0 gathered) in 0.003392727 sec., 13586710.631300427 rows/sec., 194.36 MiB/sec. 2026.01.31 06:12:35.564427 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:12:35.564713 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:35.564796 [ 198 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_96_19} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:12:35.564877 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.31 06:12:35.708156 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1900 2026.01.31 06:12:35.710653 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:35.710701 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:35.711913 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:12:35.712182 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:35.712455 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1900 2026.01.31 06:12:36.006534 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006193691 sec. 2026.01.31 06:12:37.002693 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.002884 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:12:37.002957 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:12:37.003638 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.003684 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.004045 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.31 06:12:37.004265 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.004414 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} executeQuery: Read 3 rows, 228.00 B in 0.001582 sec., 1896.3337547408344 rows/sec., 140.74 KiB/sec. 2026.01.31 06:12:37.004456 [ 5 ] {c64056dd-5c04-426a-bafb-a00dfc1ed839} TCPHandler: Processed in 0.001895233 sec. 2026.01.31 06:12:37.004579 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.004678 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:37.004717 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:37.005304 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.005340 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.005646 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.31 06:12:37.005849 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.005977 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} executeQuery: Read 180 rows, 16.04 KiB in 0.001317 sec., 136674.2596810934 rows/sec., 11.89 MiB/sec. 2026.01.31 06:12:37.006015 [ 5 ] {ec0043f8-7687-4589-92e5-3778c3f3c999} TCPHandler: Processed in 0.001483684 sec. 2026.01.31 06:12:37.006134 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.006227 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:37.006267 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:37.006690 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.006726 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.007005 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.31 06:12:37.007203 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.007328 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} executeQuery: Read 62 rows, 4.62 KiB in 0.001119 sec., 55406.61304736372 rows/sec., 4.04 MiB/sec. 2026.01.31 06:12:37.007365 [ 5 ] {eca6dad3-c801-4d91-b7d1-eef9c276edec} TCPHandler: Processed in 0.001278679 sec. 2026.01.31 06:12:37.007475 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.007566 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:37.007605 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:37.008068 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.008103 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.008406 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.31 06:12:37.008604 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.008730 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} executeQuery: Read 144 rows, 11.31 KiB in 0.001181 sec., 121930.56731583404 rows/sec., 9.36 MiB/sec. 2026.01.31 06:12:37.008768 [ 5 ] {88b72b30-7477-4d25-bf9a-b964e38db043} TCPHandler: Processed in 0.001339521 sec. 2026.01.31 06:12:37.008876 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.008967 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:37.009008 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:37.009417 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.009452 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.009768 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.31 06:12:37.009973 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.010106 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} executeQuery: Read 163 rows, 11.60 KiB in 0.001157 sec., 140881.59031979257 rows/sec., 9.79 MiB/sec. 2026.01.31 06:12:37.010144 [ 5 ] {617012f3-fe51-4a69-b422-4a71b48110de} TCPHandler: Processed in 0.00131426 sec. 2026.01.31 06:12:37.010217 [ 217 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:37.010261 [ 217 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:37.010266 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.010360 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:37.010411 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} 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.01.31 06:12:37.011271 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.011305 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.011868 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.31 06:12:37.012080 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.012207 [ 134 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.31 06:12:37.012220 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} executeQuery: Read 59 rows, 108.26 KiB in 0.001877 sec., 31433.137986148107 rows/sec., 56.33 MiB/sec. 2026.01.31 06:12:37.012289 [ 134 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.012316 [ 5 ] {4a1a2fa7-f2b8-47b6-99cc-f6c581712e1a} TCPHandler: Processed in 0.002107438 sec. 2026.01.31 06:12:37.012323 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.012445 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:12:37.012497 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:37.012600 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:37.012640 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:37.012688 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:37.012753 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2584 rows starting from the beginning of the part 2026.01.31 06:12:37.012880 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 49 rows starting from the beginning of the part 2026.01.31 06:12:37.012985 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 54 rows starting from the beginning of the part 2026.01.31 06:12:37.013042 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.013088 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:37.013092 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:37.013208 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 59 rows starting from the beginning of the part 2026.01.31 06:12:37.013319 [ 190 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 59 rows starting from the beginning of the part 2026.01.31 06:12:37.013423 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.31 06:12:37.013663 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.013667 [ 217 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:37.013798 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. 2026.01.31 06:12:37.013835 [ 5 ] {1848f790-f60b-4a91-8a09-ee82b2c4bc39} TCPHandler: Processed in 0.001384981 sec. 2026.01.31 06:12:37.024108 [ 199 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2861 rows, containing 19 columns (19 merged, 0 gathered) in 0.011701078 sec., 244507.38641345693 rows/sec., 438.15 MiB/sec. 2026.01.31 06:12:37.026671 [ 199 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.31 06:12:37.027069 [ 199 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.027153 [ 199 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_71_14} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.31 06:12:37.027336 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.93 MiB. 2026.01.31 06:12:37.267893 [ 134 ] {} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 06:12:37.267955 [ 134 ] {} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:37.267979 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:37.268084 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::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.01.31 06:12:37.268217 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:37.268253 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.31 06:12:37.268353 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2026.01.31 06:12:37.268402 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.31 06:12:37.268448 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2026.01.31 06:12:37.268494 [ 195 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.01.31 06:12:37.270459 [ 199 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002423285 sec., 21045.81178028998 rows/sec., 1.50 MiB/sec. 2026.01.31 06:12:37.270574 [ 199 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 06:12:37.270812 [ 199 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:37.270902 [ 199 ] {9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e::all_1_5_1} oximeter.measurements_i64 (9e7d7a79-e1c4-4bf3-a2fd-1863e64dd12e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 06:12:37.270965 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:12:38.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 380.26 MiB, peak 398.12 MiB, free memory in arenas 0.00 B, will set to 384.82 MiB (RSS), difference: 4.55 MiB 2026.01.31 06:12:38.129020 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2026.01.31 06:12:38.147608 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:38.147659 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:38.154318 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.31 06:12:38.155017 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:38.155304 [ 149 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.31 06:12:38.155364 [ 149 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:38.155384 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. 2026.01.31 06:12:38.155498 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:12:38.158340 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2026.01.31 06:12:38.159095 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:38.160634 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2026.01.31 06:12:38.165569 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:38.170377 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2026.01.31 06:12:38.175624 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:38.181032 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2026.01.31 06:12:38.186171 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:38.245714 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.090267384 sec., 8009.537531297018 rows/sec., 41.42 MiB/sec. 2026.01.31 06:12:38.247945 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.31 06:12:38.249684 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:38.249775 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_96_19} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.31 06:12:38.251370 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.31 06:12:38.309452 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.309482 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.312460 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.514027 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.514071 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.516866 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.905450 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.905501 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:38.908124 [ 221 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.31 06:12:39.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 385.90 MiB, peak 403.31 MiB, free memory in arenas 0.00 B, will set to 384.83 MiB (RSS), difference: -1.07 MiB 2026.01.31 06:12:41.999495 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:41.999698 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:41.999765 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:42.000486 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:42.000525 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:42.000895 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.31 06:12:42.001107 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:42.001252 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} executeQuery: Read 56 rows, 4.38 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.66 MiB/sec. 2026.01.31 06:12:42.001294 [ 5 ] {e998c204-262e-44f9-bcae-45208d2d12b8} TCPHandler: Processed in 0.001922734 sec. 2026.01.31 06:12:42.001417 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:42.001509 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:42.001548 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:42.002002 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:42.002037 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:42.002323 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.31 06:12:42.002525 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:42.002657 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} executeQuery: Read 64 rows, 5.12 KiB in 0.001166 sec., 54888.507718696404 rows/sec., 4.28 MiB/sec. 2026.01.31 06:12:42.002694 [ 5 ] {dab519f3-b0b8-4f08-a08e-f943b513bd93} TCPHandler: Processed in 0.00132456 sec. 2026.01.31 06:12:42.002809 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:42.002912 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:42.002954 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:42.003383 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:42.003418 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:42.003728 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.31 06:12:42.003938 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:42.004071 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.01.31 06:12:42.004108 [ 5 ] {3ba3482c-54b8-4099-a5cc-83b0a0d1ecde} TCPHandler: Processed in 0.00134601 sec. 2026.01.31 06:12:42.004217 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:42.004308 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:42.004348 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:42.004679 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:42.004714 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:42.005000 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.31 06:12:42.005216 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:42.005342 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.31 06:12:42.005377 [ 5 ] {0608a705-74dc-4cb2-a84f-9136bc0d0b14} TCPHandler: Processed in 0.001206068 sec. 2026.01.31 06:12:43.060778 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46608 2026.01.31 06:12:43.061604 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:43.061679 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:43.062211 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:12:43.062423 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:43.062551 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46608 2026.01.31 06:12:44.246948 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61339 2026.01.31 06:12:44.247091 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247121 [ 288 ] {} TCP-Session: c5c7170e-85fa-4881-b605-2ed1b6f04759 Authenticating user 'default' from [fd00:1122:3344:101::e]:61339 2026.01.31 06:12:44.247145 [ 288 ] {} TCP-Session: c5c7170e-85fa-4881-b605-2ed1b6f04759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247161 [ 288 ] {} TCP-Session: c5c7170e-85fa-4881-b605-2ed1b6f04759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247393 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54036 2026.01.31 06:12:44.247415 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52664 2026.01.31 06:12:44.247467 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41785 2026.01.31 06:12:44.247491 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49523 2026.01.31 06:12:44.247536 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247549 [ 288 ] {} TCP-Session: c5c7170e-85fa-4881-b605-2ed1b6f04759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:44.247564 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247589 [ 289 ] {} TCP-Session: c9943c3c-252b-4337-8217-3f3f1e2d8440 Authenticating user 'default' from [fd00:1122:3344:101::e]:54036 2026.01.31 06:12:44.247596 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247617 [ 290 ] {} TCP-Session: e56edc26-2ea3-430c-b167-557bd26d8ee4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52664 2026.01.31 06:12:44.247630 [ 289 ] {} TCP-Session: c9943c3c-252b-4337-8217-3f3f1e2d8440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247642 [ 294 ] {} TCP-Session: 2f363e55-f2ec-4297-931a-4ce25e2e00bc Authenticating user 'default' from [fd00:1122:3344:101::e]:49523 2026.01.31 06:12:44.247660 [ 290 ] {} TCP-Session: e56edc26-2ea3-430c-b167-557bd26d8ee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247664 [ 289 ] {} TCP-Session: c9943c3c-252b-4337-8217-3f3f1e2d8440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247693 [ 290 ] {} TCP-Session: e56edc26-2ea3-430c-b167-557bd26d8ee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247682 [ 294 ] {} TCP-Session: 2f363e55-f2ec-4297-931a-4ce25e2e00bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247734 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} executeQuery: (from [fd00:1122:3344:101::e]:61339) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:12:44.247741 [ 294 ] {} TCP-Session: 2f363e55-f2ec-4297-931a-4ce25e2e00bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247511 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50419 2026.01.31 06:12:44.247502 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58836 2026.01.31 06:12:44.247470 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40164 2026.01.31 06:12:44.247479 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49532 2026.01.31 06:12:44.247865 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247853 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247891 [ 3 ] {} TCP-Session: 4f9d04b4-5d44-4371-ab19-ef2241e835b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58836 2026.01.31 06:12:44.247603 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.247913 [ 3 ] {} TCP-Session: 4f9d04b4-5d44-4371-ab19-ef2241e835b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247909 [ 286 ] {} TCP-Session: 7a89f61a-d4b8-4dac-b676-7386dfbf7340 Authenticating user 'default' from [fd00:1122:3344:101::e]:50419 2026.01.31 06:12:44.247949 [ 291 ] {} TCP-Session: 7c1d22a2-f511-412c-b563-6ac5a9c85fe5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41785 2026.01.31 06:12:44.247968 [ 286 ] {} TCP-Session: 7a89f61a-d4b8-4dac-b676-7386dfbf7340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247988 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:12:44.248006 [ 286 ] {} TCP-Session: 7a89f61a-d4b8-4dac-b676-7386dfbf7340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248001 [ 291 ] {} TCP-Session: 7c1d22a2-f511-412c-b563-6ac5a9c85fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.247947 [ 3 ] {} TCP-Session: 4f9d04b4-5d44-4371-ab19-ef2241e835b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248059 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:12:44.248065 [ 291 ] {} TCP-Session: 7c1d22a2-f511-412c-b563-6ac5a9c85fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248314 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.248348 [ 292 ] {} TCP-Session: ef927449-85f9-418d-8207-9b27c948764f Authenticating user 'default' from [fd00:1122:3344:101::e]:40164 2026.01.31 06:12:44.248361 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:12:44.248366 [ 292 ] {} TCP-Session: ef927449-85f9-418d-8207-9b27c948764f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248406 [ 292 ] {} TCP-Session: ef927449-85f9-418d-8207-9b27c948764f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248437 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:44.248470 [ 293 ] {} TCP-Session: cc64b577-fe94-41c1-883c-8f4f0b48a0db Authenticating user 'default' from [fd00:1122:3344:101::e]:49532 2026.01.31 06:12:44.248487 [ 293 ] {} TCP-Session: cc64b577-fe94-41c1-883c-8f4f0b48a0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.248500 [ 293 ] {} TCP-Session: cc64b577-fe94-41c1-883c-8f4f0b48a0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.249324 [ 326 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} AggregatingTransform: Aggregating 2026.01.31 06:12:44.249355 [ 326 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} Aggregator: Aggregation method: without_key 2026.01.31 06:12:44.249380 [ 326 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911161 sec. (1097.501 rows/sec., 42.87 KiB/sec.) 2026.01.31 06:12:44.249394 [ 326 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} Aggregator: Merging aggregated data 2026.01.31 06:12:44.250771 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} executeQuery: Read 1 rows, 40.00 B in 0.003091 sec., 323.51989647363314 rows/sec., 12.64 KiB/sec. 2026.01.31 06:12:44.250893 [ 288 ] {d8a0306c-074d-4a3d-a469-44202eab95f3} TCPHandler: Processed in 0.003458179 sec. 2026.01.31 06:12:44.251004 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251031 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251032 [ 288 ] {} TCP-Session: c5c7170e-85fa-4881-b605-2ed1b6f04759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251048 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251076 [ 289 ] {} TCP-Session: c9943c3c-252b-4337-8217-3f3f1e2d8440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251082 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251103 [ 286 ] {} TCP-Session: 7a89f61a-d4b8-4dac-b676-7386dfbf7340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251100 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251131 [ 290 ] {} TCP-Session: e56edc26-2ea3-430c-b167-557bd26d8ee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251136 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251161 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251192 [ 294 ] {} TCP-Session: 2f363e55-f2ec-4297-931a-4ce25e2e00bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251163 [ 292 ] {} TCP-Session: ef927449-85f9-418d-8207-9b27c948764f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251213 [ 3 ] {} TCP-Session: 4f9d04b4-5d44-4371-ab19-ef2241e835b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251118 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251066 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:44.251277 [ 293 ] {} TCP-Session: cc64b577-fe94-41c1-883c-8f4f0b48a0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:44.251312 [ 291 ] {} TCP-Session: 7c1d22a2-f511-412c-b563-6ac5a9c85fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.659386 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2026.01.31 06:12:45.677505 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:45.677575 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:45.684466 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.31 06:12:45.685860 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:45.689979 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2026.01.31 06:12:45.713658 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1924 2026.01.31 06:12:45.716204 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:45.716269 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:45.717683 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:12:45.718237 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:45.718604 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1924 2026.01.31 06:12:45.792989 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43640 2026.01.31 06:12:45.793097 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793124 [ 288 ] {} TCP-Session: e693338e-13d1-46d5-8396-e1b1faad4a89 Authenticating user 'default' from [fd00:1122:3344:101::e]:43640 2026.01.31 06:12:45.793147 [ 288 ] {} TCP-Session: e693338e-13d1-46d5-8396-e1b1faad4a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793160 [ 288 ] {} TCP-Session: e693338e-13d1-46d5-8396-e1b1faad4a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793400 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35530 2026.01.31 06:12:45.793429 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36412 2026.01.31 06:12:45.793451 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62862 2026.01.31 06:12:45.793480 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46895 2026.01.31 06:12:45.793494 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40117 2026.01.31 06:12:45.793527 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793545 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793568 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793568 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793592 [ 291 ] {} TCP-Session: 55fdcd6f-749b-4bdb-9185-288116622c42 Authenticating user 'default' from [fd00:1122:3344:101::e]:36412 2026.01.31 06:12:45.793597 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793613 [ 293 ] {} TCP-Session: abf61d03-8498-4102-803c-cc4bce3eebaa Authenticating user 'default' from [fd00:1122:3344:101::e]:62862 2026.01.31 06:12:45.793630 [ 291 ] {} TCP-Session: 55fdcd6f-749b-4bdb-9185-288116622c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793644 [ 286 ] {} TCP-Session: d520a4be-5972-482b-bcf3-4bf6268b1ca0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40117 2026.01.31 06:12:45.793653 [ 293 ] {} TCP-Session: abf61d03-8498-4102-803c-cc4bce3eebaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793658 [ 291 ] {} TCP-Session: 55fdcd6f-749b-4bdb-9185-288116622c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793676 [ 286 ] {} TCP-Session: d520a4be-5972-482b-bcf3-4bf6268b1ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793678 [ 293 ] {} TCP-Session: abf61d03-8498-4102-803c-cc4bce3eebaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793705 [ 286 ] {} TCP-Session: d520a4be-5972-482b-bcf3-4bf6268b1ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793606 [ 3 ] {} TCP-Session: 75becddb-76e6-45d1-a4e5-de94c074a804 Authenticating user 'default' from [fd00:1122:3344:101::e]:46895 2026.01.31 06:12:45.793576 [ 289 ] {} TCP-Session: a3af3688-8523-4e59-a900-ad57a54ffd79 Authenticating user 'default' from [fd00:1122:3344:101::e]:35530 2026.01.31 06:12:45.793745 [ 3 ] {} TCP-Session: 75becddb-76e6-45d1-a4e5-de94c074a804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793484 [ 288 ] {} TCP-Session: e693338e-13d1-46d5-8396-e1b1faad4a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:45.793775 [ 3 ] {} TCP-Session: 75becddb-76e6-45d1-a4e5-de94c074a804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793773 [ 289 ] {} TCP-Session: a3af3688-8523-4e59-a900-ad57a54ffd79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793477 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60196 2026.01.31 06:12:45.793849 [ 289 ] {} TCP-Session: a3af3688-8523-4e59-a900-ad57a54ffd79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793446 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51525 2026.01.31 06:12:45.793403 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64808 2026.01.31 06:12:45.793924 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793954 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.793966 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} executeQuery: (from [fd00:1122:3344:101::e]:43640) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:12:45.793985 [ 292 ] {} TCP-Session: 5b1d35ec-4092-4ff2-84e8-2bc222865137 Authenticating user 'default' from [fd00:1122:3344:101::e]:51525 2026.01.31 06:12:45.793988 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.794013 [ 292 ] {} TCP-Session: 5b1d35ec-4092-4ff2-84e8-2bc222865137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.793957 [ 294 ] {} TCP-Session: 16a70302-0dec-4096-bc13-0f2ca47b91f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60196 2026.01.31 06:12:45.794035 [ 290 ] {} TCP-Session: 3bde8e4d-b7fe-4c51-bd04-370d17f3b317 Authenticating user 'default' from [fd00:1122:3344:101::e]:64808 2026.01.31 06:12:45.794039 [ 292 ] {} TCP-Session: 5b1d35ec-4092-4ff2-84e8-2bc222865137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.794063 [ 294 ] {} TCP-Session: 16a70302-0dec-4096-bc13-0f2ca47b91f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.794074 [ 290 ] {} TCP-Session: 3bde8e4d-b7fe-4c51-bd04-370d17f3b317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.794097 [ 294 ] {} TCP-Session: 16a70302-0dec-4096-bc13-0f2ca47b91f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.794110 [ 290 ] {} TCP-Session: 3bde8e4d-b7fe-4c51-bd04-370d17f3b317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.794243 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:12:45.794302 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:12:45.794588 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:12:45.795713 [ 321 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} AggregatingTransform: Aggregating 2026.01.31 06:12:45.795753 [ 321 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} Aggregator: Aggregation method: without_key 2026.01.31 06:12:45.795790 [ 321 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001081864 sec. (924.331 rows/sec., 36.11 KiB/sec.) 2026.01.31 06:12:45.795809 [ 321 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} Aggregator: Merging aggregated data 2026.01.31 06:12:45.797042 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} executeQuery: Read 1 rows, 40.00 B in 0.003129 sec., 319.59092361776925 rows/sec., 12.48 KiB/sec. 2026.01.31 06:12:45.797197 [ 288 ] {95738d8a-c6fa-44ea-a1cb-b96b167109a8} TCPHandler: Processed in 0.003826807 sec. 2026.01.31 06:12:45.797289 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797318 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797331 [ 288 ] {} TCP-Session: e693338e-13d1-46d5-8396-e1b1faad4a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797350 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797359 [ 290 ] {} TCP-Session: 3bde8e4d-b7fe-4c51-bd04-370d17f3b317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797376 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797394 [ 286 ] {} TCP-Session: d520a4be-5972-482b-bcf3-4bf6268b1ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797400 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797419 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797438 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797458 [ 294 ] {} TCP-Session: 16a70302-0dec-4096-bc13-0f2ca47b91f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797482 [ 293 ] {} TCP-Session: abf61d03-8498-4102-803c-cc4bce3eebaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797489 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797500 [ 291 ] {} TCP-Session: 55fdcd6f-749b-4bdb-9185-288116622c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797462 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.797539 [ 3 ] {} TCP-Session: 75becddb-76e6-45d1-a4e5-de94c074a804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797588 [ 292 ] {} TCP-Session: 5b1d35ec-4092-4ff2-84e8-2bc222865137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.797426 [ 289 ] {} TCP-Session: a3af3688-8523-4e59-a900-ad57a54ffd79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.841836 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63141 2026.01.31 06:12:45.841934 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.841960 [ 288 ] {} TCP-Session: 79fdcfe5-6e5b-4342-841a-4f80b0cddf17 Authenticating user 'default' from [fd00:1122:3344:101::e]:63141 2026.01.31 06:12:45.841981 [ 288 ] {} TCP-Session: 79fdcfe5-6e5b-4342-841a-4f80b0cddf17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.841994 [ 288 ] {} TCP-Session: 79fdcfe5-6e5b-4342-841a-4f80b0cddf17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842183 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46273 2026.01.31 06:12:45.842206 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42484 2026.01.31 06:12:45.842213 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35401 2026.01.31 06:12:45.842235 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45419 2026.01.31 06:12:45.842260 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57711 2026.01.31 06:12:45.842280 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39034 2026.01.31 06:12:45.842303 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842319 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842333 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842341 [ 292 ] {} TCP-Session: e1707572-95e9-49e8-a89c-6bc2f63fb27a Authenticating user 'default' from [fd00:1122:3344:101::e]:35401 2026.01.31 06:12:45.842352 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842359 [ 3 ] {} TCP-Session: 5a9e3db7-3d9c-4f9b-87e3-2d39075f5038 Authenticating user 'default' from [fd00:1122:3344:101::e]:57711 2026.01.31 06:12:45.842377 [ 292 ] {} TCP-Session: e1707572-95e9-49e8-a89c-6bc2f63fb27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842388 [ 286 ] {} TCP-Session: 88e49d04-1aad-4c50-ba18-ebd8708f84e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39034 2026.01.31 06:12:45.842397 [ 3 ] {} TCP-Session: 5a9e3db7-3d9c-4f9b-87e3-2d39075f5038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842429 [ 292 ] {} TCP-Session: e1707572-95e9-49e8-a89c-6bc2f63fb27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842436 [ 3 ] {} TCP-Session: 5a9e3db7-3d9c-4f9b-87e3-2d39075f5038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842435 [ 286 ] {} TCP-Session: 88e49d04-1aad-4c50-ba18-ebd8708f84e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842358 [ 288 ] {} TCP-Session: 79fdcfe5-6e5b-4342-841a-4f80b0cddf17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:45.842497 [ 286 ] {} TCP-Session: 88e49d04-1aad-4c50-ba18-ebd8708f84e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842352 [ 293 ] {} TCP-Session: e3870169-d14f-47d3-8505-b1925f4bacda Authenticating user 'default' from [fd00:1122:3344:101::e]:45419 2026.01.31 06:12:45.842271 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842553 [ 293 ] {} TCP-Session: e3870169-d14f-47d3-8505-b1925f4bacda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842258 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63431 2026.01.31 06:12:45.842585 [ 293 ] {} TCP-Session: e3870169-d14f-47d3-8505-b1925f4bacda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842579 [ 289 ] {} TCP-Session: b33bf86b-4e2e-4f7e-a131-aa0a2a5ac7dc Authenticating user 'default' from [fd00:1122:3344:101::e]:46273 2026.01.31 06:12:45.842184 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34812 2026.01.31 06:12:45.842659 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} executeQuery: (from [fd00:1122:3344:101::e]:63141) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:12:45.842659 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842648 [ 289 ] {} TCP-Session: b33bf86b-4e2e-4f7e-a131-aa0a2a5ac7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842714 [ 294 ] {} TCP-Session: b5b723dc-f062-4d45-9257-b583d9e3a018 Authenticating user 'default' from [fd00:1122:3344:101::e]:63431 2026.01.31 06:12:45.842711 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842726 [ 289 ] {} TCP-Session: b33bf86b-4e2e-4f7e-a131-aa0a2a5ac7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842745 [ 294 ] {} TCP-Session: b5b723dc-f062-4d45-9257-b583d9e3a018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842759 [ 290 ] {} TCP-Session: a00f80a4-4056-42f4-a16d-e775dc8d42e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34812 2026.01.31 06:12:45.842780 [ 294 ] {} TCP-Session: b5b723dc-f062-4d45-9257-b583d9e3a018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842796 [ 290 ] {} TCP-Session: a00f80a4-4056-42f4-a16d-e775dc8d42e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842279 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:12:45.842903 [ 290 ] {} TCP-Session: a00f80a4-4056-42f4-a16d-e775dc8d42e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842927 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:12:45.842934 [ 291 ] {} TCP-Session: 7717dfbc-7a66-49ec-a092-ec7391a0aa3b Authenticating user 'default' from [fd00:1122:3344:101::e]:42484 2026.01.31 06:12:45.842974 [ 291 ] {} TCP-Session: 7717dfbc-7a66-49ec-a092-ec7391a0aa3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.842986 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:12:45.842989 [ 291 ] {} TCP-Session: 7717dfbc-7a66-49ec-a092-ec7391a0aa3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.843267 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:12:45.844204 [ 346 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} AggregatingTransform: Aggregating 2026.01.31 06:12:45.844262 [ 346 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} Aggregator: Aggregation method: without_key 2026.01.31 06:12:45.844302 [ 346 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000930751 sec. (1074.401 rows/sec., 41.97 KiB/sec.) 2026.01.31 06:12:45.844321 [ 346 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} Aggregator: Merging aggregated data 2026.01.31 06:12:45.845435 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} executeQuery: Read 1 rows, 40.00 B in 0.002825 sec., 353.98230088495575 rows/sec., 13.83 KiB/sec. 2026.01.31 06:12:45.845595 [ 288 ] {ef3bea72-8b5c-43df-9a84-f2b6fba9746f} TCPHandler: Processed in 0.003340337 sec. 2026.01.31 06:12:45.845723 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845746 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845762 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845777 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845789 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845809 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845835 [ 290 ] {} TCP-Session: a00f80a4-4056-42f4-a16d-e775dc8d42e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845828 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845859 [ 294 ] {} TCP-Session: b5b723dc-f062-4d45-9257-b583d9e3a018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845861 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845898 [ 292 ] {} TCP-Session: e1707572-95e9-49e8-a89c-6bc2f63fb27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845929 [ 3 ] {} TCP-Session: 5a9e3db7-3d9c-4f9b-87e3-2d39075f5038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845842 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:12:45.845823 [ 286 ] {} TCP-Session: 88e49d04-1aad-4c50-ba18-ebd8708f84e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845987 [ 291 ] {} TCP-Session: 7717dfbc-7a66-49ec-a092-ec7391a0aa3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845803 [ 293 ] {} TCP-Session: e3870169-d14f-47d3-8505-b1925f4bacda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845790 [ 289 ] {} TCP-Session: b33bf86b-4e2e-4f7e-a131-aa0a2a5ac7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:45.845763 [ 288 ] {} TCP-Session: 79fdcfe5-6e5b-4342-841a-4f80b0cddf17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:12:47.003440 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.003638 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:12:47.003718 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:12:47.004498 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.004561 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.005122 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.31 06:12:47.005610 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.005763 [ 141 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Selected 6 parts from all_1_33_8 to all_38_38_0 2026.01.31 06:12:47.005805 [ 141 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.005813 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} executeQuery: Read 3 rows, 228.00 B in 0.002225 sec., 1348.314606741573 rows/sec., 100.07 KiB/sec. 2026.01.31 06:12:47.005825 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.005878 [ 5 ] {f9b7fe10-1bbd-47f6-8a5a-f70e8e00afc2} TCPHandler: Processed in 0.002573099 sec. 2026.01.31 06:12:47.005937 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_8 to all_38_38_0 into Compact with storage Full 2026.01.31 06:12:47.006010 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.006068 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:47.006106 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part 2026.01.31 06:12:47.006123 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:47.006171 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.01.31 06:12:47.006176 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:47.006225 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2026.01.31 06:12:47.006271 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.01.31 06:12:47.006310 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 3 rows starting from the beginning of the part 2026.01.31 06:12:47.006349 [ 196 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 3 rows starting from the beginning of the part 2026.01.31 06:12:47.006805 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.006848 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.007217 [ 189 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333731 sec., 33739.93706377073 rows/sec., 2.77 MiB/sec. 2026.01.31 06:12:47.007346 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.31 06:12:47.007519 [ 186 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) 2026.01.31 06:12:47.007924 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.008105 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} executeQuery: Read 180 rows, 16.04 KiB in 0.002009 sec., 89596.8143354903 rows/sec., 7.80 MiB/sec. 2026.01.31 06:12:47.008163 [ 5 ] {ca6bbd41-e41e-4954-9744-e718780ea4d0} TCPHandler: Processed in 0.002208381 sec. 2026.01.31 06:12:47.008164 [ 186 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.008293 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.008295 [ 186 ] {63b0b200-c701-4504-b80d-766a590bedca::all_1_38_9} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca) (MergerMutator): Merged 6 parts: [all_1_33_8, all_38_38_0] -> all_1_38_9 2026.01.31 06:12:47.008407 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:47.008442 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:12:47.008459 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:47.008944 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.008985 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.009405 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.31 06:12:47.009841 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.010007 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} executeQuery: Read 62 rows, 4.62 KiB in 0.001623 sec., 38200.862600123226 rows/sec., 2.78 MiB/sec. 2026.01.31 06:12:47.010055 [ 5 ] {775c3dda-99fa-4cf8-b9d3-4ebd5a3edbda} TCPHandler: Processed in 0.001814292 sec. 2026.01.31 06:12:47.010169 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.010271 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:47.010316 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:47.010825 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.010860 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.011300 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.31 06:12:47.011728 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.011887 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} executeQuery: Read 144 rows, 11.31 KiB in 0.001639 sec., 87858.45027455766 rows/sec., 6.74 MiB/sec. 2026.01.31 06:12:47.011932 [ 5 ] {6025c778-5fa1-4fd2-bf6b-63084c85b61e} TCPHandler: Processed in 0.001814092 sec. 2026.01.31 06:12:47.012043 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.012143 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:47.012190 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:47.012634 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.012667 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.013111 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.31 06:12:47.013576 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.013727 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} executeQuery: Read 163 rows, 11.60 KiB in 0.001608 sec., 101368.15920398009 rows/sec., 7.04 MiB/sec. 2026.01.31 06:12:47.013769 [ 5 ] {f2799816-cc26-4e83-b2fe-d9f3d8052271} TCPHandler: Processed in 0.001777251 sec. 2026.01.31 06:12:47.013884 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.013984 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:47.014043 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} 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.01.31 06:12:47.015042 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.015077 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.015822 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.31 06:12:47.016246 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.016401 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} executeQuery: Read 59 rows, 108.26 KiB in 0.002439 sec., 24190.241902419024 rows/sec., 43.35 MiB/sec. 2026.01.31 06:12:47.016493 [ 5 ] {13de74f8-6993-4cf0-8b97-8de25ae03ba1} TCPHandler: Processed in 0.002660331 sec. 2026.01.31 06:12:47.016610 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:47.016709 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:47.016753 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:47.017105 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:47.017140 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:47.017558 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.31 06:12:47.017984 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:47.018119 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. 2026.01.31 06:12:47.018155 [ 5 ] {a0f20056-a233-4259-9178-670b55aa7e30} TCPHandler: Processed in 0.001595866 sec. 2026.01.31 06:12:50.302147 [ 138 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:12:50.302243 [ 138 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:12:50.563637 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47056 2026.01.31 06:12:50.564122 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:50.564159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:50.564715 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:12:50.565207 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:50.565340 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47056 2026.01.31 06:12:51.999187 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:51.999380 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:51.999450 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:52.000222 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:52.000265 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:52.000641 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.31 06:12:52.000863 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:52.001018 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} executeQuery: Read 56 rows, 4.38 KiB in 0.001689 sec., 33155.71343990527 rows/sec., 2.53 MiB/sec. 2026.01.31 06:12:52.001060 [ 5 ] {8ddd0cd0-7b5b-4f0c-a1cd-cfc2318096e5} TCPHandler: Processed in 0.002006655 sec. 2026.01.31 06:12:52.001186 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:52.001280 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:52.001320 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:52.001773 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:52.001810 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:52.002117 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.31 06:12:52.002323 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:52.002462 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2026.01.31 06:12:52.002500 [ 5 ] {d9e9ae0f-8eaa-4464-8627-95b952016e77} TCPHandler: Processed in 0.001364111 sec. 2026.01.31 06:12:52.002620 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:52.002714 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:52.002757 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:52.003238 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:52.003274 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:52.003588 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.31 06:12:52.003789 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:52.003891 [ 135 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_140_31 to all_141_141_0 2026.01.31 06:12:52.003918 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.01.31 06:12:52.003960 [ 135 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:52.003970 [ 5 ] {4cb69752-929a-43b1-844a-db1aed6a383a} TCPHandler: Processed in 0.001399422 sec. 2026.01.31 06:12:52.003989 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:52.004089 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergeTask::PrepareStage: Merging 2 parts: from all_1_140_31 to all_141_141_0 into Compact with storage Full 2026.01.31 06:12:52.004092 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:52.004215 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:52.004226 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:52.004259 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:52.004273 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_140_31, total 40371 rows starting from the beginning of the part 2026.01.31 06:12:52.004355 [ 191 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:52.004605 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:52.004645 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:52.004956 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.31 06:12:52.005179 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:52.005309 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.01.31 06:12:52.005345 [ 5 ] {d700df9d-56d6-4cb6-92fc-39031f778ce4} TCPHandler: Processed in 0.00130123 sec. 2026.01.31 06:12:52.011627 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergeTask::MergeProjectionsStage: Merge sorted 40531 rows, containing 5 columns (5 merged, 0 gathered) in 0.007578253 sec., 5348330.281398628 rows/sec., 367.47 MiB/sec. 2026.01.31 06:12:52.012175 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} MergedBlockOutputStream: filled checksums all_1_141_32 (state Temporary) 2026.01.31 06:12:52.012430 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_141_32 to all_1_141_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:52.012495 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_141_32} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_140_31, all_141_141_0] -> all_1_141_32 2026.01.31 06:12:52.012564 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.31 06:12:53.191010 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2026.01.31 06:12:53.208645 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:53.208691 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:53.214793 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.31 06:12:53.215476 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:53.218913 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2026.01.31 06:12:55.451796 [ 222 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:12:55.451878 [ 222 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:12:55.454731 [ 222 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:12:55.719774 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1950 2026.01.31 06:12:55.722127 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:55.722170 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:55.723338 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:12:55.723602 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:55.723867 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1950 2026.01.31 06:12:56.493895 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.494067 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.494131 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:12:56.494754 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.494790 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.495338 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:12:56.495796 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.495947 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} executeQuery: Read 24 rows, 2.04 KiB in 0.001927 sec., 12454.592631032694 rows/sec., 1.03 MiB/sec. 2026.01.31 06:12:56.495992 [ 5 ] {f9f60b72-185b-41c9-a272-5d6b0c71fc40} TCPHandler: Processed in 0.002255942 sec. 2026.01.31 06:12:56.496114 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.496208 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:12:56.496250 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:12:56.496693 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.496728 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.497191 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.31 06:12:56.497611 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.497740 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} executeQuery: Read 12 rows, 1002.00 B in 0.00155 sec., 7741.935483870968 rows/sec., 631.30 KiB/sec. 2026.01.31 06:12:56.497778 [ 5 ] {a737f340-dd50-4e0f-9d75-b79c35dd6498} TCPHandler: Processed in 0.001713089 sec. 2026.01.31 06:12:56.497893 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.497987 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:12:56.498026 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:12:56.499544 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.499579 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.500083 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.31 06:12:56.500520 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.500633 [ 125 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.31 06:12:56.500651 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} executeQuery: Read 1440 rows, 123.63 KiB in 0.002682 sec., 536912.7516778524 rows/sec., 45.02 MiB/sec. 2026.01.31 06:12:56.500676 [ 125 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.500692 [ 5 ] {a1de63e3-164b-45fe-9f40-b60319a7c2de} TCPHandler: Processed in 0.002848866 sec. 2026.01.31 06:12:56.500699 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.500789 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.31 06:12:56.500806 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.500871 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:56.500900 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1451 rows starting from the beginning of the part 2026.01.31 06:12:56.500902 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.500946 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:12:56.500955 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 180 rows starting from the beginning of the part 2026.01.31 06:12:56.500998 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:56.501039 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 180 rows starting from the beginning of the part 2026.01.31 06:12:56.501078 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:56.501117 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1440 rows starting from the beginning of the part 2026.01.31 06:12:56.501411 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.501445 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.501854 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.31 06:12:56.502305 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.502405 [ 125 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2026.01.31 06:12:56.502416 [ 192 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3363 rows, containing 5 columns (5 merged, 0 gathered) in 0.001662988 sec., 2022263.540085677 rows/sec., 177.37 MiB/sec. 2026.01.31 06:12:56.502434 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} executeQuery: Read 83 rows, 6.24 KiB in 0.001551 sec., 53513.86202450032 rows/sec., 3.93 MiB/sec. 2026.01.31 06:12:56.502429 [ 125 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.502488 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.502495 [ 5 ] {b8af7b8f-92f3-491c-b407-8e10e28d3264} TCPHandler: Processed in 0.00173833 sec. 2026.01.31 06:12:56.502542 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2026.01.31 06:12:56.502616 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:56.502625 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.502638 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 84 rows starting from the beginning of the part 2026.01.31 06:12:56.502682 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part 2026.01.31 06:12:56.502717 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 78 rows starting from the beginning of the part 2026.01.31 06:12:56.502719 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.502753 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 62 rows starting from the beginning of the part 2026.01.31 06:12:56.502765 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:12:56.502794 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.31 06:12:56.502803 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 62 rows starting from the beginning of the part 2026.01.31 06:12:56.502844 [ 197 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 83 rows starting from the beginning of the part 2026.01.31 06:12:56.503323 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.503324 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.503371 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:12:56.503397 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_146_29} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.31 06:12:56.503455 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.31 06:12:56.503595 [ 201 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001076595 sec., 394763.11890729563 rows/sec., 30.38 MiB/sec. 2026.01.31 06:12:56.503804 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:12:56.503887 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2026.01.31 06:12:56.504295 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.504434 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} executeQuery: Read 252 rows, 17.85 KiB in 0.001733 sec., 145412.57934218118 rows/sec., 10.06 MiB/sec. 2026.01.31 06:12:56.504474 [ 5 ] {365e3769-6114-4fe4-98bd-8fd7f3d7acfe} TCPHandler: Processed in 0.001897914 sec. 2026.01.31 06:12:56.504536 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.504592 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.504621 [ 192 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_85_17} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2026.01.31 06:12:56.504691 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.504726 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.31 06:12:56.504735 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:12:56.505156 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.505190 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.505604 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.31 06:12:56.506032 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.506164 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} executeQuery: Read 12 rows, 960.00 B in 0.00149 sec., 8053.6912751677855 rows/sec., 629.19 KiB/sec. 2026.01.31 06:12:56.506202 [ 5 ] {e1b516be-00cf-45f7-8cd0-f0b2613b6fa0} TCPHandler: Processed in 0.001658878 sec. 2026.01.31 06:12:56.506316 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.506409 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:12:56.506448 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:12:56.507195 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.507230 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.507664 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.31 06:12:56.508129 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.508236 [ 125 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.31 06:12:56.508261 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} executeQuery: Read 627 rows, 48.37 KiB in 0.001869 sec., 335473.51524879615 rows/sec., 25.27 MiB/sec. 2026.01.31 06:12:56.508265 [ 125 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.508292 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.508299 [ 5 ] {a48195b2-3de9-45fd-b93c-018ca988fbfb} TCPHandler: Processed in 0.002032136 sec. 2026.01.31 06:12:56.508402 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.31 06:12:56.508413 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.508544 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.508564 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:56.508588 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:12:56.508617 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 675 rows starting from the beginning of the part 2026.01.31 06:12:56.508715 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 144 rows starting from the beginning of the part 2026.01.31 06:12:56.508783 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:56.508849 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 144 rows starting from the beginning of the part 2026.01.31 06:12:56.508894 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part 2026.01.31 06:12:56.508935 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 627 rows starting from the beginning of the part 2026.01.31 06:12:56.509288 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.509328 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.509859 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.31 06:12:56.509972 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1718 rows, containing 5 columns (5 merged, 0 gathered) in 0.001627658 sec., 1055504.288984541 rows/sec., 83.97 MiB/sec. 2026.01.31 06:12:56.510199 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.31 06:12:56.510319 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.510439 [ 125 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_141_32 to all_146_146_0 2026.01.31 06:12:56.510465 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} executeQuery: Read 886 rows, 61.58 KiB in 0.001939 sec., 456936.56523981434 rows/sec., 31.01 MiB/sec. 2026.01.31 06:12:56.510467 [ 125 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.510501 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.510505 [ 5 ] {bcaec317-8e94-4df2-8d05-07a83ee3b1ad} TCPHandler: Processed in 0.002141679 sec. 2026.01.31 06:12:56.510565 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_32 to all_146_146_0 into Compact with storage Full 2026.01.31 06:12:56.510623 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.510650 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:56.510679 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 6 marks from part all_1_141_32, total 40531 rows starting from the beginning of the part 2026.01.31 06:12:56.510700 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.510717 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.510737 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 163 rows starting from the beginning of the part 2026.01.31 06:12:56.510776 [ 200 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_146_29} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.31 06:12:56.510776 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} 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.01.31 06:12:56.510787 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:56.510844 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.31 06:12:56.510845 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 163 rows starting from the beginning of the part 2026.01.31 06:12:56.510901 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2026.01.31 06:12:56.510939 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 886 rows starting from the beginning of the part 2026.01.31 06:12:56.511753 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.511788 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.512492 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.31 06:12:56.512932 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.513072 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} executeQuery: Read 59 rows, 108.26 KiB in 0.002372 sec., 24873.52445193929 rows/sec., 44.57 MiB/sec. 2026.01.31 06:12:56.513130 [ 5 ] {bdb5ff63-a84a-4856-bda8-cfc409d7b84e} TCPHandler: Processed in 0.002556529 sec. 2026.01.31 06:12:56.513244 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:12:56.513337 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:12:56.513379 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:12:56.513721 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.513756 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.514172 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.31 06:12:56.514641 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.514745 [ 125 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.31 06:12:56.514769 [ 125 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:56.514773 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. 2026.01.31 06:12:56.514785 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:56.514811 [ 5 ] {024315c2-2222-43c8-8404-78847faab7a6} TCPHandler: Processed in 0.001616807 sec. 2026.01.31 06:12:56.514868 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.31 06:12:56.514975 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:12:56.515003 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8358 rows starting from the beginning of the part 2026.01.31 06:12:56.515049 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:56.515091 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:56.515130 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:56.515169 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:56.515207 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2026.01.31 06:12:56.517976 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8658 rows, containing 4 columns (4 merged, 0 gathered) in 0.003136991 sec., 2759969.6651982744 rows/sec., 186.06 MiB/sec. 2026.01.31 06:12:56.518397 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.31 06:12:56.518738 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergeTask::MergeProjectionsStage: Merge sorted 42063 rows, containing 5 columns (5 merged, 0 gathered) in 0.008200677 sec., 5129210.673704134 rows/sec., 352.39 MiB/sec. 2026.01.31 06:12:56.519060 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.519148 [ 187 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_146_29} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.31 06:12:56.519193 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} MergedBlockOutputStream: filled checksums all_1_146_33 (state Temporary) 2026.01.31 06:12:56.519259 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2026.01.31 06:12:56.519671 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_146_33 to all_1_146_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:56.519747 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_146_33} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_141_32, all_146_146_0] -> all_1_146_33 2026.01.31 06:12:56.519828 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.31 06:12:58.065455 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47568 2026.01.31 06:12:58.065952 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:12:58.065986 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB. 2026.01.31 06:12:58.066585 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:12:58.067012 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:12:58.067140 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47568 2026.01.31 06:13:00.718977 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2026.01.31 06:13:00.737394 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:00.737452 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:00.743898 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.31 06:13:00.745240 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:00.748318 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2026.01.31 06:13:01.998855 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:01.999023 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:01.999084 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:01.999703 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:01.999745 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:02.000375 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.31 06:13:02.000829 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:02.000980 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec. 2026.01.31 06:13:02.001022 [ 5 ] {d6850912-547e-4b5d-8181-00b3bcfb26fe} TCPHandler: Processed in 0.002284622 sec. 2026.01.31 06:13:02.001148 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:02.001241 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:02.001280 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:02.001696 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:02.001731 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:02.002139 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.31 06:13:02.002566 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:02.002702 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec. 2026.01.31 06:13:02.002739 [ 5 ] {81b817ad-fddc-4640-8592-af0755b1a1d9} TCPHandler: Processed in 0.001639167 sec. 2026.01.31 06:13:02.002753 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.002809 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.002853 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:02.002948 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:02.002990 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:02.003396 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:02.003431 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:02.003942 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.31 06:13:02.004466 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:02.004603 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. 2026.01.31 06:13:02.004639 [ 5 ] {e074fa19-1aea-4326-9824-cf4ae91fa6e4} TCPHandler: Processed in 0.001833742 sec. 2026.01.31 06:13:02.004681 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.004726 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.004749 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:02.004850 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:02.004891 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:02.005226 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:02.005263 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:02.005821 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.31 06:13:02.006357 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:02.006498 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. 2026.01.31 06:13:02.006536 [ 5 ] {8f99e929-119f-4376-91f7-091c7111cf5e} TCPHandler: Processed in 0.001833992 sec. 2026.01.31 06:13:02.007480 [ 224 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.007657 [ 223 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.909134 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.909196 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:02.913055 [ 223 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:03.698987 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:03.699064 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:03.702607 [ 222 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.31 06:13:05.302507 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:13:05.302608 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:13:05.567270 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48016 2026.01.31 06:13:05.567842 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:05.567892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:05.568496 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:13:05.568971 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:05.569110 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48016 2026.01.31 06:13:05.569189 [ 221 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:05.569237 [ 221 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:05.572126 [ 221 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:05.724034 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1978 2026.01.31 06:13:05.726892 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:05.726936 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:05.728257 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:13:05.728791 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:05.729062 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1978 2026.01.31 06:13:06.129020 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:06.129067 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:06.132015 [ 224 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.31 06:13:07.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 382.11 MiB, peak 403.31 MiB, free memory in arenas 0.00 B, will set to 386.11 MiB (RSS), difference: 4.00 MiB 2026.01.31 06:13:07.003827 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.004019 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:07.004088 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:07.004845 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.004886 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.005271 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.31 06:13:07.005488 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.005634 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} executeQuery: Read 174 rows, 15.64 KiB in 0.001666 sec., 104441.77671068428 rows/sec., 9.17 MiB/sec. 2026.01.31 06:13:07.005674 [ 5 ] {67c55d0a-f68f-4c01-b18f-9c2962db2532} TCPHandler: Processed in 0.001974125 sec. 2026.01.31 06:13:07.005795 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.005888 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:07.005928 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:07.006347 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.006381 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.006664 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.31 06:13:07.006868 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.006992 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} executeQuery: Read 59 rows, 4.44 KiB in 0.001122 sec., 52584.670231729055 rows/sec., 3.86 MiB/sec. 2026.01.31 06:13:07.007032 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2026.01.31 06:13:07.007055 [ 5 ] {9fbdb5cd-7570-4d83-9222-1949853348ff} TCPHandler: Processed in 0.001307219 sec. 2026.01.31 06:13:07.007080 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2026.01.31 06:13:07.007181 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.007277 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:07.007318 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:07.007757 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.007798 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.008164 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.31 06:13:07.008427 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.008562 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} executeQuery: Read 123 rows, 9.84 KiB in 0.001302 sec., 94470.04608294931 rows/sec., 7.38 MiB/sec. 2026.01.31 06:13:07.008599 [ 5 ] {abc92a03-2c15-4526-807a-73c71c4a7473} TCPHandler: Processed in 0.001464744 sec. 2026.01.31 06:13:07.008711 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.008802 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:07.008847 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:07.009259 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.009266 [ 223 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2026.01.31 06:13:07.009297 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.009627 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.31 06:13:07.009826 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.009961 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.31 06:13:07.009997 [ 5 ] {f0d3fffb-9e70-4b12-985f-af1164e0e662} TCPHandler: Processed in 0.001333201 sec. 2026.01.31 06:13:07.010106 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.010197 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:07.010251 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} 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.01.31 06:13:07.011217 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.011250 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.011813 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.31 06:13:07.012028 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.012163 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} executeQuery: Read 59 rows, 108.26 KiB in 0.001984 sec., 29737.90322580645 rows/sec., 53.29 MiB/sec. 2026.01.31 06:13:07.012219 [ 5 ] {d5d64223-2889-4994-b688-c5c83e20d0ef} TCPHandler: Processed in 0.002159619 sec. 2026.01.31 06:13:07.012339 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:07.012431 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:07.012472 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:07.012813 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.012846 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.013136 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.31 06:13:07.013345 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.013466 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.31 06:13:07.013501 [ 5 ] {27096c89-fb26-4941-a7c5-cbed6f470333} TCPHandler: Processed in 0.001218008 sec. 2026.01.31 06:13:07.862069 [ 130 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.31 06:13:07.862162 [ 130 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:07.862200 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:07.862335 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::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.01.31 06:13:07.862467 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:07.862504 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 254 rows starting from the beginning of the part 2026.01.31 06:13:07.862576 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part 2026.01.31 06:13:07.862627 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part 2026.01.31 06:13:07.862673 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part 2026.01.31 06:13:07.862718 [ 190 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part 2026.01.31 06:13:07.863824 [ 187 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001534935 sec., 822184.6527703127 rows/sec., 60.00 MiB/sec. 2026.01.31 06:13:07.864124 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.31 06:13:07.864725 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:07.864807 [ 195 ] {74094cfe-bff9-487b-a0d3-1b2dfe62d086::all_1_25_6} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.31 06:13:07.864898 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.31 06:13:08.248368 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2026.01.31 06:13:08.265887 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:08.265934 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:08.272151 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.31 06:13:08.273230 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:08.276309 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2026.01.31 06:13:08.574612 [ 220 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:13:08.574677 [ 220 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:13:08.577417 [ 220 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.31 06:13:11.999063 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:11.999266 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:13:11.999336 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:13:12.000006 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.000193 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.000549 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.31 06:13:12.000767 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.000918 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} executeQuery: Read 2 rows, 167.00 B in 0.001703 sec., 1174.3981209630065 rows/sec., 95.76 KiB/sec. 2026.01.31 06:13:12.000960 [ 5 ] {ca455306-f226-4f36-ab16-a1b3e64eda02} TCPHandler: Processed in 0.002023566 sec. 2026.01.31 06:13:12.001045 [ 220 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.31 06:13:12.001107 [ 220 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.31 06:13:12.001357 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:12.001463 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:12.001506 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:12.002038 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.002077 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.002415 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.31 06:13:12.002662 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.002803 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} executeQuery: Read 57 rows, 4.45 KiB in 0.00136 sec., 41911.76470588235 rows/sec., 3.20 MiB/sec. 2026.01.31 06:13:12.002832 [ 220 ] {} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.31 06:13:12.002843 [ 5 ] {12c53d6a-aeab-49f1-9fbc-434d4f8d1a62} TCPHandler: Processed in 0.001537915 sec. 2026.01.31 06:13:12.002976 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:12.003068 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:12.003108 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:12.003537 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.003572 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.003850 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.31 06:13:12.004064 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.004190 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} executeQuery: Read 2 rows, 143.00 B in 0.00114 sec., 1754.3859649122808 rows/sec., 122.50 KiB/sec. 2026.01.31 06:13:12.004226 [ 5 ] {b066fada-cd19-4443-a260-91abd9be734a} TCPHandler: Processed in 0.00129762 sec. 2026.01.31 06:13:12.004340 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:12.004430 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:12.004468 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:12.004952 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.004989 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.005295 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.31 06:13:12.005496 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.005622 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} executeQuery: Read 66 rows, 5.28 KiB in 0.001208 sec., 54635.76158940397 rows/sec., 4.27 MiB/sec. 2026.01.31 06:13:12.005659 [ 5 ] {09e33658-6384-49f4-bcd4-519a646aad7e} TCPHandler: Processed in 0.001366952 sec. 2026.01.31 06:13:12.005778 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:12.005871 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:12.005913 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:12.006369 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.006404 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.006721 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.31 06:13:12.006924 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.007053 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} executeQuery: Read 161 rows, 11.48 KiB in 0.001201 sec., 134054.9542048293 rows/sec., 9.34 MiB/sec. 2026.01.31 06:13:12.007090 [ 5 ] {f3f5a764-a921-43a2-b8f2-fd892aae1823} TCPHandler: Processed in 0.001359492 sec. 2026.01.31 06:13:12.007206 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:12.007298 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:12.007338 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:12.007690 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:12.007725 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:12.008013 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.31 06:13:12.008220 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:12.008346 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.01.31 06:13:12.008382 [ 5 ] {43e9ffa0-ef31-4964-ada3-3ab988f959e5} TCPHandler: Processed in 0.001222808 sec. 2026.01.31 06:13:12.376813 [ 219 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:12.376868 [ 219 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:12.378432 [ 219 ] {} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:13.069223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48528 2026.01.31 06:13:13.069994 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:13.070058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:13.070845 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:13:13.071066 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:13.071193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48528 2026.01.31 06:13:13.071226 [ 120 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:13:13.071273 [ 120 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:13.071299 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:13.071468 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:13:13.071610 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:13.071652 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46096 rows starting from the beginning of the part 2026.01.31 06:13:13.071723 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 512 rows starting from the beginning of the part 2026.01.31 06:13:13.071773 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 448 rows starting from the beginning of the part 2026.01.31 06:13:13.071819 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 512 rows starting from the beginning of the part 2026.01.31 06:13:13.071863 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 448 rows starting from the beginning of the part 2026.01.31 06:13:13.071906 [ 199 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 512 rows starting from the beginning of the part 2026.01.31 06:13:13.074659 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48528 rows, containing 4 columns (4 merged, 0 gathered) in 0.003253804 sec., 14914235.768349906 rows/sec., 213.35 MiB/sec. 2026.01.31 06:13:13.075122 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:13:13.075465 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:13.075549 [ 193 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_101_20} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:13:13.075682 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2026.01.31 06:13:15.730200 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2002 2026.01.31 06:13:15.732601 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:15.732658 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:15.734009 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:13:15.734507 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:15.734689 [ 121 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:13:15.734757 [ 121 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:15.734780 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:15.734893 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2002 2026.01.31 06:13:15.734952 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:13:15.735719 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:15.735878 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1866 rows starting from the beginning of the part 2026.01.31 06:13:15.736277 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part 2026.01.31 06:13:15.736634 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:15.736985 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::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.01.31 06:13:15.737339 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part 2026.01.31 06:13:15.737696 [ 187 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:15.745235 [ 193 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 72 columns (72 merged, 0 gathered) in 0.010373527 sec., 192991.25552958023 rows/sec., 146.58 MiB/sec. 2026.01.31 06:13:15.747127 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:13:15.747887 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:15.747957 [ 198 ] {20691653-f49b-411e-aa6b-51e0376213e0::all_1_76_15} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:13:15.748258 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. 2026.01.31 06:13:15.777349 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2026.01.31 06:13:15.795294 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:15.795339 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:15.801780 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.31 06:13:15.802896 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:15.803191 [ 119 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.31 06:13:15.803234 [ 119 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:15.803257 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:15.803412 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:13:15.806169 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2026.01.31 06:13:15.807586 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:15.809114 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2026.01.31 06:13:15.814112 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:15.818952 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2026.01.31 06:13:15.823739 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:15.828722 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2026.01.31 06:13:15.833323 [ 196 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:15.894827 [ 186 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.091497912 sec., 8317.129684882864 rows/sec., 43.01 MiB/sec. 2026.01.31 06:13:15.898073 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.31 06:13:15.900541 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:15.900644 [ 198 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_101_20} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.31 06:13:15.903251 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.31 06:13:16.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 387.28 MiB, peak 404.71 MiB, free memory in arenas 0.00 B, will set to 386.14 MiB (RSS), difference: -1.13 MiB 2026.01.31 06:13:17.001953 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.002146 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:17.002214 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:17.003004 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.003044 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.003424 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.31 06:13:17.003641 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.003793 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} executeQuery: Read 174 rows, 15.64 KiB in 0.001699 sec., 102413.1842260153 rows/sec., 8.99 MiB/sec. 2026.01.31 06:13:17.003834 [ 5 ] {3302a470-ed67-42b4-a0d9-1725366e35de} TCPHandler: Processed in 0.002006105 sec. 2026.01.31 06:13:17.003946 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.004038 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:17.004078 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:17.004515 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.004548 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.004830 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.31 06:13:17.005026 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.005151 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} executeQuery: Read 59 rows, 4.44 KiB in 0.001131 sec., 52166.22458001768 rows/sec., 3.83 MiB/sec. 2026.01.31 06:13:17.005187 [ 5 ] {b001a78e-834c-4e35-b8ef-fe745dc5a1ec} TCPHandler: Processed in 0.00128829 sec. 2026.01.31 06:13:17.005300 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.005391 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:17.005430 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:17.005893 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.005928 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.006226 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.31 06:13:17.006427 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.006555 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} executeQuery: Read 123 rows, 9.84 KiB in 0.001181 sec., 104149.02624894158 rows/sec., 8.14 MiB/sec. 2026.01.31 06:13:17.006593 [ 5 ] {d7a9dfd8-45b3-48cb-ba6e-43ff587be392} TCPHandler: Processed in 0.001339091 sec. 2026.01.31 06:13:17.006704 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.006797 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:17.006841 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:17.007256 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.007290 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.007612 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.31 06:13:17.007815 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.007941 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.01.31 06:13:17.007977 [ 5 ] {232fa731-19c5-42aa-a9cb-5d7a82d09591} TCPHandler: Processed in 0.00132052 sec. 2026.01.31 06:13:17.008106 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.008207 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:17.008263 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} 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.01.31 06:13:17.009246 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.009281 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.009869 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.31 06:13:17.010088 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.010227 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} executeQuery: Read 59 rows, 108.26 KiB in 0.002039 sec., 28935.75282000981 rows/sec., 51.85 MiB/sec. 2026.01.31 06:13:17.010294 [ 5 ] {0aeaee5b-0f4f-4748-a0a2-e48495c40835} TCPHandler: Processed in 0.002245491 sec. 2026.01.31 06:13:17.010409 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:17.010501 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:17.010542 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:17.010931 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:17.010968 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:17.011257 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.31 06:13:17.011454 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:17.011581 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.31 06:13:17.011616 [ 5 ] {b3d35789-69f0-4018-8b9a-34ede3704d4e} TCPHandler: Processed in 0.001253268 sec. 2026.01.31 06:13:20.302676 [ 115 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:13:20.302778 [ 115 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:13:20.572214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48976 2026.01.31 06:13:20.572704 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:20.572738 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:20.573195 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:13:20.573406 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:20.573527 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48976 2026.01.31 06:13:21.999654 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:21.999842 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:21.999903 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:22.000826 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.000869 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.001244 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.31 06:13:22.001471 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.001620 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} executeQuery: Read 56 rows, 4.38 KiB in 0.001824 sec., 30701.754385964912 rows/sec., 2.34 MiB/sec. 2026.01.31 06:13:22.001670 [ 5 ] {cf12e21f-e2a6-4354-8903-4dfa1dc780d6} TCPHandler: Processed in 0.002146189 sec. 2026.01.31 06:13:22.001667 [ 114 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.31 06:13:22.001747 [ 114 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.001772 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.001785 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:22.001864 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.31 06:13:22.001889 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:22.001928 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:22.001953 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:22.001982 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1451 rows starting from the beginning of the part 2026.01.31 06:13:22.002038 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part 2026.01.31 06:13:22.002080 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 174 rows starting from the beginning of the part 2026.01.31 06:13:22.002121 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 57 rows starting from the beginning of the part 2026.01.31 06:13:22.002160 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 174 rows starting from the beginning of the part 2026.01.31 06:13:22.002199 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part 2026.01.31 06:13:22.002390 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.002426 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.002732 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.31 06:13:22.002945 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.003074 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2026.01.31 06:13:22.003090 [ 114 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.31 06:13:22.003111 [ 5 ] {d117c8f7-19e7-4e59-a413-51364cabc524} TCPHandler: Processed in 0.001372701 sec. 2026.01.31 06:13:22.003132 [ 114 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.003156 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.003212 [ 189 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.001387041 sec., 1418847.748552494 rows/sec., 124.34 MiB/sec. 2026.01.31 06:13:22.003244 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.31 06:13:22.003253 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:22.003370 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:22.003384 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:22.003407 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.31 06:13:22.003413 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:22.003436 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 675 rows starting from the beginning of the part 2026.01.31 06:13:22.003515 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part 2026.01.31 06:13:22.003568 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 123 rows starting from the beginning of the part 2026.01.31 06:13:22.003609 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 66 rows starting from the beginning of the part 2026.01.31 06:13:22.003650 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 123 rows starting from the beginning of the part 2026.01.31 06:13:22.003692 [ 186 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part 2026.01.31 06:13:22.003694 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.003769 [ 197 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_151_30} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.31 06:13:22.003825 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.31 06:13:22.003892 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.003931 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.004268 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.31 06:13:22.004477 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.004607 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.01.31 06:13:22.004617 [ 114 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_146_33 to all_147_147_0 2026.01.31 06:13:22.004645 [ 5 ] {8fdecc80-ef98-44f1-9601-9a0c55cf602a} TCPHandler: Processed in 0.001439263 sec. 2026.01.31 06:13:22.004655 [ 114 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.004653 [ 192 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 5 columns (5 merged, 0 gathered) in 0.001452223 sec., 767788.4181699366 rows/sec., 61.57 MiB/sec. 2026.01.31 06:13:22.004684 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.004764 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergeTask::PrepareStage: Merging 2 parts: from all_1_146_33 to all_147_147_0 into Compact with storage Full 2026.01.31 06:13:22.004768 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:22.004851 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:22.004858 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.31 06:13:22.004879 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:22.004880 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_146_33, total 42063 rows starting from the beginning of the part 2026.01.31 06:13:22.004927 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:22.004949 [ 186 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:22.005234 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.005299 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.005330 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_151_30} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.31 06:13:22.005339 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.005424 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.01.31 06:13:22.005651 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.31 06:13:22.005853 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.005976 [ 114 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.31 06:13:22.005985 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.01.31 06:13:22.006018 [ 114 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:22.006037 [ 5 ] {85613e98-abe5-4079-8cc2-15ed7d9976c5} TCPHandler: Processed in 0.00131637 sec. 2026.01.31 06:13:22.006042 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:22.006162 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.31 06:13:22.006291 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:22.006324 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8658 rows starting from the beginning of the part 2026.01.31 06:13:22.006383 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:22.006426 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:22.006468 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:22.006506 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:22.006546 [ 192 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:22.008936 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 8958 rows, containing 4 columns (4 merged, 0 gathered) in 0.002816764 sec., 3180245.132357557 rows/sec., 214.39 MiB/sec. 2026.01.31 06:13:22.009127 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.31 06:13:22.009452 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.009544 [ 188 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_151_30} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.31 06:13:22.009632 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2026.01.31 06:13:22.012830 [ 188 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergeTask::MergeProjectionsStage: Merge sorted 42223 rows, containing 5 columns (5 merged, 0 gathered) in 0.008083515 sec., 5223346.526851253 rows/sec., 358.88 MiB/sec. 2026.01.31 06:13:22.013177 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} MergedBlockOutputStream: filled checksums all_1_147_34 (state Temporary) 2026.01.31 06:13:22.013501 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_147_34 to all_1_147_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:22.013578 [ 201 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_147_34} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_146_33, all_147_147_0] -> all_1_147_34 2026.01.31 06:13:22.013643 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.31 06:13:23.307130 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2026.01.31 06:13:23.325931 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:23.325981 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:23.332345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.31 06:13:23.333041 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:23.336037 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2026.01.31 06:13:25.735929 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2022 2026.01.31 06:13:25.738171 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:25.738220 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:25.739407 [ 242 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:13:25.739678 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:25.739949 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2022 2026.01.31 06:13:26.493333 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.493580 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.493673 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:13:26.494368 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.494413 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.494779 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:13:26.495002 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.495129 [ 107 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.31 06:13:26.495150 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} executeQuery: Read 24 rows, 2.04 KiB in 0.001637 sec., 14660.965180207697 rows/sec., 1.22 MiB/sec. 2026.01.31 06:13:26.495198 [ 107 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.495211 [ 5 ] {ebc5bfb1-3fb4-481f-90e9-4e7ce7612e72} TCPHandler: Processed in 0.002035986 sec. 2026.01.31 06:13:26.495225 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.495342 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.495341 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::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.01.31 06:13:26.495440 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:13:26.495485 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:13:26.495494 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:26.495537 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 24 rows starting from the beginning of the part 2026.01.31 06:13:26.495617 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:26.495678 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:26.495726 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:26.495771 [ 195 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.01.31 06:13:26.495885 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.495927 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.496218 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.31 06:13:26.496428 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.496556 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} executeQuery: Read 4 rows, 334.00 B in 0.001134 sec., 3527.336860670194 rows/sec., 287.63 KiB/sec. 2026.01.31 06:13:26.496594 [ 5 ] {68f1f2db-42bf-488b-bbc0-17c6f3e920ca} TCPHandler: Processed in 0.00129944 sec. 2026.01.31 06:13:26.496701 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.496793 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:26.496832 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:26.496862 [ 188 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568296 sec., 76516.16786627015 rows/sec., 6.64 MiB/sec. 2026.01.31 06:13:26.497025 [ 193 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.31 06:13:26.497291 [ 193 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.497352 [ 193 ] {214617fc-809f-405d-a5d3-037011054a87::all_1_25_6} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.31 06:13:26.497437 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:13:26.498038 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.498073 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.498454 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.31 06:13:26.498652 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.498778 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} executeQuery: Read 1436 rows, 123.34 KiB in 0.002003 sec., 716924.6130803794 rows/sec., 60.13 MiB/sec. 2026.01.31 06:13:26.498816 [ 5 ] {9f7f4b65-a316-43d2-9eea-340ee893e1fc} TCPHandler: Processed in 0.002161369 sec. 2026.01.31 06:13:26.498921 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.499014 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.499053 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:26.499473 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.499508 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.499790 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.31 06:13:26.499987 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.500110 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} executeQuery: Read 75 rows, 5.68 KiB in 0.001114 sec., 67324.9551166966 rows/sec., 4.98 MiB/sec. 2026.01.31 06:13:26.500146 [ 5 ] {99904043-cefa-46c7-a58e-299246c85822} TCPHandler: Processed in 0.001271549 sec. 2026.01.31 06:13:26.500255 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.500347 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.500385 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:13:26.500897 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.500932 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.501237 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:13:26.501435 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.501559 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} executeQuery: Read 252 rows, 17.85 KiB in 0.00123 sec., 204878.04878048782 rows/sec., 14.17 MiB/sec. 2026.01.31 06:13:26.501596 [ 5 ] {b5bac914-7c2b-42cb-9930-ccaa4d6777db} TCPHandler: Processed in 0.001387612 sec. 2026.01.31 06:13:26.501707 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.501800 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.501839 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:13:26.502235 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.502268 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.502546 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.31 06:13:26.502753 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.502851 [ 105 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.31 06:13:26.502886 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} executeQuery: Read 12 rows, 960.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 849.18 KiB/sec. 2026.01.31 06:13:26.502888 [ 105 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.502917 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.502924 [ 5 ] {a390b400-c3c2-48e2-93b9-de63437288d5} TCPHandler: Processed in 0.0012636 sec. 2026.01.31 06:13:26.503003 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::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.01.31 06:13:26.503032 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.503113 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:26.503132 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:26.503147 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part 2026.01.31 06:13:26.503185 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:26.503215 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.01.31 06:13:26.503272 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2026.01.31 06:13:26.503320 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2026.01.31 06:13:26.503369 [ 191 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.01.31 06:13:26.503838 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.503887 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.504104 [ 193 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001138756 sec., 52689.07474472143 rows/sec., 4.22 MiB/sec. 2026.01.31 06:13:26.504214 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.31 06:13:26.504272 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.31 06:13:26.504490 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.504619 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.504659 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} executeQuery: Read 619 rows, 47.71 KiB in 0.001544 sec., 400906.73575129535 rows/sec., 30.18 MiB/sec. 2026.01.31 06:13:26.504704 [ 5 ] {2dd902ec-c910-4d11-966a-d500eb71e8bd} TCPHandler: Processed in 0.001718249 sec. 2026.01.31 06:13:26.504709 [ 188 ] {c0c3be86-abd8-41a5-a500-e4e06cd20a97::all_1_25_6} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.31 06:13:26.504824 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.504825 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 06:13:26.504927 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.504975 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:26.505596 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.505632 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.506020 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.31 06:13:26.506230 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.506348 [ 105 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_147_34 to all_152_152_0 2026.01.31 06:13:26.506361 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} executeQuery: Read 882 rows, 61.30 KiB in 0.001453 sec., 607019.9587061253 rows/sec., 41.20 MiB/sec. 2026.01.31 06:13:26.506383 [ 105 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.506402 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.506403 [ 5 ] {4252cd92-b356-48f9-895d-e6bd438c4a14} TCPHandler: Processed in 0.001636617 sec. 2026.01.31 06:13:26.506476 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_147_34 to all_152_152_0 into Compact with storage Full 2026.01.31 06:13:26.506513 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.506555 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:26.506583 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_147_34, total 42223 rows starting from the beginning of the part 2026.01.31 06:13:26.506608 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.506639 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:26.506665 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} 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.01.31 06:13:26.506683 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 161 rows starting from the beginning of the part 2026.01.31 06:13:26.506724 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:26.506765 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:26.506804 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 882 rows starting from the beginning of the part 2026.01.31 06:13:26.507617 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.507654 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.508244 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.31 06:13:26.508485 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.508608 [ 105 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.31 06:13:26.508627 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} executeQuery: Read 59 rows, 108.26 KiB in 0.002037 sec., 28964.16298478154 rows/sec., 51.90 MiB/sec. 2026.01.31 06:13:26.508651 [ 105 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.508673 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.508693 [ 5 ] {59b84b9d-bb78-40d9-9284-5c9312e1675f} TCPHandler: Processed in 0.002229791 sec. 2026.01.31 06:13:26.508763 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::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.01.31 06:13:26.508801 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:26.508900 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:26.508941 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:26.508994 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:26.509062 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2861 rows starting from the beginning of the part 2026.01.31 06:13:26.509205 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:26.509281 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:26.509322 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:26.509326 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:26.509446 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:26.509554 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:26.509645 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.31 06:13:26.509663 [ 188 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:26.509871 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.510007 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.01.31 06:13:26.510044 [ 5 ] {ac7c284b-3a03-4d28-ab75-ec6a000a76e7} TCPHandler: Processed in 0.001292229 sec. 2026.01.31 06:13:26.518424 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergeTask::MergeProjectionsStage: Merge sorted 43746 rows, containing 5 columns (5 merged, 0 gathered) in 0.011975264 sec., 3653030.1127390596 rows/sec., 250.97 MiB/sec. 2026.01.31 06:13:26.518827 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} MergedBlockOutputStream: filled checksums all_1_152_35 (state Temporary) 2026.01.31 06:13:26.519155 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_152_35 to all_1_152_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.519243 [ 196 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_152_35} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_147_34, all_152_152_0] -> all_1_152_35 2026.01.31 06:13:26.519348 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.31 06:13:26.520766 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3156 rows, containing 19 columns (19 merged, 0 gathered) in 0.012042615 sec., 262069.3263049595 rows/sec., 469.62 MiB/sec. 2026.01.31 06:13:26.523101 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.31 06:13:26.523414 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:26.523480 [ 200 ] {c7262ba6-99da-4ece-8bf3-afc50b138a68::all_1_76_15} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.31 06:13:26.523571 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.19 MiB. 2026.01.31 06:13:27.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 387.33 MiB, peak 407.51 MiB, free memory in arenas 0.00 B, will set to 392.49 MiB (RSS), difference: 5.16 MiB 2026.01.31 06:13:27.303175 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.303236 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.307503 [ 217 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.549612 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.549655 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.553481 [ 224 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.666134 [ 224 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.666167 [ 224 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.669005 [ 224 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:27.908185 [ 219 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:27.908264 [ 219 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:27.910542 [ 219 ] {} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:28.073853 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49488 2026.01.31 06:13:28.074641 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:28.074704 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:28.075176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:13:28.075388 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:28.075510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49488 2026.01.31 06:13:28.138397 [ 221 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:28.138448 [ 221 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:28.141351 [ 221 ] {} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.31 06:13:28.237308 [ 223 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:28.237351 [ 223 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:28.240098 [ 223 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.31 06:13:30.001181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.49 MiB, peak 407.51 MiB, free memory in arenas 0.00 B, will set to 392.49 MiB (RSS), difference: -4.00 MiB 2026.01.31 06:13:30.837033 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2026.01.31 06:13:30.855521 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:30.855568 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:30.862530 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.31 06:13:30.863233 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:30.866431 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2026.01.31 06:13:31.999190 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:31.999366 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:31.999431 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:32.000430 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:32.000476 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:32.000890 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.31 06:13:32.001125 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:32.001290 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} executeQuery: Read 56 rows, 4.38 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.17 MiB/sec. 2026.01.31 06:13:32.001341 [ 5 ] {a863bfb0-d7ac-4fd1-825a-7de5938982f1} TCPHandler: Processed in 0.002273642 sec. 2026.01.31 06:13:32.001478 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:32.001580 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:32.001625 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:32.002149 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:32.002184 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:32.002489 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.31 06:13:32.002715 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:32.002847 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. 2026.01.31 06:13:32.002885 [ 5 ] {4b962c46-8c6e-4d5e-9cd9-e4464bf3955b} TCPHandler: Processed in 0.001466443 sec. 2026.01.31 06:13:32.003017 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:32.003112 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:32.003157 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:32.003612 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:32.003646 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:32.003970 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.31 06:13:32.004175 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:32.004306 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.01.31 06:13:32.004344 [ 5 ] {960adf65-565f-4d12-9cc8-1cf99e27fe31} TCPHandler: Processed in 0.001386312 sec. 2026.01.31 06:13:32.004465 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:32.004569 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:32.004615 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:32.004963 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:32.004998 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:32.005299 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.31 06:13:32.005503 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:32.005634 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.01.31 06:13:32.005670 [ 5 ] {50475a74-8b17-4b83-b9c0-d6088b852734} TCPHandler: Processed in 0.001254109 sec. 2026.01.31 06:13:35.302829 [ 95 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:13:35.302923 [ 95 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:13:35.576609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49936 2026.01.31 06:13:35.577115 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:35.577163 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:35.577626 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:13:35.577982 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:35.578167 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49936 2026.01.31 06:13:35.741037 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2050 2026.01.31 06:13:35.743518 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:35.743574 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:35.744799 [ 242 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:13:35.745100 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:35.745494 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2050 2026.01.31 06:13:37.002715 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.002892 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:37.002955 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:37.003842 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.003884 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.004286 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.31 06:13:37.004528 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.004689 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} executeQuery: Read 174 rows, 15.64 KiB in 0.001842 sec., 94462.54071661238 rows/sec., 8.29 MiB/sec. 2026.01.31 06:13:37.004744 [ 5 ] {2cef6f27-cc68-48e8-bc57-0fda829578b4} TCPHandler: Processed in 0.002149209 sec. 2026.01.31 06:13:37.004881 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.004978 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:37.005021 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:37.005495 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.005531 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.005854 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.31 06:13:37.006070 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.006174 [ 93 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2026.01.31 06:13:37.006202 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} executeQuery: Read 59 rows, 4.44 KiB in 0.001244 sec., 47427.652733118965 rows/sec., 3.48 MiB/sec. 2026.01.31 06:13:37.006213 [ 93 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.006233 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.006242 [ 5 ] {da3bba7a-ce73-49d1-9158-ab529f531bac} TCPHandler: Processed in 0.001412223 sec. 2026.01.31 06:13:37.006359 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.006357 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2026.01.31 06:13:37.006455 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:37.006499 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:37.006513 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:37.006552 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 92 rows starting from the beginning of the part 2026.01.31 06:13:37.006621 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:37.006672 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 2 rows starting from the beginning of the part 2026.01.31 06:13:37.006717 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:37.006757 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 75 rows starting from the beginning of the part 2026.01.31 06:13:37.006795 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 59 rows starting from the beginning of the part 2026.01.31 06:13:37.006987 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.007028 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:37.007357 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.31 06:13:37.007581 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.007627 [ 196 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 346 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132129 sec., 261865.29830695761 rows/sec., 20.19 MiB/sec. 2026.01.31 06:13:37.007719 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} executeQuery: Read 123 rows, 9.84 KiB in 0.001282 sec., 95943.83775351015 rows/sec., 7.50 MiB/sec. 2026.01.31 06:13:37.007762 [ 5 ] {fd69da4b-bd9a-4bcc-a069-d0555642ebf5} TCPHandler: Processed in 0.001453933 sec. 2026.01.31 06:13:37.007776 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2026.01.31 06:13:37.007879 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.007979 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:37.008024 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:37.008032 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.008106 [ 194 ] {626b1705-e9ba-4e77-8ee1-928ca57ac100::all_1_90_18} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2026.01.31 06:13:37.008175 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.31 06:13:37.008458 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.008498 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.008829 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.31 06:13:37.009040 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.009170 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.01.31 06:13:37.009208 [ 5 ] {6c576206-fcf1-40fe-bea6-a27c90327e0d} TCPHandler: Processed in 0.001378431 sec. 2026.01.31 06:13:37.009309 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.009403 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:37.009458 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} 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.01.31 06:13:37.010406 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.010442 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.011038 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.31 06:13:37.011264 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.011405 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} executeQuery: Read 59 rows, 108.26 KiB in 0.00202 sec., 29207.920792079207 rows/sec., 52.34 MiB/sec. 2026.01.31 06:13:37.011463 [ 5 ] {1092b9cd-2dc5-49e3-be84-08b83484532d} TCPHandler: Processed in 0.00220231 sec. 2026.01.31 06:13:37.011577 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:37.011681 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:37.011732 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:37.012176 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:37.012212 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:37.012556 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.31 06:13:37.012815 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:37.012947 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.01.31 06:13:37.012987 [ 5 ] {89eb7667-921e-491d-92a1-fd592ae664bb} TCPHandler: Processed in 0.001460704 sec. 2026.01.31 06:13:38.367467 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 784 2026.01.31 06:13:38.386033 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:38.386088 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.01.31 06:13:38.392748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.31 06:13:38.393448 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:38.396620 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 784 2026.01.31 06:13:41.999984 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:42.000169 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:42.000234 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:42.000991 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:42.001034 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:42.001427 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.31 06:13:42.001655 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:42.001817 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} executeQuery: Read 56 rows, 4.38 KiB in 0.001694 sec., 33057.85123966942 rows/sec., 2.52 MiB/sec. 2026.01.31 06:13:42.001896 [ 5 ] {3a289388-5a12-44cd-bfdb-02f21517de96} TCPHandler: Processed in 0.002032936 sec. 2026.01.31 06:13:42.002038 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:42.002142 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:42.002185 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:42.002669 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:42.002704 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:42.003028 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.31 06:13:42.003238 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:42.003396 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2026.01.31 06:13:42.003434 [ 5 ] {d3474046-f2c2-4e80-a51a-d514ee08b518} TCPHandler: Processed in 0.001450023 sec. 2026.01.31 06:13:42.003559 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:42.003660 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:42.003705 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:42.004167 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:42.004201 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:42.004523 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.31 06:13:42.004762 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:42.004898 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. 2026.01.31 06:13:42.004935 [ 5 ] {b3b0e616-d103-4a28-895f-bfcf1788f67e} TCPHandler: Processed in 0.001428183 sec. 2026.01.31 06:13:42.005052 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:42.005156 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:42.005204 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:42.005545 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:42.005581 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:42.005885 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.31 06:13:42.006135 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:42.006286 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.01.31 06:13:42.006324 [ 5 ] {97352181-d338-4ccc-afab-d2b31e839525} TCPHandler: Processed in 0.00132132 sec. 2026.01.31 06:13:43.078273 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50448 2026.01.31 06:13:43.078772 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:43.078807 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:43.079265 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:13:43.079483 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:43.079608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50448 2026.01.31 06:13:43.079720 [ 223 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:43.079771 [ 223 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:43.082443 [ 223 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:44.310092 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43429 2026.01.31 06:13:44.310251 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310278 [ 286 ] {} TCP-Session: 8ed6ddd4-aa93-4839-bfc6-e3f13c9ae9f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:43429 2026.01.31 06:13:44.310299 [ 286 ] {} TCP-Session: 8ed6ddd4-aa93-4839-bfc6-e3f13c9ae9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310312 [ 286 ] {} TCP-Session: 8ed6ddd4-aa93-4839-bfc6-e3f13c9ae9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310518 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34355 2026.01.31 06:13:44.310551 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60323 2026.01.31 06:13:44.310561 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54314 2026.01.31 06:13:44.310610 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42580 2026.01.31 06:13:44.310614 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54526 2026.01.31 06:13:44.310646 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310593 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45324 2026.01.31 06:13:44.310692 [ 290 ] {} TCP-Session: a6a8c3bd-5895-4735-acc4-e1cbc72e4d59 Authenticating user 'default' from [fd00:1122:3344:101::e]:60323 2026.01.31 06:13:44.310702 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310718 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310725 [ 290 ] {} TCP-Session: a6a8c3bd-5895-4735-acc4-e1cbc72e4d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310749 [ 294 ] {} TCP-Session: 0ea74cf0-d38f-44ff-aca7-c9e8d991f0ed Authenticating user 'default' from [fd00:1122:3344:101::e]:42580 2026.01.31 06:13:44.310762 [ 290 ] {} TCP-Session: a6a8c3bd-5895-4735-acc4-e1cbc72e4d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310760 [ 3 ] {} TCP-Session: 48ce0b8d-b0f2-4e33-b96e-1dbf7c1add27 Authenticating user 'default' from [fd00:1122:3344:101::e]:54526 2026.01.31 06:13:44.310787 [ 294 ] {} TCP-Session: 0ea74cf0-d38f-44ff-aca7-c9e8d991f0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310803 [ 3 ] {} TCP-Session: 48ce0b8d-b0f2-4e33-b96e-1dbf7c1add27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310814 [ 294 ] {} TCP-Session: 0ea74cf0-d38f-44ff-aca7-c9e8d991f0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310827 [ 3 ] {} TCP-Session: 48ce0b8d-b0f2-4e33-b96e-1dbf7c1add27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310756 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310703 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310880 [ 293 ] {} TCP-Session: cd70214f-5c58-4bcc-8118-89d3f72edd56 Authenticating user 'default' from [fd00:1122:3344:101::e]:45324 2026.01.31 06:13:44.310584 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50876 2026.01.31 06:13:44.310914 [ 293 ] {} TCP-Session: cd70214f-5c58-4bcc-8118-89d3f72edd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310906 [ 289 ] {} TCP-Session: e04c26cb-2f31-45ef-96d9-2f0e0889c413 Authenticating user 'default' from [fd00:1122:3344:101::e]:54314 2026.01.31 06:13:44.310957 [ 293 ] {} TCP-Session: cd70214f-5c58-4bcc-8118-89d3f72edd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310582 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48064 2026.01.31 06:13:44.310993 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.310985 [ 289 ] {} TCP-Session: e04c26cb-2f31-45ef-96d9-2f0e0889c413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311061 [ 292 ] {} TCP-Session: 88f573dd-b969-44a1-b013-575c03165f32 Authenticating user 'default' from [fd00:1122:3344:101::e]:50876 2026.01.31 06:13:44.311066 [ 289 ] {} TCP-Session: e04c26cb-2f31-45ef-96d9-2f0e0889c413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310644 [ 286 ] {} TCP-Session: 8ed6ddd4-aa93-4839-bfc6-e3f13c9ae9f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:44.311092 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.311082 [ 292 ] {} TCP-Session: 88f573dd-b969-44a1-b013-575c03165f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311138 [ 291 ] {} TCP-Session: 82e5aa08-c474-4491-b66c-3afeac5136ab Authenticating user 'default' from [fd00:1122:3344:101::e]:48064 2026.01.31 06:13:44.311152 [ 292 ] {} TCP-Session: 88f573dd-b969-44a1-b013-575c03165f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.310639 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:44.311176 [ 291 ] {} TCP-Session: 82e5aa08-c474-4491-b66c-3afeac5136ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311208 [ 288 ] {} TCP-Session: 2a2947c5-07b1-493b-af6b-47a6719fa00e Authenticating user 'default' from [fd00:1122:3344:101::e]:34355 2026.01.31 06:13:44.311211 [ 291 ] {} TCP-Session: 82e5aa08-c474-4491-b66c-3afeac5136ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311235 [ 288 ] {} TCP-Session: 2a2947c5-07b1-493b-af6b-47a6719fa00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311251 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} executeQuery: (from [fd00:1122:3344:101::e]:43429) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:13:44.311254 [ 288 ] {} TCP-Session: 2a2947c5-07b1-493b-af6b-47a6719fa00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.311501 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:13:44.311556 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:13:44.311825 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:13:44.312652 [ 297 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} AggregatingTransform: Aggregating 2026.01.31 06:13:44.312687 [ 297 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} Aggregator: Aggregation method: without_key 2026.01.31 06:13:44.312719 [ 297 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000799478 sec. (1250.816 rows/sec., 48.86 KiB/sec.) 2026.01.31 06:13:44.312736 [ 297 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} Aggregator: Merging aggregated data 2026.01.31 06:13:44.314370 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} executeQuery: Read 1 rows, 40.00 B in 0.003172 sec., 315.2585119798235 rows/sec., 12.31 KiB/sec. 2026.01.31 06:13:44.314439 [ 286 ] {ada9b050-6c93-46eb-b76e-0fe40d65fd65} TCPHandler: Processed in 0.00395189 sec. 2026.01.31 06:13:44.314558 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314588 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314599 [ 286 ] {} TCP-Session: 8ed6ddd4-aa93-4839-bfc6-e3f13c9ae9f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314610 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314629 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314653 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314657 [ 290 ] {} TCP-Session: a6a8c3bd-5895-4735-acc4-e1cbc72e4d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314671 [ 293 ] {} TCP-Session: cd70214f-5c58-4bcc-8118-89d3f72edd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314676 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314688 [ 3 ] {} TCP-Session: 48ce0b8d-b0f2-4e33-b96e-1dbf7c1add27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314695 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314727 [ 288 ] {} TCP-Session: 2a2947c5-07b1-493b-af6b-47a6719fa00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314761 [ 291 ] {} TCP-Session: 82e5aa08-c474-4491-b66c-3afeac5136ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314708 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314634 [ 292 ] {} TCP-Session: 88f573dd-b969-44a1-b013-575c03165f32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314722 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:44.314835 [ 289 ] {} TCP-Session: e04c26cb-2f31-45ef-96d9-2f0e0889c413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:44.314873 [ 294 ] {} TCP-Session: 0ea74cf0-d38f-44ff-aca7-c9e8d991f0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.027310 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:45.027377 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:45.030790 [ 217 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:45.745658 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2072 2026.01.31 06:13:45.748041 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:45.748096 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:45.749666 [ 242 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:13:45.750039 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:45.750660 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2072 2026.01.31 06:13:45.896702 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 791 2026.01.31 06:13:45.907242 [ 221 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:45.907300 [ 221 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:45.915511 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:45.915581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:45.923195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.31 06:13:45.924039 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:45.928741 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2026.01.31 06:13:45.947947 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38315 2026.01.31 06:13:45.948134 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948190 [ 286 ] {} TCP-Session: 6ebf451d-e391-4590-b855-d0306f9b3408 Authenticating user 'default' from [fd00:1122:3344:101::e]:38315 2026.01.31 06:13:45.948234 [ 286 ] {} TCP-Session: 6ebf451d-e391-4590-b855-d0306f9b3408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.948260 [ 286 ] {} TCP-Session: 6ebf451d-e391-4590-b855-d0306f9b3408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.948653 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54698 2026.01.31 06:13:45.948713 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34424 2026.01.31 06:13:45.948735 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48132 2026.01.31 06:13:45.948783 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948815 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948821 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948827 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36541 2026.01.31 06:13:45.948862 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55958 2026.01.31 06:13:45.948871 [ 286 ] {} TCP-Session: 6ebf451d-e391-4590-b855-d0306f9b3408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:45.948917 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41185 2026.01.31 06:13:45.948942 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948973 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.948982 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.949003 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41836 2026.01.31 06:13:45.949024 [ 289 ] {} TCP-Session: 726395f8-96c4-4bcb-897b-9fdd648efd0a Authenticating user 'default' from [fd00:1122:3344:101::e]:36541 2026.01.31 06:13:45.948849 [ 290 ] {} TCP-Session: e6a5125c-bb76-4ff9-b90b-ffc7eeab78cf Authenticating user 'default' from [fd00:1122:3344:101::e]:34424 2026.01.31 06:13:45.949125 [ 289 ] {} TCP-Session: 726395f8-96c4-4bcb-897b-9fdd648efd0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949030 [ 3 ] {} TCP-Session: e2b28cda-9212-4c5b-b0b0-ba7205aabab0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41185 2026.01.31 06:13:45.949152 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.949201 [ 3 ] {} TCP-Session: e2b28cda-9212-4c5b-b0b0-ba7205aabab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.948976 [ 294 ] {} TCP-Session: 9a88142a-5ea0-4647-88df-d7d8603fd33f Authenticating user 'default' from [fd00:1122:3344:101::e]:55958 2026.01.31 06:13:45.948859 [ 293 ] {} TCP-Session: 7ce258af-0cc0-4ec4-b9ab-4e7be229907b Authenticating user 'default' from [fd00:1122:3344:101::e]:48132 2026.01.31 06:13:45.949330 [ 294 ] {} TCP-Session: 9a88142a-5ea0-4647-88df-d7d8603fd33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949338 [ 293 ] {} TCP-Session: 7ce258af-0cc0-4ec4-b9ab-4e7be229907b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949372 [ 294 ] {} TCP-Session: 9a88142a-5ea0-4647-88df-d7d8603fd33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949393 [ 293 ] {} TCP-Session: 7ce258af-0cc0-4ec4-b9ab-4e7be229907b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949243 [ 292 ] {} TCP-Session: 758b7c42-5089-4c59-b296-cfd190912d14 Authenticating user 'default' from [fd00:1122:3344:101::e]:41836 2026.01.31 06:13:45.949175 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} executeQuery: (from [fd00:1122:3344:101::e]:38315) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:13:45.949599 [ 292 ] {} TCP-Session: 758b7c42-5089-4c59-b296-cfd190912d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949242 [ 3 ] {} TCP-Session: e2b28cda-9212-4c5b-b0b0-ba7205aabab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949640 [ 292 ] {} TCP-Session: 758b7c42-5089-4c59-b296-cfd190912d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949171 [ 289 ] {} TCP-Session: 726395f8-96c4-4bcb-897b-9fdd648efd0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949126 [ 290 ] {} TCP-Session: e6a5125c-bb76-4ff9-b90b-ffc7eeab78cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.948821 [ 288 ] {} TCP-Session: 460d7b30-14a6-4922-9bab-62a85f1ea490 Authenticating user 'default' from [fd00:1122:3344:101::e]:54698 2026.01.31 06:13:45.949759 [ 290 ] {} TCP-Session: e6a5125c-bb76-4ff9-b90b-ffc7eeab78cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.948882 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54830 2026.01.31 06:13:45.949803 [ 288 ] {} TCP-Session: 460d7b30-14a6-4922-9bab-62a85f1ea490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949837 [ 288 ] {} TCP-Session: 460d7b30-14a6-4922-9bab-62a85f1ea490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949877 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:13:45.949880 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.949929 [ 291 ] {} TCP-Session: a4123131-eab5-4ecf-bb0c-c4cbc153aaa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54830 2026.01.31 06:13:45.949942 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:13:45.949952 [ 291 ] {} TCP-Session: a4123131-eab5-4ecf-bb0c-c4cbc153aaa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.949975 [ 291 ] {} TCP-Session: a4123131-eab5-4ecf-bb0c-c4cbc153aaa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.950233 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:13:45.951293 [ 307 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} AggregatingTransform: Aggregating 2026.01.31 06:13:45.951330 [ 307 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} Aggregator: Aggregation method: without_key 2026.01.31 06:13:45.951365 [ 307 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001022384 sec. (978.106 rows/sec., 38.21 KiB/sec.) 2026.01.31 06:13:45.951382 [ 307 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} Aggregator: Merging aggregated data 2026.01.31 06:13:45.952608 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} executeQuery: Read 1 rows, 40.00 B in 0.003571 sec., 280.0336040324839 rows/sec., 10.94 KiB/sec. 2026.01.31 06:13:45.952755 [ 286 ] {067c92dd-6b0c-49a4-88b4-34b9804212a9} TCPHandler: Processed in 0.004049303 sec. 2026.01.31 06:13:45.952831 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952851 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952891 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952912 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952924 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952940 [ 3 ] {} TCP-Session: e2b28cda-9212-4c5b-b0b0-ba7205aabab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952953 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952972 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.953006 [ 293 ] {} TCP-Session: 7ce258af-0cc0-4ec4-b9ab-4e7be229907b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.953037 [ 294 ] {} TCP-Session: 9a88142a-5ea0-4647-88df-d7d8603fd33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952969 [ 289 ] {} TCP-Session: 726395f8-96c4-4bcb-897b-9fdd648efd0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952964 [ 292 ] {} TCP-Session: 758b7c42-5089-4c59-b296-cfd190912d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952937 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.952871 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.953121 [ 290 ] {} TCP-Session: e6a5125c-bb76-4ff9-b90b-ffc7eeab78cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952924 [ 288 ] {} TCP-Session: 460d7b30-14a6-4922-9bab-62a85f1ea490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.953152 [ 291 ] {} TCP-Session: a4123131-eab5-4ecf-bb0c-c4cbc153aaa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.952865 [ 286 ] {} TCP-Session: 6ebf451d-e391-4590-b855-d0306f9b3408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.959444 [ 221 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.31 06:13:45.987198 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57923 2026.01.31 06:13:45.987303 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987328 [ 286 ] {} TCP-Session: c952c6c8-f918-40dc-aab7-e1ccdc8cd371 Authenticating user 'default' from [fd00:1122:3344:101::e]:57923 2026.01.31 06:13:45.987350 [ 286 ] {} TCP-Session: c952c6c8-f918-40dc-aab7-e1ccdc8cd371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987363 [ 286 ] {} TCP-Session: c952c6c8-f918-40dc-aab7-e1ccdc8cd371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987562 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41298 2026.01.31 06:13:45.987576 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40460 2026.01.31 06:13:45.987603 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49912 2026.01.31 06:13:45.987614 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32817 2026.01.31 06:13:45.987654 [ 286 ] {} TCP-Session: c952c6c8-f918-40dc-aab7-e1ccdc8cd371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:45.987669 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987679 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987637 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987701 [ 289 ] {} TCP-Session: 2636b072-0ee2-4bbe-bc61-b9970fed43af Authenticating user 'default' from [fd00:1122:3344:101::e]:40460 2026.01.31 06:13:45.987711 [ 292 ] {} TCP-Session: f1ffcc1b-0472-40b0-b472-9aece6e6555d Authenticating user 'default' from [fd00:1122:3344:101::e]:49912 2026.01.31 06:13:45.987717 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987736 [ 288 ] {} TCP-Session: 7c9c683c-c467-49b2-933c-248699397323 Authenticating user 'default' from [fd00:1122:3344:101::e]:41298 2026.01.31 06:13:45.987750 [ 292 ] {} TCP-Session: f1ffcc1b-0472-40b0-b472-9aece6e6555d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987772 [ 293 ] {} TCP-Session: 958dc9fa-f692-4e93-90f2-e51232e61538 Authenticating user 'default' from [fd00:1122:3344:101::e]:32817 2026.01.31 06:13:45.987781 [ 288 ] {} TCP-Session: 7c9c683c-c467-49b2-933c-248699397323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987790 [ 292 ] {} TCP-Session: f1ffcc1b-0472-40b0-b472-9aece6e6555d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987811 [ 293 ] {} TCP-Session: 958dc9fa-f692-4e93-90f2-e51232e61538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987815 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} executeQuery: (from [fd00:1122:3344:101::e]:57923) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 06:13:45.987844 [ 293 ] {} TCP-Session: 958dc9fa-f692-4e93-90f2-e51232e61538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987818 [ 288 ] {} TCP-Session: 7c9c683c-c467-49b2-933c-248699397323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987745 [ 289 ] {} TCP-Session: 2636b072-0ee2-4bbe-bc61-b9970fed43af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987633 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40628 2026.01.31 06:13:45.987915 [ 289 ] {} TCP-Session: 2636b072-0ee2-4bbe-bc61-b9970fed43af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.987627 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42088 2026.01.31 06:13:45.987593 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57291 2026.01.31 06:13:45.987978 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.987583 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34690 2026.01.31 06:13:45.988020 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.988030 [ 294 ] {} TCP-Session: e5d498d8-d933-443d-af52-9056f5209626 Authenticating user 'default' from [fd00:1122:3344:101::e]:40628 2026.01.31 06:13:45.988050 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.988065 [ 3 ] {} TCP-Session: 12fac4dc-ce34-417c-87f5-d98d67c466dc Authenticating user 'default' from [fd00:1122:3344:101::e]:42088 2026.01.31 06:13:45.988078 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 06:13:45.988104 [ 3 ] {} TCP-Session: 12fac4dc-ce34-417c-87f5-d98d67c466dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988095 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 06:13:45.988121 [ 3 ] {} TCP-Session: 12fac4dc-ce34-417c-87f5-d98d67c466dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988095 [ 291 ] {} TCP-Session: b40520c0-6e4f-40bf-8642-3c97194f05ee Authenticating user 'default' from [fd00:1122:3344:101::e]:57291 2026.01.31 06:13:45.988137 [ 290 ] {} TCP-Session: cf658e8b-9c9c-4671-8739-d2229db74dfb Authenticating user 'default' from [fd00:1122:3344:101::e]:34690 2026.01.31 06:13:45.988168 [ 291 ] {} TCP-Session: b40520c0-6e4f-40bf-8642-3c97194f05ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988181 [ 290 ] {} TCP-Session: cf658e8b-9c9c-4671-8739-d2229db74dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988195 [ 291 ] {} TCP-Session: b40520c0-6e4f-40bf-8642-3c97194f05ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988207 [ 290 ] {} TCP-Session: cf658e8b-9c9c-4671-8739-d2229db74dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988078 [ 294 ] {} TCP-Session: e5d498d8-d933-443d-af52-9056f5209626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988141 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 06:13:45.988251 [ 294 ] {} TCP-Session: e5d498d8-d933-443d-af52-9056f5209626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.988530 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} oximeter.version (c5a2f448-f69b-4a02-a47e-f945c383aa3f) (SelectExecutor): Key condition: unknown 2026.01.31 06:13:45.989438 [ 261 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} AggregatingTransform: Aggregating 2026.01.31 06:13:45.989473 [ 261 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} Aggregator: Aggregation method: without_key 2026.01.31 06:13:45.989505 [ 261 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00087708 sec. (1140.147 rows/sec., 44.54 KiB/sec.) 2026.01.31 06:13:45.989522 [ 261 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} Aggregator: Merging aggregated data 2026.01.31 06:13:45.991034 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} executeQuery: Read 1 rows, 40.00 B in 0.003267 sec., 306.0912151821243 rows/sec., 11.96 KiB/sec. 2026.01.31 06:13:45.991186 [ 286 ] {ab47dce4-38f9-4ac4-9589-844215a762a3} TCPHandler: Processed in 0.003638373 sec. 2026.01.31 06:13:45.991309 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991334 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991340 [ 286 ] {} TCP-Session: c952c6c8-f918-40dc-aab7-e1ccdc8cd371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991352 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991374 [ 289 ] {} TCP-Session: 2636b072-0ee2-4bbe-bc61-b9970fed43af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991387 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991414 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991428 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991442 [ 290 ] {} TCP-Session: cf658e8b-9c9c-4671-8739-d2229db74dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991452 [ 3 ] {} TCP-Session: 12fac4dc-ce34-417c-87f5-d98d67c466dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991463 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991481 [ 291 ] {} TCP-Session: b40520c0-6e4f-40bf-8642-3c97194f05ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991447 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991511 [ 294 ] {} TCP-Session: e5d498d8-d933-443d-af52-9056f5209626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991407 [ 288 ] {} TCP-Session: 7c9c683c-c467-49b2-933c-248699397323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991547 [ 293 ] {} TCP-Session: 958dc9fa-f692-4e93-90f2-e51232e61538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:45.991368 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 06:13:45.991612 [ 292 ] {} TCP-Session: f1ffcc1b-0472-40b0-b472-9aece6e6555d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 06:13:46.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.49 MiB, peak 407.51 MiB, free memory in arenas 0.00 B, will set to 392.50 MiB (RSS), difference: 3.01 MiB 2026.01.31 06:13:47.002796 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.002974 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:47.003041 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:47.003803 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.003855 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.004249 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.31 06:13:47.004488 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.004658 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} executeQuery: Read 174 rows, 15.64 KiB in 0.00173 sec., 100578.03468208092 rows/sec., 8.83 MiB/sec. 2026.01.31 06:13:47.004689 [ 84 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.31 06:13:47.004711 [ 5 ] {504eafc2-288e-4478-9b4e-7f14f983db89} TCPHandler: Processed in 0.002040977 sec. 2026.01.31 06:13:47.004789 [ 84 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.004833 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.004886 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.004988 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.31 06:13:47.004994 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:47.005091 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:47.005159 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:47.005204 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1451 rows starting from the beginning of the part 2026.01.31 06:13:47.005280 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 1436 rows starting from the beginning of the part 2026.01.31 06:13:47.005332 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part 2026.01.31 06:13:47.005378 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 174 rows starting from the beginning of the part 2026.01.31 06:13:47.005419 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part 2026.01.31 06:13:47.005459 [ 190 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 174 rows starting from the beginning of the part 2026.01.31 06:13:47.005545 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.005587 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.005919 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.31 06:13:47.006149 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.006289 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} executeQuery: Read 59 rows, 4.44 KiB in 0.001318 sec., 44764.79514415782 rows/sec., 3.29 MiB/sec. 2026.01.31 06:13:47.006320 [ 220 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2026.01.31 06:13:47.006330 [ 5 ] {ad27beb6-7a41-4efb-bca4-31acbdd49cb6} TCPHandler: Processed in 0.001497724 sec. 2026.01.31 06:13:47.006353 [ 220 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2026.01.31 06:13:47.006461 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.006561 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:47.006603 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:47.006977 [ 196 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.002059767 sec., 1624941.073432092 rows/sec., 142.65 MiB/sec. 2026.01.31 06:13:47.007059 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.007100 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.007221 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.31 06:13:47.007455 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.31 06:13:47.007518 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.007596 [ 201 ] {c305e93a-6ee6-4768-b8ba-4c266117bc11::all_1_156_31} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.31 06:13:47.007680 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.01.31 06:13:47.007737 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.007870 [ 84 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.31 06:13:47.007885 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} executeQuery: Read 123 rows, 9.84 KiB in 0.001343 sec., 91586.00148920328 rows/sec., 7.16 MiB/sec. 2026.01.31 06:13:47.007907 [ 84 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.007930 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.007935 [ 5 ] {4bf03020-79d9-40a9-aa6d-27e7ef8d42b1} TCPHandler: Processed in 0.001523744 sec. 2026.01.31 06:13:47.008010 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.31 06:13:47.008059 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.008128 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:47.008161 [ 220 ] {} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2026.01.31 06:13:47.008163 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:47.008162 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 675 rows starting from the beginning of the part 2026.01.31 06:13:47.008231 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:47.008268 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 619 rows starting from the beginning of the part 2026.01.31 06:13:47.008319 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part 2026.01.31 06:13:47.008361 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 123 rows starting from the beginning of the part 2026.01.31 06:13:47.008399 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part 2026.01.31 06:13:47.008438 [ 194 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 123 rows starting from the beginning of the part 2026.01.31 06:13:47.008662 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.008705 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.009049 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.31 06:13:47.009270 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.009394 [ 201 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 1668 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421783 sec., 1173174.809376677 rows/sec., 93.52 MiB/sec. 2026.01.31 06:13:47.009408 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.01.31 06:13:47.009447 [ 5 ] {d25d358b-620b-4c2d-9119-dcefff8d91aa} TCPHandler: Processed in 0.001437953 sec. 2026.01.31 06:13:47.009561 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.009571 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.31 06:13:47.009661 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:47.009721 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} 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.01.31 06:13:47.009863 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.009945 [ 196 ] {ccf1d622-c73d-4e38-8b70-55d5ada21d20::all_1_156_31} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.31 06:13:47.010050 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.31 06:13:47.010684 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.010724 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.011309 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.31 06:13:47.011539 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.011684 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} executeQuery: Read 59 rows, 108.26 KiB in 0.002042 sec., 28893.24191968658 rows/sec., 51.78 MiB/sec. 2026.01.31 06:13:47.011741 [ 5 ] {f64d2571-543c-4c43-8890-59736cbd480a} TCPHandler: Processed in 0.002230251 sec. 2026.01.31 06:13:47.011852 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:47.011948 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:47.011988 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:47.012331 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.012366 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.012668 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.31 06:13:47.012877 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.012990 [ 49 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.31 06:13:47.013007 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.01.31 06:13:47.013026 [ 49 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:47.013043 [ 5 ] {84f5ba39-d11c-4d18-9803-2fc48a583270} TCPHandler: Processed in 0.001241468 sec. 2026.01.31 06:13:47.013045 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:47.013123 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.31 06:13:47.013218 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:47.013243 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8958 rows starting from the beginning of the part 2026.01.31 06:13:47.013284 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:47.013317 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:47.013347 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:47.013375 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:47.013407 [ 194 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2026.01.31 06:13:47.015572 [ 196 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477937 sec., 3736172.469275853 rows/sec., 251.86 MiB/sec. 2026.01.31 06:13:47.015783 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.31 06:13:47.016111 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:47.016195 [ 186 ] {37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be::all_1_156_31} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.31 06:13:47.016276 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.01.31 06:13:50.302998 [ 48 ] {} DNSResolver: Updating DNS cache 2026.01.31 06:13:50.303090 [ 48 ] {} DNSResolver: Updated DNS cache 2026.01.31 06:13:50.579828 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50896 2026.01.31 06:13:50.580400 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:50.580443 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:50.580933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:13:50.581180 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:50.581330 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50896 2026.01.31 06:13:50.581380 [ 82 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:13:50.581472 [ 82 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:50.581508 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:50.581625 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::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.01.31 06:13:50.581737 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:50.581774 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48528 rows starting from the beginning of the part 2026.01.31 06:13:50.581840 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 448 rows starting from the beginning of the part 2026.01.31 06:13:50.581889 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 512 rows starting from the beginning of the part 2026.01.31 06:13:50.581938 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 448 rows starting from the beginning of the part 2026.01.31 06:13:50.581978 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 512 rows starting from the beginning of the part 2026.01.31 06:13:50.582021 [ 192 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 448 rows starting from the beginning of the part 2026.01.31 06:13:50.584740 [ 197 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50896 rows, containing 4 columns (4 merged, 0 gathered) in 0.003158252 sec., 16115243.49545255 rows/sec., 230.53 MiB/sec. 2026.01.31 06:13:50.585215 [ 189 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:13:50.585551 [ 189 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:50.585632 [ 189 ] {56e7e6b3-9b28-455d-90c4-6ce1b784d1bd::all_1_106_21} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:13:50.585731 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.31 06:13:51.999401 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:51.999572 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:51.999635 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:52.000293 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:52.000342 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:52.000741 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.31 06:13:52.000999 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:52.001164 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} executeQuery: Read 56 rows, 4.38 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.61 MiB/sec. 2026.01.31 06:13:52.001208 [ 5 ] {0295c6e9-f029-427e-988d-f963c661631f} TCPHandler: Processed in 0.001934014 sec. 2026.01.31 06:13:52.001332 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:52.001427 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:52.001468 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:52.001931 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:52.001974 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:52.002331 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.31 06:13:52.002581 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:52.002735 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} executeQuery: Read 64 rows, 5.12 KiB in 0.001326 sec., 48265.460030165916 rows/sec., 3.77 MiB/sec. 2026.01.31 06:13:52.002781 [ 5 ] {d224e266-5b31-4e2b-b6fd-a4ffd635ce26} TCPHandler: Processed in 0.001499934 sec. 2026.01.31 06:13:52.002907 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:52.003011 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:52.003060 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:52.003548 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:52.003590 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:52.003954 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.31 06:13:52.004167 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:52.004301 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.01.31 06:13:52.004295 [ 54 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 2 parts from all_1_152_35 to all_153_153_0 2026.01.31 06:13:52.004340 [ 5 ] {10cae5cc-c398-4f6d-a8d0-4eddaf992a3d} TCPHandler: Processed in 0.001490294 sec. 2026.01.31 06:13:52.004379 [ 54 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:52.004404 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:52.004469 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:52.004519 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergeTask::PrepareStage: Merging 2 parts: from all_1_152_35 to all_153_153_0 into Compact with storage Full 2026.01.31 06:13:52.004569 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:52.004616 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:52.004673 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:52.004715 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_152_35, total 43746 rows starting from the beginning of the part 2026.01.31 06:13:52.004785 [ 199 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:52.004970 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:52.005012 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:52.005335 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.31 06:13:52.005552 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:52.005696 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.01.31 06:13:52.005741 [ 5 ] {22d7df3a-3e84-423d-972d-450124042c46} TCPHandler: Processed in 0.00132207 sec. 2026.01.31 06:13:52.012213 [ 189 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergeTask::MergeProjectionsStage: Merge sorted 43906 rows, containing 5 columns (5 merged, 0 gathered) in 0.007744477 sec., 5669330.543560269 rows/sec., 389.52 MiB/sec. 2026.01.31 06:13:52.012655 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} MergedBlockOutputStream: filled checksums all_1_153_36 (state Temporary) 2026.01.31 06:13:52.012951 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_153_36 to all_1_153_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:52.013029 [ 197 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_153_36} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 2 parts: [all_1_152_35, all_153_153_0] -> all_1_153_36 2026.01.31 06:13:52.013113 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.01.31 06:13:52.448954 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:52.449036 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:52.454833 [ 222 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:52.519404 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:52.519465 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:52.521734 [ 225 ] {} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.239150 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.239220 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.249378 [ 223 ] {} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.421173 [ 219 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.421200 [ 219 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.428862 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2026.01.31 06:13:53.431653 [ 219 ] {} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.31 06:13:53.446460 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:53.446497 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:53.452909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.31 06:13:53.453606 [ 243 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:53.453873 [ 47 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.31 06:13:53.453906 [ 47 ] {} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:53.453925 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:53.454010 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::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.01.31 06:13:53.457029 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2026.01.31 06:13:53.457094 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:53.457852 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2026.01.31 06:13:53.461302 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2026.01.31 06:13:53.464774 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:53.468857 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:53.473362 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 7 rows starting from the beginning of the part 2026.01.31 06:13:53.478193 [ 191 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2026.01.31 06:13:53.544155 [ 187 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.090177842 sec., 8860.26968797945 rows/sec., 45.81 MiB/sec. 2026.01.31 06:13:53.547518 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.31 06:13:53.549578 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:53.549691 [ 189 ] {20c1b251-f17e-417e-b056-e9660a99dbd0::all_1_106_21} system.metric_log (20c1b251-f17e-417e-b056-e9660a99dbd0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.31 06:13:53.552173 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.31 06:13:54.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.63 MiB, peak 411.03 MiB, free memory in arenas 0.00 B, will set to 392.54 MiB (RSS), difference: -1.09 MiB 2026.01.31 06:13:55.750899 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2096 2026.01.31 06:13:55.753486 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:55.753534 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:55.754716 [ 242 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.31 06:13:55.754988 [ 242 ] {} system.query_log (20691653-f49b-411e-aa6b-51e0376213e0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:55.755260 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2096 2026.01.31 06:13:56.492762 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.492955 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.493027 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 06:13:56.493777 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.493818 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.494198 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:13:56.494431 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} oximeter.fields_i16 (214617fc-809f-405d-a5d3-037011054a87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.494594 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} executeQuery: Read 24 rows, 2.04 KiB in 0.00169 sec., 14201.183431952662 rows/sec., 1.18 MiB/sec. 2026.01.31 06:13:56.494646 [ 5 ] {dcd00c46-ad64-49b2-90bc-9a680b556dd4} TCPHandler: Processed in 0.002011686 sec. 2026.01.31 06:13:56.494795 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.494899 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 06:13:56.494943 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 06:13:56.495363 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.495399 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.495698 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.31 06:13:56.495918 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} oximeter.fields_ipaddr (63b0b200-c701-4504-b80d-766a590bedca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.496050 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} executeQuery: Read 12 rows, 1002.00 B in 0.001174 sec., 10221.465076660988 rows/sec., 833.49 KiB/sec. 2026.01.31 06:13:56.496089 [ 5 ] {31db44d5-c93e-477e-83e2-9c0fc3d3857b} TCPHandler: Processed in 0.00134577 sec. 2026.01.31 06:13:56.496199 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.496293 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 06:13:56.496333 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 06:13:56.497473 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.497507 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.497901 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.31 06:13:56.498125 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} oximeter.fields_string (c305e93a-6ee6-4768-b8ba-4c266117bc11): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.498255 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} executeQuery: Read 1440 rows, 123.63 KiB in 0.001981 sec., 726905.6032306915 rows/sec., 60.95 MiB/sec. 2026.01.31 06:13:56.498294 [ 5 ] {99f30974-ecc9-4632-bef8-c5ac85170db0} TCPHandler: Processed in 0.002145559 sec. 2026.01.31 06:13:56.498408 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.498503 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.498543 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 06:13:56.498971 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.499006 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.499294 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.31 06:13:56.499502 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} oximeter.fields_u16 (626b1705-e9ba-4e77-8ee1-928ca57ac100): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.499630 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} executeQuery: Read 83 rows, 6.24 KiB in 0.001146 sec., 72425.82897033158 rows/sec., 5.31 MiB/sec. 2026.01.31 06:13:56.499669 [ 5 ] {462648b4-2242-4426-93ce-983043a79145} TCPHandler: Processed in 0.00131138 sec. 2026.01.31 06:13:56.499788 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.499882 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.499921 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 06:13:56.500402 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.500436 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.500739 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.31 06:13:56.500947 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} oximeter.fields_u32 (74094cfe-bff9-487b-a0d3-1b2dfe62d086): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.501073 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} executeQuery: Read 252 rows, 17.85 KiB in 0.001209 sec., 208436.72456575683 rows/sec., 14.42 MiB/sec. 2026.01.31 06:13:56.501110 [ 5 ] {c504a398-0c5d-4e49-8e20-1a0af8c905f4} TCPHandler: Processed in 0.001372111 sec. 2026.01.31 06:13:56.501233 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.501327 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.501367 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 06:13:56.501766 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.501801 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.502087 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.31 06:13:56.502298 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} oximeter.fields_u8 (c0c3be86-abd8-41a5-a500-e4e06cd20a97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.502427 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} executeQuery: Read 12 rows, 960.00 B in 0.001117 sec., 10743.061772605193 rows/sec., 839.30 KiB/sec. 2026.01.31 06:13:56.502465 [ 5 ] {d2ac872b-3394-4316-b368-e6368b9e9cf1} TCPHandler: Processed in 0.001291509 sec. 2026.01.31 06:13:56.502574 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.502668 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 06:13:56.502711 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 06:13:56.503351 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.503386 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.503717 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.31 06:13:56.503922 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} oximeter.fields_uuid (ccf1d622-c73d-4e38-8b70-55d5ada21d20): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.504060 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} executeQuery: Read 627 rows, 48.37 KiB in 0.00141 sec., 444680.8510638298 rows/sec., 33.50 MiB/sec. 2026.01.31 06:13:56.504099 [ 5 ] {02fec82c-f7d9-47fa-995b-62c57fa2aa66} TCPHandler: Processed in 0.001574456 sec. 2026.01.31 06:13:56.504211 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.504305 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.504348 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 06:13:56.504944 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.504979 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.505345 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.31 06:13:56.505554 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.505661 [ 69 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Selected 6 parts from all_1_153_36 to all_158_158_0 2026.01.31 06:13:56.505689 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} executeQuery: Read 886 rows, 61.58 KiB in 0.001401 sec., 632405.4246966454 rows/sec., 42.92 MiB/sec. 2026.01.31 06:13:56.505696 [ 69 ] {} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.505724 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.505729 [ 5 ] {ce97a610-d9d5-4e71-aba9-fb6b65e2c766} TCPHandler: Processed in 0.001567336 sec. 2026.01.31 06:13:56.505849 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.505854 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTask::PrepareStage: Merging 6 parts: from all_1_153_36 to all_158_158_0 into Compact with storage Full 2026.01.31 06:13:56.505943 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.506002 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} 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.01.31 06:13:56.506014 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 06:13:56.506058 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_153_36, total 43906 rows starting from the beginning of the part 2026.01.31 06:13:56.506132 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:56.506183 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:56.506230 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:56.506276 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part 2026.01.31 06:13:56.506318 [ 198 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 886 rows starting from the beginning of the part 2026.01.31 06:13:56.506954 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.506995 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.507583 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.31 06:13:56.507833 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.507987 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} executeQuery: Read 59 rows, 108.26 KiB in 0.002062 sec., 28612.997090203684 rows/sec., 51.27 MiB/sec. 2026.01.31 06:13:56.508057 [ 5 ] {d56c1d70-9b30-4856-8cac-ec4719699844} TCPHandler: Processed in 0.002261732 sec. 2026.01.31 06:13:56.508182 [ 5 ] {} TCP-Session: a5b4d289-faa3-4530-9ebf-e0c41a61ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 06:13:56.508279 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} executeQuery: (from [fd00:1122:3344:101::d]:49004) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 06:13:56.508320 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 06:13:56.508657 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:56.508696 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:56.509003 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.31 06:13:56.509219 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} oximeter.measurements_u64 (37e18f2a-a8b2-4ece-9ac0-1eb7a05b15be): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.509355 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.31 06:13:56.509392 [ 5 ] {2ead3bff-0de2-46f0-83ab-c93f62819931} TCPHandler: Processed in 0.00126988 sec. 2026.01.31 06:13:56.514591 [ 200 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergeTask::MergeProjectionsStage: Merge sorted 45432 rows, containing 5 columns (5 merged, 0 gathered) in 0.008796931 sec., 5164528.402007474 rows/sec., 354.82 MiB/sec. 2026.01.31 06:13:56.515128 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} MergedBlockOutputStream: filled checksums all_1_158_37 (state Temporary) 2026.01.31 06:13:56.515445 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879): Renaming temporary part tmp_merge_all_1_158_37 to all_1_158_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:56.515524 [ 193 ] {c49b94d3-52af-411f-819b-23c2d8d81879::all_1_158_37} oximeter.measurements_cumulativeu64 (c49b94d3-52af-411f-819b-23c2d8d81879) (MergerMutator): Merged 6 parts: [all_1_153_36, all_158_158_0] -> all_1_158_37 2026.01.31 06:13:56.515617 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.31 06:13:57.754092 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:57.754134 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:57.756842 [ 221 ] {} oximeter.measurements_histogramu64 (c7262ba6-99da-4ece-8bf3-afc50b138a68): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.31 06:13:58.081451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51408 2026.01.31 06:13:58.081983 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 06:13:58.082021 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.01.31 06:13:58.082504 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.31 06:13:58.082742 [ 244 ] {} system.asynchronous_metric_log (56e7e6b3-9b28-455d-90c4-6ce1b784d1bd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 06:13:58.082869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51408